aboutsummaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2015-06-15 14:55:33 -0700
committershmibs <shmibs@gmail.com>2015-06-15 14:55:33 -0700
commit04ea964440221a09d9a66af52749287ddbf49315 (patch)
treec48de9d8dea5f0a1229427e8f93167fba9d64b11 /.xinitrc
parentcff2bcd79c676b35a8850d792304a26ef68b78f9 (diff)
downloaddotfiles-04ea964440221a09d9a66af52749287ddbf49315.tar.gz
incremental update
changes i've let back up over time
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc37
1 files changed, 35 insertions, 2 deletions
diff --git a/.xinitrc b/.xinitrc
index 009bdf6..b738bd9 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -4,43 +4,70 @@ then
xrdb -merge ~/.Xresources
fi
+echo "1" > test
+
#add compose key
if [ -s ~/.Xmodmap ]
then
xmodmap ~/.Xmodmap
fi
+echo "2" >> test
+
+
#input!
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"
fcitx &
+echo "3" >> test
+
+
#clean up sxiv cache
#and ensure necessary EV
#exists
sxiv -c
export XDG_CACHE_HOME=/home/shmibs/.cache
+echo "4" >> test
+
+
#clear vimtags
-rm ~/.vimtags
+#rm ~/.vimtags
+
+echo "5" >> test
+
-#load local fonts
+#load more fonts
xset +fp /usr/share/fonts/local
+xset +fp /usr/share/fonts/misc
xset fp rehash
+echo "6" >> test
+
+
#infinality settings
export INFINALITY_FT_BRIGHTNESS="-10"
export INFINALITY_FT_FILTER_PARAMS="16 20 28 20 16"
+echo "7" >> test
+
+
#disable power saving, so screen doesn't power off
xset -dpms
xset s off
+echo "8" >> test
+
+
#daemons
urxvtd &
compton -b --backend glx --vsync drm
+echo "9" >> test
+
+
#QT style mimic gtk
#export QT_STYLE_OVERRIDE=gtk
@@ -49,7 +76,13 @@ compton -b --backend glx --vsync drm
#nvidia graphics cards to shut up
command -v optirun && $(echo "" | optirun bar)
+echo "10" >> test
+
+
xsetroot -cursor_name left_ptr
nitrogen --restore
+echo "11" >> test
+
+
exec mate-session