mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-04 14:11:55 -07:00
restore dwm-style keybindings. mod-shift-{j,k} resize in vert mode
This commit is contained in:
@@ -244,7 +244,11 @@ setBorder w p = withDisplay $ \d -> io $ setWindowBorder d w p
|
||||
raise :: Ordering -> X ()
|
||||
raise = windows . W.rotate
|
||||
|
||||
-- | promote. Make the focused window the master window in its workspace
|
||||
-- | promote. Make the focused window the master window in its
|
||||
-- workspace , in non-fullscreen mode.
|
||||
--
|
||||
-- TODO: generic cycling clockwise and anticlockwise
|
||||
--
|
||||
promote :: X ()
|
||||
promote = windows $ \w -> maybe w (\k -> W.promote k w) (W.peek w)
|
||||
|
||||
|
Reference in New Issue
Block a user