Skip to content

Instantly share code, notes, and snippets.

@albertomm
Last active August 17, 2018 16:43
Show Gist options
  • Save albertomm/e3f137926342d28aea84140439a5c1b7 to your computer and use it in GitHub Desktop.
Save albertomm/e3f137926342d28aea84140439a5c1b7 to your computer and use it in GitHub Desktop.
Command to hide suspend and hibernate buttons from XFCE logout dialog
#!/bin/bash
xfconf-query -c xfce4-session -p /shutdown/ShowSuspend --create --set true --type bool
xfconf-query -c xfce4-session -p /shutdown/ShowHibernate --create --set false --type bool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment