mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-02 13:11:53 -07:00
More Config.hs bugs
This commit is contained in:
@@ -135,7 +135,7 @@ borderWidth = 1
|
|||||||
|
|
||||||
-- The default set of Layouts:
|
-- The default set of Layouts:
|
||||||
defaultLayouts :: [Layout]
|
defaultLayouts :: [Layout]
|
||||||
defaultLayouts = [ full, tall defaultDelta (2%3), wide defaultDelta (2%3) ]
|
defaultLayouts = [ full, tall defaultDelta (1%2), wide defaultDelta (1%2) ]
|
||||||
|
|
||||||
--
|
--
|
||||||
-- The key bindings list.
|
-- The key bindings list.
|
||||||
@@ -154,8 +154,8 @@ keys = M.fromList $
|
|||||||
, ((modMask, xK_j ), raise GT)
|
, ((modMask, xK_j ), raise GT)
|
||||||
, ((modMask, xK_k ), raise LT)
|
, ((modMask, xK_k ), raise LT)
|
||||||
|
|
||||||
, ((modMask, xK_h ), layoutMsg Expand)
|
, ((modMask, xK_h ), layoutMsg Shrink)
|
||||||
, ((modMask, xK_l ), layoutMsg Shrink)
|
, ((modMask, xK_l ), layoutMsg Expand)
|
||||||
|
|
||||||
, ((modMask .|. shiftMask, xK_c ), kill)
|
, ((modMask .|. shiftMask, xK_c ), kill)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user