diff options
author | katherine <shmibs@shmibbles.me> | 2017-10-15 10:18:28 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2017-10-15 10:18:28 -0700 |
commit | 99ed9a2ea95d1c0c9c66af6943566a464c03c3e5 (patch) | |
tree | 678e2aef1d7b0f6b3925f713ab1a252221c2d734 /.xinitrc | |
parent | cac1dda765feb39b2308b0dbc56c1da889e6216c (diff) | |
download | dotfiles-99ed9a2ea95d1c0c9c66af6943566a464c03c3e5.tar.gz |
first steps away from mate backend
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -1,5 +1,8 @@ #initialise configs to auto-match theme -~/.config/init/init.sh +# ~/.config/init/init.sh + +#pull inna vars +source ~/.config/init/vars #merge Xresources if [ -s ~/.Xresources ] @@ -7,17 +10,17 @@ then xrdb -override ~/.Xresources fi -#merge Xresources if [ -s /tmp/urxvt-theme ] then xrdb -override /tmp/urxvt-theme fi #add compose key -if [ -s ~/.Xmodmap ] -then - xmodmap ~/.Xmodmap -fi +# if [ -s ~/.Xmodmap ] +# then +# xmodmap ~/.Xmodmap +# fi +setxkbmap -option compose:caps #input! export GTK_IM_MODULE=fcitx @@ -25,6 +28,9 @@ export QT_IM_MODULE=fcitx export XMODIFIERS="@im=fcitx" fcitx & +#keyrate +xset r rate $kbdelay $kbrate + #store sxiv cache in ram export XDG_CACHE_HOME=/home/shmibs/.cache if [ -d /tmp/ ]; then |