aboutsummaryrefslogtreecommitdiff
path: root/XServer/.xprofile
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-07-15 15:36:01 +0100
committerdx <aryadevchavali1@gmail.com>2020-07-15 15:36:01 +0100
commit21f6cc21ce1bc60174e3a43280ed5b351e03f61f (patch)
tree5c6f738fbe6fc55ca5ac65eeff26c657aa505dfb /XServer/.xprofile
parent9f963d7e385cfb9b8dd1b4cbd9192bf54a166654 (diff)
downloaddotfiles-21f6cc21ce1bc60174e3a43280ed5b351e03f61f.tar.gz
dotfiles-21f6cc21ce1bc60174e3a43280ed5b351e03f61f.tar.bz2
dotfiles-21f6cc21ce1bc60174e3a43280ed5b351e03f61f.zip
+xresources file, with xrdb call in xprofile
Diffstat (limited to 'XServer/.xprofile')
-rw-r--r--XServer/.xprofile1
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;