From d2ef82e82e41411e573e2c2cbc2010e5e8ab1ee4 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 28 Jul 2018 20:46:32 +0200 Subject: Remove weird fullscreen float keybinding --- gui/conf/xmonad.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs index 43a58fb..23e00ec 100644 --- a/gui/conf/xmonad.hs +++ b/gui/conf/xmonad.hs @@ -153,7 +153,6 @@ commonKeybindings host = , ("M-s f" , sendMessage $ Toggle NBFULL) -- floating placement , ("M-w t" , withFocused $ windows . S.sink) - , ("M-w f" , withFocused $ placeFloating host $ S.RationalRect 0 0 1 1) , ("M-w j" , withFocused $ placeFloating host dropUp) , ("M-w S-j" , withFocused $ placeFloating host dropUpLarge) , ("M-w k" , withFocused $ placeFloating host dropDown) -- cgit v1.2.3