Created
June 24, 2019 11:01
-
-
Save prati0100/2029cc618b7671f46308c49a4f8c9f89 to your computer and use it in GitHub Desktop.
Do not turn off the display when locking the screen on GNOME
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 | |
xdg-screensaver lock | |
sleep 0.7 | |
xdotool key Ctrl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment