summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2022-02-19 14:17:31 -0600
committerTimmy Keller <tjk@tjkeller.xyz>2022-02-19 14:17:31 -0600
commit15903b9269b348e8a032889e7c4011149d367ebe (patch)
tree149abb9bcdfb6c35eae0dc32bbc58f7425158d37 /zsh
parentaf43b2213b727917d139585b2485c56eb4c2f7e5 (diff)
downloaddotconfig-15903b9269b348e8a032889e7c4011149d367ebe.tar.xz
dotconfig-15903b9269b348e8a032889e7c4011149d367ebe.zip
change launch and use qt5ct again
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zprofile.base6
1 files changed, 3 insertions, 3 deletions
diff --git a/zsh/zprofile.base b/zsh/zprofile.base
index 93037ad..52089a9 100644
--- a/zsh/zprofile.base
+++ b/zsh/zprofile.base
@@ -10,8 +10,9 @@ export XDG_CACHE_HOME="$HOME/.cache"
export XDG_CONFIG_HOME="$HOME/.config"
export XAUTHORITY="$XDG_CONFIG_HOME/x11/Xauthority"
-export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc-2.0"
+export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc
export INPUTRC="$XDG_CONFIG_HOME/zsh/inputrc"
+export _JAVA_OPTIONS=-Djava.util.prefs.userRoot="$XDG_CONFIG_HOME"/java
export NOTMUCH_COFIG="$XDG_CONFIG_HOME/notmuch/config"
export MBSYNCRC="$XDG_CONFIG_HOME/mbsync/config" # Doesnt work
export ZDOTDIR="$XDG_CONFIG_HOME/zsh" # Move .zshrc
@@ -35,8 +36,7 @@ export PATH="$scriptspath/programs:$PATH"
export PATH="$CARGO_HOME/bin:$PATH"
# Theming
-#export QT_QPA_PLATFORMTHEME="qt5ct"
-export QT_QPA_PLATFORMTHEME="gtk2"
+export QT_QPA_PLATFORMTHEME="qt5ct"
# Autostart X after login
if [[ -z $DISPLAY ]] && [[ "$(id -u)" != 0 ]] && ( [[ $(tty) = /dev/tty1 ]] || [[ $(tty) = /dev/ttyC0 ]] ); then startx $XDG_CONFIG_HOME/x11/xinitrc; fi