diff options
Diffstat (limited to 'desktop/ion/xinitrc.ion')
-rw-r--r-- | desktop/ion/xinitrc.ion | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/ion/xinitrc.ion b/desktop/ion/xinitrc.ion index 5579c7e48a..8fde6918aa 100644 --- a/desktop/ion/xinitrc.ion +++ b/desktop/ion/xinitrc.ion @@ -2,8 +2,8 @@ userresources=$HOME/.Xresources usermodmap=$HOME/.Xmodmap -sysresources=/usr/lib/X11/xinit/.Xresources -sysmodmap=/usr/lib/X11/xinit/.Xmodmap +sysresources=/etc/X11/xinit/.Xresources +sysmodmap=/etc/X11/xinit/.Xmodmap # Merge in defaults and keymaps test -f $sysresources && xrdb -merge $sysresources |