Update .xprofile
This commit is contained in:
parent
106291f171
commit
5af65aaf8f
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ export ICEAUTHORITY="$XDG_CACHE_HOME"/ICEauthority
|
|||
|
||||
sysresources=/etc/X11/xinit/.Xresources
|
||||
sysmodmap=/etc/X11/xinit/.Xmodmap
|
||||
userresources="$XDG_CONFIG_HOME"/.Xresources
|
||||
usermodmap="$XDG_CONFIG_HOME"/.Xmodmap
|
||||
userresources="$XDG_CONFIG_HOME"/X11/Xresources
|
||||
usermodmap="$XDG_CONFIG_HOME"/X11/Xmodmap
|
||||
|
||||
if [ -f "$sysresources" ]; then
|
||||
xrdb -merge "$sysresources"
|
||||
|
|
Loading…
Reference in a new issue