feat: screenshot tool

This commit is contained in:
kossLAN 2025-06-11 18:10:21 -04:00
parent de23a67917
commit 6f39dae2ea
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
8 changed files with 343 additions and 17 deletions

View file

@ -9,9 +9,15 @@ import "volume-osd" as VolumeOSD
import "settings" as Settings
import "launcher" as Launcher
import "wallpaper" as Wallpaper
import "screencapture" as ScreenCapture
ShellRoot {
Component.onCompleted: [Launcher.Controller.init(), Settings.Controller.init(), Notifications.NotificationCenter.init()]
Component.onCompleted: {
Launcher.Controller.init();
Settings.Controller.init();
Notifications.NotificationCenter.init();
ScreenCapture.Controller.init();
}
Variants {
model: Quickshell.screens