Add clipboard ipc call, edit README
This commit is contained in:
parent
f8f1e789d4
commit
1f9dec3e4c
2 changed files with 24 additions and 2 deletions
|
|
@ -33,13 +33,17 @@ Item {
|
|||
}
|
||||
}
|
||||
|
||||
// For backward compatibility, should be removed soon(tmc)
|
||||
IpcHandler {
|
||||
target: "appLauncher"
|
||||
|
||||
function toggle() {
|
||||
launcherPanel.toggle(Quickshell.screens[0])
|
||||
}
|
||||
|
||||
function clipboard() {
|
||||
launcherPanel.toggle(Quickshell.screens[0])
|
||||
launcherPanel.searchText = ">clip "
|
||||
}
|
||||
}
|
||||
|
||||
IpcHandler {
|
||||
|
|
@ -81,4 +85,6 @@ Item {
|
|||
powerPanel.toggle(Quickshell.screens[0])
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue