From 58e0ba2f991418ea47ccc1dd3fd809b26371b49e Mon Sep 17 00:00:00 2001 From: Nils Pukropp Date: Tue, 11 Aug 2026 09:40:55 +0200 Subject: [PATCH] fixed tray --- hypr/lid_state.conf | 2 +- quickshell/shell.qml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hypr/lid_state.conf b/hypr/lid_state.conf index 8b13789..e8e4907 100644 --- a/hypr/lid_state.conf +++ b/hypr/lid_state.conf @@ -1 +1 @@ - +monitor=eDP-1, disable diff --git a/quickshell/shell.qml b/quickshell/shell.qml index 1a25566..2338158 100644 --- a/quickshell/shell.qml +++ b/quickshell/shell.qml @@ -1,3 +1,5 @@ +//@ pragma UseQApplication + import QtQuick import Quickshell import "root:/config"