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
xfce:xfconf:xfconf-query [2023/01/11 07:25] – add config tweaks for hiding tooltip/popups kevinbowenxfce:xfconf:xfconf-query [2023/01/29 01:25] (current) – add command to hide Hybrid Sleep button 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'