# Ln#26-43 (resources) ~/.xinitrc (tharpup) # Ln#26-43 of https://github.com/puppylinux-woof-CE/woof-CE/blob/6956706d2d896a40c6049c462e89b415d870472d/woof-code/rootfs-skeleton/root/.xinitrc#L26 (15 Feb 2018) userresources=$HOME/.Xresources usermodmap=$HOME/.Xmodmap sysresources=/usr/lib/X11/xinit/Xresources sysmodmap=/usr/lib/X11/xinit/.Xmodmap # merge in defaults and keymaps if [ -f $sysresources ]; then xrdb -merge -nocpp $sysresources fi if [ -f $sysmodmap ]; then xmodmap $sysmodmap fi if [ -f $userresources ]; then xrdb -merge -nocpp $userresources fi