add nextcloud client to xmonad startup

This commit is contained in:
Sakooooo 2023-10-08 14:46:48 +04:00
parent 33f2125268
commit 5a17e892a3
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -305,6 +305,7 @@ myStartupHook = do
spawnOnce "nm-applet"
spawnOnce "blueman-applet"
spawnOnce "flameshot"
spawnOnce "nextcloud"
spawn "picom"
spawn "trayer --edge bottom --align right --iconspacing 5 --height 25 --widthtype request --alpha 0 --transparent true --tint 'black'"
------------------------------------------------------------------------