Skip to content

Instantly share code, notes, and snippets.

@ttys3
Last active January 13, 2023 10:54
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 ttys3/c4df8132703700ddab111e8653a93f39 to your computer and use it in GitHub Desktop.
Save ttys3/c4df8132703700ddab111e8653a93f39 to your computer and use it in GitHub Desktop.
display-wakeup.sh
#!/bin/sh
/usr/bin/dbus-send --type=method_call --dest=org.gnome.ScreenSaver /org/gnome/ScreenSaver org.gnome.ScreenSaver.SetActive boolean:true && /usr/bin/sleep 3 && /usr/bin/dbus-send --type=method_call --dest=org.gnome.ScreenSaver /org/gnome/ScreenSaver org.gnome.ScreenSaver.SetActive boolean:false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment