diff options
author | jeschli <jeschli@gmail.com> | 2019-01-29 19:45:35 +0100 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2019-01-29 19:45:35 +0100 |
commit | c241de7b70858ed41ce3b941d26a95126a095313 (patch) | |
tree | 582fadc98631f9e6a99219f88a0a1973d5d239e8 /jeschli | |
parent | b44967f69582f54081c756480e8012dcee361204 (diff) |
xmonad-jeschli: set my initial workspaces
Diffstat (limited to 'jeschli')
-rw-r--r-- | jeschli/5pkgs/simple/xmonad-jeschli/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/jeschli/5pkgs/simple/xmonad-jeschli/default.nix b/jeschli/5pkgs/simple/xmonad-jeschli/default.nix index 827c77b77..a143ca2c5 100644 --- a/jeschli/5pkgs/simple/xmonad-jeschli/default.nix +++ b/jeschli/5pkgs/simple/xmonad-jeschli/default.nix @@ -73,7 +73,6 @@ main = getArgs >>= \case mainNoArgs :: IO () mainNoArgs = do - workspaces0 <- getWorkspaces0 handleShutdownEvent <- newShutdownEventHandler xmonad -- $ withUrgencyHookC dzenUrgencyHook { args = ["-bg", "magenta", "-fg", "magenta", "-h", "2"], duration = 500000 } @@ -85,7 +84,7 @@ mainNoArgs = do { terminal = urxvtcPath , modMask = mod4Mask , keys = myKeys - , workspaces = workspaces0 + , workspaces = ["comms", "org", "dev"] , layoutHook = smartBorders $ FixedColumn 1 20 80 10 ||| Full -- , handleEventHook = myHandleEventHooks <+> handleTimerEvent --, handleEventHook = handleTimerEvent |