herbstluftwm: use i3lock-fancy instead of i3lock

This commit is contained in:
Thomas Preisner 2017-10-06 22:56:41 +02:00
parent 66680daac1
commit 2bd6fd9eb4

View file

@ -68,7 +68,7 @@ case "$HOSTNAME" in
hc keybind $Mod-q spawn /usr/bin/xlock -geometry 1920x2 hc keybind $Mod-q spawn /usr/bin/xlock -geometry 1920x2
;; ;;
*) *)
hc keybind $Mod-q spawn /usr/bin/i3lock hc keybind $Mod-q spawn ~/misc/i3lock-fancy/lock
;; ;;
esac esac