Skip to content

Instantly share code, notes, and snippets.

@hugomaiavieira
Last active September 8, 2022 16:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugomaiavieira/c4208dec84d0c7115712 to your computer and use it in GitHub Desktop.
Save hugomaiavieira/c4208dec84d0c7115712 to your computer and use it in GitHub Desktop.
Script to lock and turn off the screen on linux mint
#! /bin/bash
#
# How to use it
#
# $ chmod +x lock-screen
#
# $ ./lock-screen.sh
#
# You can create a custom keyborad shortcut (like Super+l) that call this script
#
sleep 0.5 && xset dpms force off && gnome-screensaver-command --lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment