From 19de16c8b77c75a372e2c70955957748fc3f3537 Mon Sep 17 00:00:00 2001 From: Kevin Alberts Date: Wed, 7 Jun 2017 18:24:11 +0200 Subject: [PATCH] Add keyboard shortcut to toggle floating window state --- kuro/theme.py | 3 +++ 1 file changed, 3 insertions(+) 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