aboutsummaryrefslogtreecommitdiff
path: root/xmonad.hs
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-05-24 10:23:59 +0200
committerCharles <sircharlesaze@gmail.com>2020-05-24 10:23:59 +0200
commit5260c02746f0825ee90eb56c4fe91a6bf39cc9cc (patch)
tree8d1cb0c4cbce0b9133664a59a845f5bf505ccbbd /xmonad.hs
parent3a70f9f76654ff63e3242cf3324cc77c44e1980f (diff)
downloaddotfiles-5260c02746f0825ee90eb56c4fe91a6bf39cc9cc.tar.gz
dotfiles-5260c02746f0825ee90eb56c4fe91a6bf39cc9cc.tar.bz2
dotfiles-5260c02746f0825ee90eb56c4fe91a6bf39cc9cc.zip
Changing zsh prompt if tty or display
Diffstat (limited to 'xmonad.hs')
-rw-r--r--xmonad.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmonad.hs b/xmonad.hs
index f409cc0..c10070b 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -23,6 +23,7 @@ main = xmonad $ desktopConfig
, borderWidth = 1
, startupHook = myStartupHook
, focusFollowsMouse = False -- don't change window based on mouse position (need to click)
+ , workspaces = ["code", "compile", "web"] ++ map show [4..9]
} `additionalKeysP` myKeys
myLayouts = tiledBigMaster -- bigger master for code and smaller slave for compiling