feat(fish): add ENV for Qt theming
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user