Skip to content

Instantly share code, notes, and snippets.

@ZhiguoLong
Created February 14, 2016 06:55
Show Gist options
  • Save ZhiguoLong/7063c101881770f7fa42 to your computer and use it in GitHub Desktop.
Save ZhiguoLong/7063c101881770f7fa42 to your computer and use it in GitHub Desktop.
i3 helper shell command for lock screen
#!/bin/bash
scrot /tmp/screen_locked.png
convert /tmp/screen_locked.png -blur 0x8 /tmp/screen_locked2.png
i3lock -i /tmp/screen_locked2.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment