From 064e3cfe9748160ab9beaa4b280fd1bcd9c93a31 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 10 Feb 2014 12:09:59 +0100 Subject: [PATCH] herbstluftwm: Add mapping $mod-Shift-space to reset fullscreen/layout. --- herbstluftwm/autostart | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.44.1