From 2bd6fd9eb4e81f2c8742b8f6f8cca15f8a9e5d6d Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Fri, 6 Oct 2017 22:56:41 +0200 Subject: [PATCH] herbstluftwm: use i3lock-fancy instead of i3lock --- config/herbstluftwm/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/herbstluftwm/autostart b/config/herbstluftwm/autostart index b25b3e8..405de5f 100755 --- a/config/herbstluftwm/autostart +++ b/config/herbstluftwm/autostart @@ -68,7 +68,7 @@ case "$HOSTNAME" in 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