From 836d90a706afe7f3f86331375b28390f2a43e372 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 12 Jan 2014 03:10:17 +0100 Subject: [PATCH] herbstluftwm: Change mapping of reload to $mod-q. Same mapping as in xmonad. --- herbstluftwm/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 7773911..2dcf5fd 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -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. -- 2.44.1