diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-16 19:10:44 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-16 19:10:44 +0200 |
commit | 264f0cc8c0f63f35f829375f9d2d835e93334c7f (patch) | |
tree | 8f41bf79177f809ef418c55b269548c7a0be2193 /.config/zsh | |
parent | cbfdc7ea4367fe768a4f877e778bee8661d6a207 (diff) |
Qt5 theming support
Diffstat (limited to '.config/zsh')
-rw-r--r-- | .config/zsh/.zprofile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index de835ee..8f22e1e 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -22,5 +22,6 @@ export CM_LAUNCHER=rofi export CM_SELECTIONS=clipboard export CM_DIR=/tmp export PF_INFO="ascii title os kernel uptime pkgs memory" +export QT_QPA_PLATFORMTHEME=qt5ct [[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx $XDG_CONFIG_HOME/X11/xinitrc -- vt1 &> /dev/null |