dotfiles/config/i3/lock

7 lines
76 B
Plaintext
Raw Normal View History

2015-09-26 19:32:00 +00:00
#!/bin/sh
dm-tool lock
if [ $? -ne 0 ]; then
$HOME/.config/i3/blurlock
fi