mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-05 06:59:50 -05:00
feat: screenshot tool
This commit is contained in:
parent
de23a67917
commit
6f39dae2ea
8 changed files with 343 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue