[herbstluftwm] Set Mod-p to use_previous
use_previous switches to the previous tag
This commit is contained in:
parent
cf076cdcd7
commit
6fb61aac24
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ hc keybind $Mod-comma use_index -1 --skip-visible
|
||||||
hc keybind $Mod-r remove
|
hc keybind $Mod-r remove
|
||||||
hc keybind $Mod-f fullscreen toggle
|
hc keybind $Mod-f fullscreen toggle
|
||||||
hc keybind $Mod-Shift-f set_attr clients.focus.floating 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
|
# The following cycles through the available layouts within a frame, but skips
|
||||||
# layouts, if the layout change wouldn't affect the actual window positions.
|
# 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.
|
# I.e. if there are two windows within a frame, the grid layout is skipped.
|
||||||
|
|
Loading…
Reference in a new issue