add(binds): focus between nonfloating and floaters
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
"SUPER, K, Move focus up, movefocus, u"
|
||||
"SUPER, H, Move focus left, movefocus, l"
|
||||
"SUPER, L, Move focus right, movefocus, r"
|
||||
"SUPER, G, Switch Focus (Float/Tile), exec, hakase-focus-switch"
|
||||
|
||||
# move window
|
||||
"SUPER SHIFT, h, Move window left, movewindow, l"
|
||||
@@ -55,6 +56,12 @@
|
||||
# [Workspaces] Toggle between most recent workspaces
|
||||
"SUPER, Tab, Cycle workspaces, workspace, previous"
|
||||
|
||||
# [Workspaces] Move to another workspace
|
||||
"CTRL SHIFT, H, Move to previous workspace, split:workspace, -1"
|
||||
"CTRL SHIFT, L, Move to next workspace, split:workspace, +1"
|
||||
"CTRL SHIFT, K, Move to previous workspace, split:workspace, -1"
|
||||
"CTRL SHIFT, J, Move to next workspace, split:workspace, +1"
|
||||
|
||||
# hyprspace - workspace overview
|
||||
"SUPER, E, Toggle Workspace Overview, overview:toggle"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user