diff --git a/x/xinitrc.symlink b/x/xinitrc.symlink index 0e0463f..921e283 100644 --- a/x/xinitrc.symlink +++ b/x/xinitrc.symlink @@ -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 & diff --git a/zsh/exports.zsh b/zsh/exports.zsh index 7cd1c79..c3e62b3 100644 --- a/zsh/exports.zsh +++ b/zsh/exports.zsh @@ -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"