Losanges, yeah!

This commit is contained in:
Geoffrey Frogeye 2017-01-15 11:33:31 +01:00
parent 5a6ea6f20a
commit d47a53794d
3 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,6 @@ if [ $? -ne 0 ]; then
}
trap revert SIGHUP SIGINT SIGTERM
xset dpms 5 5 5
i3lock --nofork --color 648901 --ignore-empty-password
i3lock --nofork --color 648901 --image=$HOME/.config/i3/lock.png --tiling --ignore-empty-password
revert
fi