Add keyboard shortcut to toggle floating window state
This commit is contained in:
parent
2df1347241
commit
19de16c8b7
|
@ -57,6 +57,9 @@ class Kuro(BaseTheme):
|
|||
# Fullscreen toggle
|
||||
Key([self.mod], 'f', lazy.window.toggle_fullscreen()),
|
||||
|
||||
# Floating toggle
|
||||
Key([self.mod, "shift"], 'f', lazy.window.toggle_floating()),
|
||||
|
||||
# Toggle between split and unsplit sides of stack.
|
||||
# Split = all windows displayed
|
||||
# Unsplit = 1 window displayed, like Max layout, but still with
|
||||
|
|
Loading…
Reference in a new issue