Xfce Wiki

Sub domains
 

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
xfce:xfconf:xfconf-query [2023/01/10 02:57] – Add configuration tweak section & move 'Save As' command kevinbowenxfce:xfconf:xfconf-query [2024/12/06 03:05] (current) – update return links kevinbowen
Line 112: Line 112:
 ==== Configuration Tweaks ==== ==== Configuration Tweaks ====
  
-Hide ''Suspend'' and ''Hibernate'' from the logout dialog:+Hide ''Suspend''''Hibernate'', and ''Hybrid Sleep'' from the logout dialog:
  
    xfconf-query -c xfce4-session -np '/shutdown/ShowSuspend' -t 'bool' -s 'false'    xfconf-query -c xfce4-session -np '/shutdown/ShowSuspend' -t 'bool' -s 'false'
    xfconf-query -c xfce4-session -np '/shutdown/ShowHibernate' -t 'bool' -s 'false'    xfconf-query -c xfce4-session -np '/shutdown/ShowHibernate' -t 'bool' -s 'false'
 +   xfconf-query -c xfce4-session -np '/shutdown/ShowHybridSleep' -t 'bool' -s 'false'
  
  
Line 122: Line 123:
   xfconf-query -c xsettings -p /Gtk/DialogsUseHeader -s false   xfconf-query -c xsettings -p /Gtk/DialogsUseHeader -s false
  
 +Toggle desktop icon toolips on/off:
 +
 +  xfconf-query --channel xfce4-desktop -p /desktop-icons/show-tooltips -s true
 +  xfconf-query --channel xfce4-desktop -p /desktop-icons/show-tooltips -s false
 +
 +Make all system popups(tooltips, notifications, right-click context menu, etc.) invisible/opaque:
 +
 +  xfconf-query --channel xfwm4 -p /general/popup_opacity -s 0
 +  xfconf-query --channel xfwm4 -p /general/popup_opacity -s 100
  
 [[|Back To Top]] [[|Back To Top]]
 ---- ----
-[[:start|Back to main Xfce documentation page]]+[[:start|Back to Xfce Main Documentation Page]]
  
-[[ :xfce:xfce4-settings:start:|Return to main xfce4-settings page]]+[[ :xfce:xfconf:start:|Return to xfconf Main Documentation Page]]