remove useless startup thing

This commit is contained in:
Sakooooo 2023-09-19 11:03:06 +04:00
parent 3dad87f325
commit 6bc461c170
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -302,7 +302,6 @@ myStatusBar = statusBarProp "xmobar" (pure myXmobarFormat)
myStartupHook = do myStartupHook = do
spawnOnce "feh --bg-scale /home/sako/background.png" spawnOnce "feh --bg-scale /home/sako/background.png"
spawnOnce "keepassxc" spawnOnce "keepassxc"
spawnOnce "transmissoin-gtk"
spawnOnce "nm-applet" spawnOnce "nm-applet"
spawnOnce "blueman-applet" spawnOnce "blueman-applet"
spawnOnce "flameshot" spawnOnce "flameshot"