diff options
Diffstat (limited to 'XServer/.xprofile')
-rw-r--r-- | XServer/.xprofile | 1 |
1 files changed, 1 insertions, 0 deletions
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; |