diff options
author | shmibs <shmibs@gmail.com> | 2014-09-07 23:59:26 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-09-07 23:59:26 -0700 |
commit | 85904ee8ab3bf1ae2be36a66e38b7b77709af4ae (patch) | |
tree | c044f3796529b2925f71622436a14b4a5c23436a /.xinitrc | |
parent | 43284dbeae82e7e6653ff1cf050551ef53cdcf29 (diff) | |
download | dotfiles-85904ee8ab3bf1ae2be36a66e38b7b77709af4ae.tar.gz |
account for bumblebee
yay power saving!
also added a launger for gwaei because
i use it always forever always
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -26,7 +26,11 @@ export XDG_CACHE_HOME=/home/shmibs/.cache xset +fp /usr/share/fonts/local xset fp rehash -#disable power saving +#infinality settings +export INFINALITY_FT_BRIGHTNESS="-10" +export INFINALITY_FT_FILTER_PARAMS="16 20 28 20 16" + +#disable power saving, so screen doesn't power off xset -dpms xset s off @@ -36,8 +40,13 @@ urxvtd & #QT style mimic gtk #export QT_STYLE_OVERRIDE=gtk +#this is an ugly hack which runs a dummy program +#through bumblebee to get the fans on discrete +#nvidia graphics cards to shut up +command -v optirun && $(echo "" | optirun bar) + xsetroot -cursor_name left_ptr -compton -b --backend glx --vsync opengl & +compton -b --backend glx --vsync drm & #ibus-daemon -x & nitrogen --restore & |