mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
xmonad: reflect IncMaster '<' '>' messages
This commit is contained in:
parent
af6f93779b
commit
d4910ded6b
2 changed files with 4 additions and 5 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{-# LANGUAGE BlockArguments #-}
|
||||
{-# LANGUAGE NegativeLiterals #-}
|
||||
|
||||
import XMonad
|
||||
|
||||
|
|
@ -129,10 +128,6 @@ main = xmonad
|
|||
, ((superMask .|. shiftMask, xK_comma ), sendMessage Shrink)
|
||||
, ((superMask .|. shiftMask, xK_period), sendMessage Expand)
|
||||
|
||||
-- Increment / decrement the number of windows in the master area
|
||||
, ((superMask, xK_comma ), sendMessage (IncMasterN -1))
|
||||
, ((superMask, xK_period), sendMessage (IncMasterN 1))
|
||||
|
||||
-- sink and lift
|
||||
, ((superMask .|. shiftMask, xK_s), withFocused $ windows . W.sink)
|
||||
, ( (superMask .|. shiftMask, xK_l)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue