From 53cea2beb37a7cc0bb7ef3f8dabc0f037f5ac236 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:00:06 +1000 Subject: feat: screenshot tool --- shell.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell.qml') diff --git a/shell.qml b/shell.qml index 2a58cb2..2930501 100644 --- a/shell.qml +++ b/shell.qml @@ -1,11 +1,13 @@ import "modules" import "modules/drawers" import "modules/background" +import "modules/areapicker" import Quickshell ShellRoot { Background {} Drawers {} + AreaPicker {} Shortcuts {} } -- cgit v1.2.3-freya