+xresources file, with xrdb call in xprofile

This commit is contained in:
dx
2020-07-15 15:36:01 +01:00
parent 9f963d7e38
commit 21f6cc21ce
2 changed files with 59 additions and 0 deletions

View File

@@ -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;