Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
xfce:xfconf:xfconf-query [2023/01/11 07:25] – add config tweaks for hiding tooltip/popups kevinbowen | xfce:xfconf:xfconf-query [2024/12/06 03:05] (current) – update return links kevinbowen |
---|
==== 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' |
| |
| |
[[|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]] |