Skip to content

Instantly share code, notes, and snippets.

@e-minguez
Created January 10, 2019 13:24
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 e-minguez/a993dee4e9e8b35593e874221576fba1 to your computer and use it in GitHub Desktop.
Save e-minguez/a993dee4e9e8b35593e874221576fba1 to your computer and use it in GitHub Desktop.
Lock screen & unlock screen commands
# Lock
gdbus call --session --dest org.gnome.ScreenSaver --object-path /org/gnome/ScreenSaver --method org.gnome.ScreenSaver.Lock
# Unlock
loginctl unlock-session && xset dpms force on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment