From: Simon Ruderich Date: Mon, 10 Feb 2014 11:09:59 +0000 (+0100) Subject: herbstluftwm: Add mapping $mod-Shift-space to reset fullscreen/layout. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=064e3cfe9748160ab9beaa4b280fd1bcd9c93a31 herbstluftwm: Add mapping $mod-Shift-space to reset fullscreen/layout. --- diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 3f1899d..7217ba4 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -66,6 +66,8 @@ hc keybind $mod-o split horizontal 0.5 hc keybind $mod-r remove # remove a split # Change window state. hc keybind $mod-f fullscreen toggle +# Reset fullscreen and layout. Just in case I get confused. +hc keybind $mod-Shift-space chain , fullscreen off , set_layout horizontal # Focus key bindings. hc keybind $mod-h focus left