herbstluftwm: use ~/bin/lock as default screenlock

This commit is contained in:
Thomas Preisner 2018-02-20 16:32:22 +01:00
parent 11f256160b
commit 48f1b974cc

View file

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