Skip to content

Instantly share code, notes, and snippets.

@prati0100
Created June 24, 2019 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prati0100/2029cc618b7671f46308c49a4f8c9f89 to your computer and use it in GitHub Desktop.
Save prati0100/2029cc618b7671f46308c49a4f8c9f89 to your computer and use it in GitHub Desktop.
Do not turn off the display when locking the screen on GNOME
#!/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