diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-08-08 21:46:05 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-08-08 21:46:05 +0530 |
commit | 170ee0a38be274eaa0ae292f3c70e3e303a41d0a (patch) | |
tree | b557b1b2e617b67e717571e6d07ea73ad4d6ea75 /.config | |
parent | 13d80183fdbb64c1babfd163b71fd0755703a149 (diff) |
removed startup apps from XMonad and moved them to .xprofile
Diffstat (limited to '.config')
-rw-r--r-- | .config/XMonad/lib/Hooks.hs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.config/XMonad/lib/Hooks.hs b/.config/XMonad/lib/Hooks.hs index a982398..5e13225 100644 --- a/.config/XMonad/lib/Hooks.hs +++ b/.config/XMonad/lib/Hooks.hs @@ -32,14 +32,6 @@ myLayoutHook = avoidStruts $ maximize $ windowNavigation $ smartBorders $ myGap emptyBSP ||| tabbed shrinkText myTabTheme ||| Grid myStartupHook = do - spawnOnce "xmodmap /home/zt/.Xmodmap" - spawnOnce "picom" - spawnOnce "blueman-applet" - spawnOnce "dunst" - spawnOnce "polystart" - spawnOnce "nitrogen --restore" - -- spawnOnce "cbatticon" - spawnOnce "udiskie" setWMName "Anime Thighs" -- setWMName "LG3D" setDefaultCursor xC_left_ptr |