aboutsummaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2017-10-15 10:18:28 -0700
committerkatherine <shmibs@shmibbles.me>2017-10-15 10:18:28 -0700
commit99ed9a2ea95d1c0c9c66af6943566a464c03c3e5 (patch)
tree678e2aef1d7b0f6b3925f713ab1a252221c2d734 /.xinitrc
parentcac1dda765feb39b2308b0dbc56c1da889e6216c (diff)
downloaddotfiles-99ed9a2ea95d1c0c9c66af6943566a464c03c3e5.tar.gz
first steps away from mate backend
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc18
1 files changed, 12 insertions, 6 deletions
diff --git a/.xinitrc b/.xinitrc
index b8a735a..fbf0d80 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -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