[XMonad] Move layouts definition
This commit is contained in:
parent
e5faaf7ed5
commit
b757998f4b
@ -35,6 +35,7 @@ myLogHook = fadeInactiveLogHook 0.9
|
|||||||
|
|
||||||
shiftThenView i = W.greedyView i . W.shift i
|
shiftThenView i = W.greedyView i . W.shift i
|
||||||
|
|
||||||
|
layouts = multiCol [1, 1] 2 0.01 (-0.5) ||| Full ||| Tall 1 (3/100) (1/2)
|
||||||
addKeys conf@XConfig {modMask = modm} =
|
addKeys conf@XConfig {modMask = modm} =
|
||||||
[ ((modm, xK_p), spawn "rofi -show drun")
|
[ ((modm, xK_p), spawn "rofi -show drun")
|
||||||
, ((modm .|. shiftMask, xK_p), spawn "rofi -show run")
|
, ((modm .|. shiftMask, xK_p), spawn "rofi -show run")
|
||||||
@ -80,10 +81,6 @@ addKeys conf@XConfig {modMask = modm} =
|
|||||||
, (W.shift, shiftMask)
|
, (W.shift, shiftMask)
|
||||||
, (shiftThenView, controlMask)]]
|
, (shiftThenView, controlMask)]]
|
||||||
|
|
||||||
layouts = multiCol [1, 1] 2 0.01 (-0.5) ||| Full ||| tiled
|
|
||||||
where
|
|
||||||
tiled = Tall 1 (3/100) (1/2)
|
|
||||||
|
|
||||||
myLayoutHook = avoidStruts . smartSpacing 10 . noBorders . minimize
|
myLayoutHook = avoidStruts . smartSpacing 10 . noBorders . minimize
|
||||||
. boringWindows . mkToggle (MIRROR ?? EOT) $ layouts
|
. boringWindows . mkToggle (MIRROR ?? EOT) $ layouts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user