move platform theme from hyprland to profile (not hyprland specific)

This commit is contained in:
Anthony Rodriguez 2023-06-07 14:05:39 +02:00
parent 905ed8fd70
commit cfd5eee1ca
No known key found for this signature in database
GPG key ID: 838541960B42C340
2 changed files with 2 additions and 1 deletions

View file

@ -193,4 +193,4 @@ exec-once=discord
exec-once=sleep 0.5 && keepassxc
exec-once=swayidle -w timeout 180 'swaylock' timeout 600 '[[ $(cat /sys/class/power_supply/AC/online) -eq 0 ]] && systemctl suspend-then-hibernate' before-sleep 'swaylock'
env=MOZ_ENABLE_WAYLAND
env=QT_QPA_PLATFORMTHEME,qt5ct

View file

@ -1,3 +1,4 @@
export PATH="$HOME/.yarn/bin:$PATH"
export VISUAL=emacs
export QT_QPA_PLATFORMTHEME=qt5ct
. "$HOME/.cargo/env"