declutter $HOME :)
This commit is contained in:
parent
3450585513
commit
b7cc34b6e9
5 changed files with 58 additions and 39 deletions
|
|
@ -7,5 +7,5 @@ if command -v dbus-update-activation-environment > /dev/null 2>&1; then
|
|||
dbus-update-activation-environment DISPLAY XAUTHORITY
|
||||
fi
|
||||
|
||||
xrdb ~/.Xresources
|
||||
exec ~/.xsession
|
||||
xrdb ${XDG_CONFIG_HOME}/xorg/xresources
|
||||
exec ${XDG_CONFIG_HOME}/xorg/xsession
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue