Rationalize the use of custom config files
This commit is contained in:
parent
5bc0b45cdc
commit
2425fdca43
9 changed files with 9 additions and 11 deletions
|
@ -1,8 +1,6 @@
|
|||
[ -f /etc/xprofile ] && . /etc/xprofile
|
||||
[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
|
||||
[ -f ~/.setpath.sh ] && . ~/.setpath.sh
|
||||
[ -f ~/.set_compose_key.sh ] && . ~/.set_compose_key.sh
|
||||
[ -f ~/.xdg_set_env.sh ] && . ~/.xdg_set_env.sh
|
||||
[ -f "$MY_CONFIG/.set_compose_key.sh" ] && . "$MY_CONFIG/.set_compose_key.sh"
|
||||
|
||||
hash xcompmgr 2>/dev/null && xcompmgr &
|
||||
hash xscreensaver 2>/dev/null && xscreensaver -no-splash &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue