diff options
author | Julian T <julian@jtle.dk> | 2022-12-18 23:45:33 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2022-12-18 23:45:33 +0100 |
commit | 4343bfddc2788fcba86be1fa4e05e45e926756a3 (patch) | |
tree | d6264874ae885e329784d401558ee1ce5ca26a3f /xinit | |
parent | ecb2718cd425cea1fa274951734998ddd6f5efb4 (diff) |
Add xresouces
Diffstat (limited to 'xinit')
-rwxr-xr-x | xinit/Scripts/xlaunchrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xinit/Scripts/xlaunchrc b/xinit/Scripts/xlaunchrc index 1feaa2f..558c7d8 100755 --- a/xinit/Scripts/xlaunchrc +++ b/xinit/Scripts/xlaunchrc @@ -7,6 +7,8 @@ xset b off setxkbmap -layout us -variant altgr-intl +xrdb ~/.Xresources + # xmodmap .Xmodmap #xcape -e "Control_R=Escape" |