[herbstluftwm] Set Mod-p to use_previous

use_previous switches to the previous tag
This commit is contained in:
Marcel Kapfer 2020-08-26 13:47:04 +02:00
parent cf076cdcd7
commit 6fb61aac24
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -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.