feat(fish): add ENV for Qt theming

This commit is contained in:
inkch
2025-07-25 01:17:47 +09:00
parent 372fd2b673
commit cdb20a1eb7

View File

@@ -1,5 +1,7 @@
{{- if (and (eq .chezmoi.os "linux") (eq .hosttype "desktop" "laptop")) }} {{- if (and (eq .chezmoi.os "linux") (eq .hosttype "desktop" "laptop")) }}
# XDG directory settings have been already done in /home/inkch/.config/X11/xprofile # XDG directory settings have been already done in /home/inkch/.config/X11/xprofile
# For Qt (GUI) Applications
set -x QT_QPA_PLATFORMTHEME qt5ct
{{- end }} {{- end }}
set -x XDG_RUNTIME_DIR /run/user/{{ .chezmoi.uid }} set -x XDG_RUNTIME_DIR /run/user/{{ .chezmoi.uid }}
set -x XDG_CONFIG_HOME "$HOME/.config" set -x XDG_CONFIG_HOME "$HOME/.config"