diff --git a/kuro/theme.py b/kuro/theme.py index 57e458d..c7364bc 100644 --- a/kuro/theme.py +++ b/kuro/theme.py @@ -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