aboutsummaryrefslogtreecommitdiff
path: root/xmonad.hs
diff options
context:
space:
mode:
Diffstat (limited to 'xmonad.hs')
-rw-r--r--xmonad.hs6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmonad.hs b/xmonad.hs
index 99a35e8..90c536e 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -21,8 +21,10 @@ main = do
, startupHook = myStartupHook
} `additionalKeysP` myKeys
-myLayouts = tiled ||| Mirror tiled ||| noBorders Full
- where tiled = Tall 1 (3 / 100) (3 / 5)
+myLayouts = tiledBigMaster ||| Mirror tiledEven ||| noBorders Full
+ where tiledBigMaster = Tall 1 (3 / 100) (3 / 5)
+ tiledEven = Tall 1 (3 / 100) (1 / 2)
+
myStartupHook = do
spawnOnce "redshift -c /home/charles/.config/redshift.conf &"