Add SidePanel IPC toggle

This commit is contained in:
Ly-sec
2025-08-25 06:27:22 +02:00
parent 4fcc6b8455
commit ee13e5eaa8
2 changed files with 10 additions and 0 deletions
+7
View File
@@ -98,4 +98,11 @@ Item {
powerPanel.toggle(Quickshell.screens[0])
}
}
IpcHandler {
target: "sidePanel"
function toggle() {
sidePanel.toggle(Quickshell.screens[0])
}
}
}
+3
View File
@@ -104,6 +104,9 @@ qs
# Launcher
qs ipc call launcher toggle
# SidePanel
qs ipc call sidePanel toggle
# Clipboard History
qs ipc call launcher clipboard