From 21f6cc21ce1bc60174e3a43280ed5b351e03f61f Mon Sep 17 00:00:00 2001 From: dx Date: Wed, 15 Jul 2020 15:36:01 +0100 Subject: +xresources file, with xrdb call in xprofile --- XServer/.xprofile | 1 + 1 file changed, 1 insertion(+) (limited to 'XServer/.xprofile') diff --git a/XServer/.xprofile b/XServer/.xprofile index 777e080..12e4e80 100644 --- a/XServer/.xprofile +++ b/XServer/.xprofile @@ -1,3 +1,4 @@ #!/usr/bin/env sh setxkbmap gb -option shift:both_capslock -option caps:none; xmodmap ~/.Xmodmap; +[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources; -- cgit v1.2.3-13-gbd6f