aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/conf/xmonad.hs1
1 files changed, 0 insertions, 1 deletions
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)