You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
config/lock.sh

16 lines
222 B

9 years ago
#!/bin/bash
revert() {
xset dpms 0 0 0
}
trap revert HUP INT TERM
6 years ago
#xset dpms 15 0 0
9 years ago
scrot /tmp/screen.png
convert /tmp/screen.png -scale 3% -scale 3366% /tmp/screen.png
9 years ago
i3lock -n -f -p win -i /tmp/screen.png
6 years ago
#revert
9 years ago