From cfd5eee1ca65ae7e58ce951af4b78ed6f1ff4241 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Wed, 7 Jun 2023 14:05:39 +0200 Subject: [PATCH] move platform theme from hyprland to profile (not hyprland specific) --- hyprland/.config/hypr/hyprland.conf | 2 +- zsh/.profile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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"