Add SidePanel IPC toggle
This commit is contained in:
parent
4fcc6b8455
commit
ee13e5eaa8
2 changed files with 10 additions and 0 deletions
|
|
@ -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])
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue