updated xmonad
This commit is contained in:
parent
d8bc131791
commit
a7aa53367f
@ -566,6 +566,9 @@ myStartupHook = do
|
|||||||
spawnOnce "numlockx"
|
spawnOnce "numlockx"
|
||||||
spawnOnce "xsetroot -cursor_name left_ptr"
|
spawnOnce "xsetroot -cursor_name left_ptr"
|
||||||
spawnOnce "xmodmap -pke $HOME/.config/x11/.Xmodmap"
|
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
|
-- Startup apps (tray) and settings
|
||||||
spawnOnce "blueman-applet &"
|
spawnOnce "blueman-applet &"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user