Skip to content

Instantly share code, notes, and snippets.

@wrzlbrmft
Last active June 28, 2023 12:17
Show Gist options
  • Save wrzlbrmft/58bd36fa0afa30715459 to your computer and use it in GitHub Desktop.
Save wrzlbrmft/58bd36fa0afa30715459 to your computer and use it in GitHub Desktop.
Hide Hibernate, Suspend, etc. option from the XFCE shutdown dialog.
# as normal user
xfconf-query -c xfce4-session -np '/shutdown/ShowHibernate' -t 'bool' -s 'false'
xfconf-query -c xfce4-session -np '/shutdown/ShowSuspend' -t 'bool' -s 'false'
xfconf-query -c xfce4-session -np '/shutdown/ShowHybridSleep' -t 'bool' -s 'false'
xfconf-query -c xfce4-session -np '/shutdown/ShowSwitchUser' -t 'bool' -s 'false'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment