Last active
August 17, 2018 16:43
-
-
Save albertomm/e3f137926342d28aea84140439a5c1b7 to your computer and use it in GitHub Desktop.
Command to hide suspend and hibernate buttons from XFCE logout dialog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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