From 5260c02746f0825ee90eb56c4fe91a6bf39cc9cc Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 24 May 2020 10:23:59 +0200 Subject: Changing zsh prompt if tty or display --- xmonad.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'xmonad.hs') 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 -- cgit