Fix some keybindings
This commit is contained in:
parent
79a9b991dc
commit
0a84ab9141
1 changed files with 2 additions and 2 deletions
|
@ -103,12 +103,12 @@ hc keybind $Mod-comma use_index -1 --skip-visible
|
||||||
|
|
||||||
# Games and sometimes other applications don't always like being
|
# Games and sometimes other applications don't always like being
|
||||||
# forced into a strangely sized box, floating mode helps.
|
# forced into a strangely sized box, floating mode helps.
|
||||||
hc keybind $Mod-s floating toggle
|
hc keybind $Mod-f floating toggle
|
||||||
|
|
||||||
# Playing games in fullscreen mode can end badly by having the game
|
# Playing games in fullscreen mode can end badly by having the game
|
||||||
# spread across both monitors. Also watching a twitch stream with lots
|
# spread across both monitors. Also watching a twitch stream with lots
|
||||||
# of text is best in fullscreen.
|
# of text is best in fullscreen.
|
||||||
hc keybind $Mod-f fullscreen toggle
|
hc keybind $Mod-Shift-f fullscreen toggle
|
||||||
hc keybind $Mod-p pseudotile toggle
|
hc keybind $Mod-p pseudotile toggle
|
||||||
|
|
||||||
# The following cycles through the available layouts within a frame, but skips
|
# The following cycles through the available layouts within a frame, but skips
|
||||||
|
|
Loading…
Reference in a new issue