From 5479d66a66b297d52c808297285ca06aacf9ee81 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 18 May 2025 23:01:28 +0200 Subject: [PATCH] don't use qs' default reload popup --- .config/quickshell/shell.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/quickshell/shell.qml b/.config/quickshell/shell.qml index 3740c99f6..af14d6b74 100644 --- a/.config/quickshell/shell.qml +++ b/.config/quickshell/shell.qml @@ -1,5 +1,6 @@ //@ pragma UseQApplication //@ pragma Env QT_QUICK_CONTROLS_STYLE=Basic +//@ pragma Env QS_NO_RELOAD_POPUP=1 import "./modules/bar/" import "./modules/cheatsheet/"