Add clipboard ipc call, edit README

This commit is contained in:
Ly-sec 2025-08-24 12:18:36 +02:00
parent f8f1e789d4
commit 1f9dec3e4c
2 changed files with 24 additions and 2 deletions

View file

@ -100,9 +100,25 @@ mkdir -p ~/.config/quickshell && curl -sL https://github.com/noctalia-dev/noctal
# Start the shell
qs
# Toggle launcher
# Launcher
qs ipc call appLauncher toggle
# Clipboard History
qs ipc call appLauncher clipboard
# Brightness
qs ipc call brightness increase
qs ipc call brightness decrease
# Power Panel
qs ipc call powerPanel toggle
# Idle Inhibitor
qs ipc call idleInhibitor toggle
# Settings Window
qs ipc call settings toggle
# Toggle lock screen
qs ipc call lockScreen toggle
```