From e6148ad3e605e2436fb1aa5cdbd49c0436dc234a Mon Sep 17 00:00:00 2001 From: The_miro Date: Wed, 11 Feb 2026 12:29:36 +0100 Subject: [PATCH] now qt theme gets cleared when starting vicinae server - the font issue persists though --- desktopenvs/hyprland/hypr-usr/autostart.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktopenvs/hyprland/hypr-usr/autostart.conf b/desktopenvs/hyprland/hypr-usr/autostart.conf index 6bbcade..438ad26 100644 --- a/desktopenvs/hyprland/hypr-usr/autostart.conf +++ b/desktopenvs/hyprland/hypr-usr/autostart.conf @@ -1,7 +1,7 @@ # Or execute your favorite apps at launch like this: #exec-once =bash ~/mount-smb.sh #exec-once =bash ~/mountnc.sh -exec-once =vicinae server +exec-once =env QT_QPA_PLATFORMTHEME="" vicinae server exec-once =bash ~/Dotfiles/desktopenvs/hyprland/scripts/bluetooth-applet.sh exec-once =bash ~/Dotfiles/desktopenvs/hyprland/scripts/ulwatchdog.sh exec-once =bash ~/Dotfiles/desktopenvs/hyprland/scripts/ewwstart.sh