xmonad: Allow to unfloat windows with M-y
This commit is contained in:
parent
56ec718145
commit
564ac76edc
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ myConfig =
|
||||||
, ("M-a", sendMessage Balance)
|
, ("M-a", sendMessage Balance)
|
||||||
, ("M-S-a", sendMessage Equalize)
|
, ("M-S-a", sendMessage Equalize)
|
||||||
, ("M-o", sendMessage Rotate)
|
, ("M-o", sendMessage Rotate)
|
||||||
|
, ("M-y", withFocused $ windows . W.sink)
|
||||||
]
|
]
|
||||||
where
|
where
|
||||||
-- navigate using dvorak bindings
|
-- navigate using dvorak bindings
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue