move platform theme from hyprland to profile (not hyprland specific)
This commit is contained in:
parent
905ed8fd70
commit
cfd5eee1ca
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
export PATH="$HOME/.yarn/bin:$PATH"
|
||||
export VISUAL=emacs
|
||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||
. "$HOME/.cargo/env"
|
||||
|
|
Loading…
Reference in a new issue