Rename appLauncher IPC to launcher, add calculator IPC
This commit is contained in:
parent
1f9dec3e4c
commit
c3515ddcc0
3 changed files with 69 additions and 37 deletions
|
|
@ -101,10 +101,13 @@ mkdir -p ~/.config/quickshell && curl -sL https://github.com/noctalia-dev/noctal
|
|||
qs
|
||||
|
||||
# Launcher
|
||||
qs ipc call appLauncher toggle
|
||||
qs ipc call launcher toggle
|
||||
|
||||
# Clipboard History
|
||||
qs ipc call appLauncher clipboard
|
||||
qs ipc call launcher clipboard
|
||||
|
||||
# Calculator
|
||||
qs ipc call launcher calculator
|
||||
|
||||
# Brightness
|
||||
qs ipc call brightness increase
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue