User Tools

Site Tools


bsd:freebsd_15.0_xfce

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bsd:freebsd_15.0_xfce [2025/10/23 01:52] – [Partitioning] Sean Rhonebsd:freebsd_15.0_xfce [2025/10/23 06:07] (current) – [Spinesnap] Sean Rhone
Line 37: Line 37:
   * https://docs.freebsd.org/en/books/handbook/bsdinstall/#bsdinstall-partitioning   * https://docs.freebsd.org/en/books/handbook/bsdinstall/#bsdinstall-partitioning
   * Auto (UFS)   * Auto (UFS)
 +  * RST/RAID Enabled (not AHCI)
  
 <code> <code>
Line 71: Line 72:
   * 2025/08/15   * 2025/08/15
   * [[bsd;notes;wifi|Notes]]   * [[bsd;notes;wifi|Notes]]
- 
-  * :!: Don't install firmware packages presented during install with wifi as main interface (but get names) 
-  * SSID chosen gets configured in rc.conf and wpa_supplicant.conf, needs manual ''psk='' later (connects to random open AP at first) 
  
 ===== USB Tethering ===== ===== USB Tethering =====
Line 149: Line 147:
  
   * Username -> Password -> ''startx''   * Username -> Password -> ''startx''
 +  * TODO: xdg dirs before first log-in
  
   startx   startx
Line 284: Line 283:
   * Whisker Menu   * Whisker Menu
   * Window Buttons   * Window Buttons
