aboutsummaryrefslogtreecommitdiff
path: root/xmonad.hs
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-03-28 22:25:24 +0100
committerCharles <sircharlesaze@gmail.com>2020-03-28 22:25:24 +0100
commit66c963bb41213bc09dac88b201ba67ba4d0835ad (patch)
tree66fb9864857d527b99895655ee794eca5fd1bd54 /xmonad.hs
parentebb061bc953b647bc2944e4f203f2d3fd30d181d (diff)
downloaddotfiles-66c963bb41213bc09dac88b201ba67ba4d0835ad.tar.gz
dotfiles-66c963bb41213bc09dac88b201ba67ba4d0835ad.tar.bz2
dotfiles-66c963bb41213bc09dac88b201ba67ba4d0835ad.zip
Added vim pluggin: quick-scope
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 &"