]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
herbstluftwm: Change mapping of reload to $mod-q.
authorSimon Ruderich <simon@ruderich.org>
Sun, 12 Jan 2014 02:10:17 +0000 (03:10 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 12 Jan 2014 02:10:17 +0000 (03:10 +0100)
Same mapping as in xmonad.

herbstluftwm/autostart

index 7773911c4220d3ba2710ee2a30c138163fb930b6..2dcf5fd34e9aae4efbb7f4b34755ce760436e303 100755 (executable)
@@ -45,7 +45,7 @@ hc keyunbind --all
 # Basic key bindings.
 hc keybind $mod-Shift-Return spawn urxvt
 hc keybind $mod-Shift-c close
-hc keybind $mod-Shift-r reload
+hc keybind $mod-q reload
 hc keybind $mod-Shift-q quit
 # Lock the screen. The sleep is necessary to allow xtrlock to grab the
 # keyboard input.