Created
February 22, 2015 18:45
-
-
Save AKuederle/db6e66dbf01b07bcb981 to your computer and use it in GitHub Desktop.
Lock the screen after 10 min of not using the PC when using xfce as a desktop enviroment. It has to be placed in .xinitrc.
This file contains 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
xautolock -time 10 -notify 30 -notifier "notify-send 'Locking screen in 30 s' --icon=appointment" -locker xflock4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment