aboutsummaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
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