Skip to content

Instantly share code, notes, and snippets.

@miguelcostero
Created October 20, 2018 01:39
Show Gist options
  • Save miguelcostero/0eec5614693eea5dc4ee2ef76a87ded0 to your computer and use it in GitHub Desktop.
Save miguelcostero/0eec5614693eea5dc4ee2ef76a87ded0 to your computer and use it in GitHub Desktop.
i3lock screen lock
#!/bin/bash
scrot /tmp/screen.png
xwobf -s 11 /tmp/screen.png
i3lock -i /tmp/screen.png
rm /tmp/screen.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment