move gtkrc location env variable to xinitrc

auto-flake-update
Yorick van Pelt 2013-06-05 17:10:07 +02:00
parent fad7fc8d97
commit 897e5c52b8
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,7 @@
xset fp+ /usr/share/fonts/local
xset fp rehash
# QGtkStyle does *not* like includes.
export GTK2_RC_FILES="$HOME/dotfiles/gtk/gtkrc.mine"
xrdb ~/dotfiles/x/Xresources
#.screenlayout/display_pluggedin.sh
#/usr/bin/xscreensaver -no-splash &

View File

@ -9,5 +9,3 @@ export CLICOLOR=1
export GREP_COLOR='3;33'
export CDPATH=~/projects:~/
# QGtkStyle does *not* like includes.
export GTK2_RC_FILES="$HOME/dotfiles/gtk/gtkrc.mine"