1
0
Fork 0
dotfiles/.config/X11/xsession.d/30x11-common_xresources
2023-02-07 16:35:27 +01:00

6 lines
160 B
Bash

# vim:set ft=sh
if has_option allow-user-resources && [ -f "$USRRESOURCES" ]; then
if type xrdb >/dev/null 2>&1; then
xrdb -merge $USRRESOURCES
fi