diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-05 17:26:54 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-05 17:26:54 +0200 |
commit | cf460e08f770f353f49b5deb68077be2ccb3e46a (patch) | |
tree | 6d037b9a87482110164139b7fa62d4b6a074cffe | |
parent | Add virt-manager to the user packages (diff) | |
download | nixos-config-cf460e08f770f353f49b5deb68077be2ccb3e46a.tar.gz nixos-config-cf460e08f770f353f49b5deb68077be2ccb3e46a.tar.bz2 nixos-config-cf460e08f770f353f49b5deb68077be2ccb3e46a.zip |
Xmonad: Remove unnecessary manual xmobar spawn
-rw-r--r-- | dotfiles/xmonad.hs | 1 |
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, |