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 20:12] Sean Rhonebsd:freebsd_14.2_xfce [2025/04/02 09:38] (current) – [Xfce Screensaver] Sean Rhone
Line 314: Line 314:
  
   * Whisker Menu   * Whisker Menu
-  * Separator (Transparent+  * Separator (Handle
-  * Window Buttons (no grouping)+  * Window Buttons
   * Separator (Transparent, **Expand**)   * Separator (Transparent, **Expand**)
-  * Workspace Switcher (Mini View, 1 row+  * Separator (Handle) 
-  * Separator (Transparent)+  * Workspace Switcher 
 +  * Separator (Handle)
   * Status Tray Plugin (Fixed ''16'', uncheck Square items)   * Status Tray Plugin (Fixed ''16'', uncheck Square items)
-  * Separator (Transparent+  * Separator (Handle
-  * Power Manager Plugin (Percentage) +  * Power Manager Plugin 
-  * Separator (Transparent)+  * Separator (Handle)
   * Clock   * Clock
  
Line 393: 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 404: 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 422: 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 449: 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 673: 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.1743466358.txt.gz · Last modified: by Sean Rhone