updated xmonad

This commit is contained in:
Solomon Laing 2022-06-01 17:38:16 +09:30
parent d8bc131791
commit a7aa53367f

View File

@ -566,6 +566,9 @@ myStartupHook = do
spawnOnce "numlockx"
spawnOnce "xsetroot -cursor_name left_ptr"
spawnOnce "xmodmap -pke $HOME/.config/x11/.Xmodmap"
-- for the life of me I can't work out how to source .zprofile while using a login manager...
-- so source it here :D
spawnOnce "source $HOME/.config/shell/profile"
-- Startup apps (tray) and settings
spawnOnce "blueman-applet &"