about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-05 17:26:54 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-05 17:26:54 +0200
commitcf460e08f770f353f49b5deb68077be2ccb3e46a (patch)
tree6d037b9a87482110164139b7fa62d4b6a074cffe
parentAdd virt-manager to the user packages (diff)
downloadnixos-config-cf460e08f770f353f49b5deb68077be2ccb3e46a.tar.gz
nixos-config-cf460e08f770f353f49b5deb68077be2ccb3e46a.tar.bz2
nixos-config-cf460e08f770f353f49b5deb68077be2ccb3e46a.zip
Xmonad: Remove unnecessary manual xmobar spawn
-rw-r--r--dotfiles/xmonad.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/dotfiles/xmonad.hs b/dotfiles/xmonad.hs
index 0c0e320..409e8dd 100644
--- a/dotfiles/xmonad.hs
+++ b/dotfiles/xmonad.hs
@@ -206,7 +206,6 @@ myStatusBar = statusBarProp "xmobar" (do
 
 main :: IO ()
 main = do
-  spawn "xmobar"
   xmonad . withSB myStatusBar . docks
          $ def {
                 focusFollowsMouse  = myFocusFollowsMouse,