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

View file

@ -98,4 +98,11 @@ Item {
powerPanel.toggle(Quickshell.screens[0]) powerPanel.toggle(Quickshell.screens[0])
} }
} }
IpcHandler {
target: "sidePanel"
function toggle() {
sidePanel.toggle(Quickshell.screens[0])
}
}
} }

View file

@ -104,6 +104,9 @@ qs
# Launcher # Launcher
qs ipc call launcher toggle qs ipc call launcher toggle
# SidePanel
qs ipc call sidePanel toggle
# Clipboard History # Clipboard History
qs ipc call launcher clipboard qs ipc call launcher clipboard