diff options
| author | Baitinq <[email protected]> | 2022-07-05 17:26:54 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-05 17:26:54 +0200 |
| commit | 548f22cd715621d2fa0a6c29831772b74597b78d (patch) | |
| tree | d8a70654adf01146d4e9584d4b608a9e9e11136b /dotfiles | |
| parent | Add virt-manager to the user packages (diff) | |
| download | nixos-config-548f22cd715621d2fa0a6c29831772b74597b78d.tar.gz nixos-config-548f22cd715621d2fa0a6c29831772b74597b78d.tar.bz2 nixos-config-548f22cd715621d2fa0a6c29831772b74597b78d.zip | |
Xmonad: Remove unnecessary manual xmobar spawn
Diffstat (limited to 'dotfiles')
| -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, |