Add keyboard shortcut to toggle floating window state

This commit is contained in:
Kevin Alberts 2017-06-07 18:24:11 +02:00
parent 2df1347241
commit 19de16c8b7

View file

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