-  * Separator (Transparent, **Expand**)+  * Separator (Style: ''Transparent''''[x]'' Expand)
   * Workspace Switcher   * Workspace Switcher
-  * Separator (Transparent) +  * Separator (Style: ''Transparent'', ''[ ]'' Expand
-  * Status Tray Plugin (Fixed icon size ''16'', ''[ ]'' Square items)+  * Status Tray Plugin (Fixed icon size''16'', ''[ ]'' Square items)
   * Power Manager Plugin (Show label ''None'')   * Power Manager Plugin (Show label ''None'')
   * Clock   * Clock
Line 293: Line 292:
 === Whisker Menu === === Whisker Menu ===
  
-  * General -> Uncheck ''Show generic application names'' +  * General -> Show as list 
-  * General -> Uncheck ''Show application descriptions''+  * General -> ''[ ]'' Show generic application names 
 +  * General -> ''[x]'' Show category names 
 +  * General -> ''[x]'' Show application tooltips 
 +  * General -> ''[ ]'' Show application descriptions 
 +  * General -> Application icon size: ''Small'' 
 +  * General -> Category icon size: ''Smaller''
   * General -> Menu width: ''425''   * General -> Menu width: ''425''
   * General -> Menu height: ''525''   * General -> Menu height: ''525''
   * General -> Background opacity: ''100''   * General -> Background opacity: ''100''
  
-  * Appearance -> ''[ ]'' Position categories on left +  * Appearance -> Menu -> ''[ ]'' Position categories horizontally 
-  * Appearance -> [x] Position search entry on bottom +  * Appearance -> Menu -> ''[ ]'' Position categories on left 
-  * Appearance -> [x] Position commands next to search entry +  * Appearance -> Menu -> ''[ ]'' Position profile on bottom 
-  * Appearance -> Profile: Hidden +  * Appearance -> Menu -> [x] Position search entry on bottom 
-  * Appearance -> Display: Icon and title +  * Appearance -> Menu -> [x] Position commands next to search entry 
-  * Appearance -> Display: ''Start''+  * Appearance -> Menu -> Profile: ''Hidden'' 
 + 
 +  * Appearance -> Panel Button -> Display: ''Icon and title'' 
 +  * Appearance -> Panel Button -> Title: ''Start''
  
   * Commands -> ''[x]'' Lock Screen, Log Out (top/''--fast''), Restart, Shut Down (uncheck rest)   * Commands -> ''[x]'' Lock Screen, Log Out (top/''--fast''), Restart, Shut Down (uncheck rest)
Line 310: Line 317:
 === Window Buttons === === Window Buttons ===
  
-  * Appearance -> Uncheck ''Show flat buttons'' +  * Appearance -> ''[x]'' Show button labels 
-  * Appearance -> Uncheck ''Show handle'' +  * Appearance -> ''[ ]'' Show flat buttons 
-  * Appearance -> Sort order: ''None, allow drag-and-drop''+  * Appearance -> ''[ ]'' Show handle 
 +  * Appearance -> ''[x]'' Show tooltips 
 +  * Appearance -> Sorting order: ''None, allow drag-and-drop'' 
 + 
 +  * Behaviour -> Middle click action: ''Nothing'' 
 +  * Behaviour -> ''[ ]'' Group windows by application 
 +  * Behaviour -> ''[ ]'' Restore minimized windows to current workspace 
 +  * Behaviour -> ''[ ]'' Draw window frame when hovering a button 
 +  * Behaviour -> ''[ ]'' Switch windows using the mouse wheel
  
-  * Behaviour -> Uncheck ''Group windows by application'' +  * Filtering -> ''[ ]'' Show windows from all workspaces 
-  * Behaviour -> Uncheck ''Switch windows using the mouse wheel''+  * Filtering -> ''[ ]'' Show only minimized windows 
 +  * Filtering -> ''[x]'' Show windows from all monitors
  
 === Clock === === Clock ===
  
-  * Appearance -> Layout: Digital +  * Appearance -> Layout: ''Digital''
-  * Clock Options -> Layout: Date, then time +
-  * Clock Options -> Date/Time Format: Custom Format+
  
-  * Date+  * Clock Options -> Layout: ''Date, then time'' 
 +  * Clock Options -> Date -> Format: ''Custom Format'' (1st) 
 +  * Clock Options -> Time -> Format: ''Custom Format'' (2nd)
  
 <code>%a, %b %d</code> <code>%a, %b %d</code>
- 
-  * Time 
  
 <code>%l:%M %P</code> <code>%l:%M %P</code>
Line 404: Line 418:
   xfconf-query --channel 'xfce4-keyboard-shortcuts' --property '/commands/custom/MonBrightnessDown' --type 'string' --set "backlight decr '10'" --create   xfconf-query --channel 'xfce4-keyboard-shortcuts' --property '/commands/custom/MonBrightnessDown' --type 'string' --set "backlight decr '10'" --create
  
-  xfconf-query --channel 'xfce4-keyboard-shortcuts' --property '/commands/custom/AudioRaiseVolume' --type 'string' --set "mixer 'vol'='+5%'" --create+  xfconf-query --channel 'xfce4-keyboard-shortcuts' --property '/commands/custom/AudioRaiseVolume' --type 'string' --set "mixer 'pcm'='+5%'" --create
  
-  xfconf-query --channel 'xfce4-keyboard-shortcuts' --property '/commands/custom/AudioLowerVolume' --type 'string' --set "mixer 'vol'='-5%'" --create+  xfconf-query --channel 'xfce4-keyboard-shortcuts' --property '/commands/custom/AudioLowerVolume' --type 'string' --set "mixer 'pcm'='-5%'" --create
  
-  xfconf-query --channel 'xfce4-keyboard-shortcuts' --property '/commands/custom/AudioMute' --type 'string' --set "mixer 'vol'='mute=toggle'" --create+  xfconf-query --channel 'xfce4-keyboard-shortcuts' --property '/commands/custom/AudioMute' --type 'string' --set "mixer 'pcm'='mute=toggle'" --create
  
 ===== loader.conf ===== ===== loader.conf =====
Line 464: Line 478:
  
 ==== Spinesnap ==== ==== Spinesnap ====
 +
 +  * ''TSO'' does both ''TSO4'' and ''TSO6''
  
   su -   su -
Line 502: Line 518:
   ee '/etc/sysctl.conf'   ee '/etc/sysctl.conf'
  
-<code>dev.hwpstate_intel.0.epp=0</code>+<code>dev.hwpstate_intel.0.epp=0 
 +hw.snd.default_unit=1</code>
  
 <code> <code>
Line 672: Line 689:
   xfce4-session-settings   xfce4-session-settings
  
-  sndiod+  '/usr/local/bin/sndiod'
  
 ===== Colors ===== ===== Colors =====
/srv/www/wiki/data/attic/bsd/freebsd_15.0_xfce.1761198748.txt.gz · Last modified: by Sean Rhone