Move most init stuff into ~/.xprofile rather than each WM config and ~/.xinitrc
This commit is contained in:
@ -15,6 +15,7 @@ fi
|
||||
[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
|
||||
[ -f ~/.xprofile ] && . ~/.xprofile
|
||||
|
||||
|
||||
# don't put commands below the exec line
|
||||
|
||||
# launch the session
|
||||
|
Reference in New Issue
Block a user