diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-05-24 10:23:59 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-05-24 10:23:59 +0200 |
| commit | 5260c02746f0825ee90eb56c4fe91a6bf39cc9cc (patch) | |
| tree | 8d1cb0c4cbce0b9133664a59a845f5bf505ccbbd /xmonad.hs | |
| parent | 3a70f9f76654ff63e3242cf3324cc77c44e1980f (diff) | |
| download | dotfiles-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.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
