From 6fb61aac24c216152a1566fb126ea5776429fcbd Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 26 Aug 2020 13:47:04 +0200 Subject: [PATCH] [herbstluftwm] Set Mod-p to use_previous use_previous switches to the previous tag --- herbstluftwm/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 99268e2..c0f30d5 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -110,7 +110,7 @@ hc keybind $Mod-comma use_index -1 --skip-visible hc keybind $Mod-r remove hc keybind $Mod-f fullscreen toggle hc keybind $Mod-Shift-f set_attr clients.focus.floating toggle -hc keybind $Mod-p pseudotile toggle +hc keybind $Mod-p use_previous # The following cycles through the available layouts within a frame, but skips # layouts, if the layout change wouldn't affect the actual window positions. # I.e. if there are two windows within a frame, the grid layout is skipped.