User Tools

Site Tools


bsd:freebsd_14.2_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_14.2_xfce [2025/03/31 19:51] Sean Rhonebsd:freebsd_14.2_xfce [2025/04/02 09:38] (current) – [Xfce Screensaver] Sean Rhone
Line 310: Line 310:
   * Items -> Status Tray Plugin -> Fixed icon size (pixels): ''16''   * Items -> Status Tray Plugin -> Fixed icon size (pixels): ''16''
   * Items -> Status Tray Plugin -> Uncheck ''Square items''   * Items -> Status Tray Plugin -> Uncheck ''Square items''
 +
 +=== Items ===
 +
 +  * Whisker Menu
 +  * Separator (Handle)
 +  * Window Buttons
 +  * Separator (Transparent, **Expand**)
 +  * Separator (Handle)
 +  * Workspace Switcher
 +  * Separator (Handle)
 +  * Status Tray Plugin (Fixed ''16'', uncheck Square items)
 +  * Separator (Handle)
 +  * Power Manager Plugin
 +  * Separator (Handle)
 +  * Clock
  
 === Whisker Menu === === Whisker Menu ===
Line 379: Line 394:
   * Screensaver -> Floating Xfce   * Screensaver -> Floating Xfce
   * Screensaver -> Regard the computer as idle after: ''1'' minutes   * Screensaver -> Regard the computer as idle after: ''1'' minutes
-  * Lock Screen -> Lock the screen after the screensaver is active for: ''4'' minutes+  * Lock Screen -> Lock the screen after the screensaver is active for: ''5'' minutes
   * Lock Screen -> Disable Session Status Messages   * Lock Screen -> Disable Session Status Messages
   * Lock Screen -> Disable User Switching   * Lock Screen -> Disable User Switching
Line 390: Line 405:
  
   xfconf-query --channel 'thunar' --property '/misc-show-delete-action' --set 'true'   xfconf-query --channel 'thunar' --property '/misc-show-delete-action' --set 'true'
 +
 +  xfconf-query --channel 'xfce4-notifyd' --property '/theme' --type 'string' --set 'Chicago95' --create
 +
 +  xfconf-query --channel 'xfce4-terminal' --property '/misc-show-unsafe-paste-dialog' --set 'false'
 +
 +  xfconf-query --channel 'xfce4-terminal' --property '/font-use-system' --set 'true'
  
 ===== Keyboard ===== ===== Keyboard =====
Line 408: Line 429:
   * Vol Up   * Vol Up
  
-  mixer 'vol'='+5%' >/dev/null 2>&1+  mixer 'vol'='+5%''/dev/null'
  
   * Vol Down   * Vol Down
  
-  mixer 'vol'='-5%' >/dev/null 2>&1+  mixer 'vol'='-5%''/dev/null'
  
   * Vol Mute   * Vol Mute
  
-  mixer 'vol'='mute=toggle' >/dev/null 2>&1+  mixer 'vol'='mute=toggle''/dev/null'
  
   * Brightness Up   * Brightness Up
Line 435: Line 456:
   * ''mixer'' commands bound to ''AudioRaiseVolume'', ''AudioLowerVolume'', and ''Audio Mute'' ((when set from a USB keyboard, requires ''hw.usb.usbhid.enable=1''))   * ''mixer'' commands bound to ''AudioRaiseVolume'', ''AudioLowerVolume'', and ''Audio Mute'' ((when set from a USB keyboard, requires ''hw.usb.usbhid.enable=1''))
   * ''backlight'' commands bound to ''MonBrightnessUp'' and ''MonBrightnessDown'' ((Spinesnap requires ''acpi_video''))   * ''backlight'' commands bound to ''MonBrightnessUp'' and ''MonBrightnessDown'' ((Spinesnap requires ''acpi_video''))
 +
 +=== xfconf-query ===
 +
 +  xfconf-query --channel 'xfce4-keyboard-shortcuts' --property '/commands/custom/Super_L' --type 'string' --set 'xfce4-popup-whiskermenu' --create
 +
 +  xfconf-query --channel 'xfce4-keyboard-shortcuts' --property '/commands/custom/MonBrightnessUp' --type 'string' --set "backlight incr '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%' > '/dev/null'" --create
 +
 +  xfconf-query --channel 'xfce4-keyboard-shortcuts' --property '/commands/custom/AudioLowerVolume' --type 'string' --set "mixer 'vol'='-5%' > '/dev/null'" --create
 +
 +  xfconf-query --channel 'xfce4-keyboard-shortcuts' --property '/commands/custom/AudioMute' --type 'string' --set "mixer 'vol'='mute=toggle' > '/dev/null'" --create
  
 ===== loader.conf ===== ===== loader.conf =====
Line 451: Line 486:
  
 <code> <code>
-hw.i915kms.request_timeout_ms=200000 
-hw.i915kms.enable_hangcheck=0 
-hw.i915kms.nuclear_pageflip=0 
-hw.i915kms.fastboot=1 
-hw.i915kms.enable_dc=0 
 hw.i915kms.enable_psr=0 hw.i915kms.enable_psr=0
 hw.i915kms.enable_fbc=0 hw.i915kms.enable_fbc=0
-hw.i915kms.panel_use_ssc=0 +hw.i915kms.enable_dc=0 
-hw.i915kms.disable_power_well=0 +hw.i915kms.disable_power_well=0</code>
-hw.i915kms.enable_guc=0</code>+
  
 ==== Unused ==== ==== Unused ====
Line 665: Line 694:
 xrandr --output 'HDMI-1' --set 'Broadcast RGB' 'Full' xrandr --output 'HDMI-1' --set 'Broadcast RGB' 'Full'
 xrandr --output 'HDMI-1' --set 'content type' 'Game' xrandr --output 'HDMI-1' --set 'content type' 'Game'
 +xrandr --output 'HDMI-1' --set 'Colorspace' 'opRGB'
 '.' '/usr/local/etc/xdg/xfce4/xinitrc'</code> '.' '/usr/local/etc/xdg/xfce4/xinitrc'</code>
  
C:/www/wiki/data/attic/bsd/freebsd_14.2_xfce.1743465101.txt.gz · Last modified: by Sean Rhone