diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index a89d7d8..5a63f9c 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -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 + diff --git a/zsh/.profile b/zsh/.profile index 106db5d..3aa83ec 100644 --- a/zsh/.profile +++ b/zsh/.profile @@ -1,3 +1,4 @@ export PATH="$HOME/.yarn/bin:$PATH" export VISUAL=emacs +export QT_QPA_PLATFORMTHEME=qt5ct . "$HOME/.cargo/env"