removed nm-applet from startup

This commit is contained in:
Solomon Laing 2022-03-10 22:04:32 +10:30
parent e6abb81ab2
commit 66da0ee19a

View File

@ -379,7 +379,6 @@ myStandardEZKeys =
nonEmptyNonNSP = WSIs (return (\ws -> isJust (W.stack ws) && W.tag ws /= "NSP"))
myLaptopEZKeys :: [(String, X ())]
myLaptopEZKeys =
--NOTE backlight controls
@ -566,7 +565,6 @@ myStartupHook = do
spawnOnce "xsetroot -cursor_name left_ptr"
-- Startup apps (tray) and settings
spawnOnce "nm-applet &"
spawnOnce "blueman-applet &"
spawnOnce "/usr/lib/kdeconnectd &"
spawnOnce "kdeconnect-indicator &"