From 5193673de8d436110609856ba43c85e6b01a34bb Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 8 Feb 2014 18:32:44 +0100 Subject: [PATCH] herbstluftwm: Add mapping $mod-s to swap top and bottom frame. --- herbstluftwm/autostart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 6704bd8..3f1899d 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -77,6 +77,8 @@ hc keybind $mod-Shift-h shift left hc keybind $mod-Shift-j shift down hc keybind $mod-Shift-k shift up hc keybind $mod-Shift-l shift right +# Swap top and bottom frame (only works with two frames). +hc keybind $mod-s chain , lock , rotate , rotate , unlock # MOUSE BINDINGS -- 2.44.1