Remove some programs from autostart.
This commit is contained in:
parent
e2532c6684
commit
5262022c15
@ -6,7 +6,7 @@ import qualified XMonad.StackSet as W
|
|||||||
-- Actions
|
-- Actions
|
||||||
import XMonad.Actions.CycleWS (toggleWS')
|
import XMonad.Actions.CycleWS (toggleWS')
|
||||||
import XMonad.Actions.MouseResize
|
import XMonad.Actions.MouseResize
|
||||||
import XMonad.Actions.SinkAll (sinkAll)
|
import XMonad.Actions.WithAll (sinkAll)
|
||||||
|
|
||||||
-- Data
|
-- Data
|
||||||
import qualified Data.Map as M
|
import qualified Data.Map as M
|
||||||
@ -84,12 +84,12 @@ myStartupHook = do
|
|||||||
spawnOnce "sxhkd -c $HOME/.config/sxhkd/general"
|
spawnOnce "sxhkd -c $HOME/.config/sxhkd/general"
|
||||||
spawnOnce "syncthing"
|
spawnOnce "syncthing"
|
||||||
spawnOnce "picom"
|
spawnOnce "picom"
|
||||||
spawnOnce "clipmenud"
|
-- spawnOnce "clipmenud"
|
||||||
spawnOnce "dunst"
|
spawnOnce "dunst"
|
||||||
spawnOnce "keepassxc"
|
spawnOnce "keepassxc"
|
||||||
spawnOnce "lxpolkit"
|
spawnOnce "lxpolkit"
|
||||||
spawnOnce "nheko"
|
-- spawnOnce "nheko"
|
||||||
spawnOnce "jellyfin-mpv-shim"
|
-- spawnOnce "jellyfin-mpv-shim"
|
||||||
spawn ("sleep 2 && trayer --edge top --align right --widthtype request --padding 6 --iconspacing 7 --SetDockType true --SetPartialStrut true --expand true --monitor 1 --transparent true --alpha 0 --tint 0x303446 --height 24 -l")
|
spawn ("sleep 2 && trayer --edge top --align right --widthtype request --padding 6 --iconspacing 7 --SetDockType true --SetPartialStrut true --expand true --monitor 1 --transparent true --alpha 0 --tint 0x303446 --height 24 -l")
|
||||||
setWMName "LG3D" -- Fix java programs
|
setWMName "LG3D" -- Fix java programs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user