Fixed qs ipc call stuf
This commit is contained in:
parent
4fe5681917
commit
864631f967
1 changed files with 12 additions and 12 deletions
24
README.md
24
README.md
|
|
@ -150,18 +150,18 @@ nix run github:noctalia-dev/noctalia-shell
|
|||
|
||||
| Action | Command |
|
||||
| --------------------------- | ----------------------------------------- |
|
||||
| Start the Shell | `qs` |
|
||||
| Toggle Application Launcher | `qs ipc call launcher toggle` |
|
||||
| Toggle Side Panel | `qs ipc call sidePanel toggle` |
|
||||
| Open Clipboard History | `qs ipc call launcher clipboard` |
|
||||
| Open Calculator | `qs ipc call launcher calculator` |
|
||||
| Increase Brightness | `qs ipc call brightness increase` |
|
||||
| Decrease Brightness | `qs ipc call brightness decrease` |
|
||||
| Toggle Power Panel | `qs ipc call powerPanel toggle` |
|
||||
| Toggle Idle Inhibitor | `qs ipc call idleInhibitor toggle` |
|
||||
| Toggle Settings Window | `qs ipc call settings toggle` |
|
||||
| Toggle Lock Screen | `qs ipc call lockScreen toggle` |
|
||||
| Toggle Notification History | `qs ipc call notifications toggleHistory` |
|
||||
| Start the Shell | `noctalia-shell` |
|
||||
| Toggle Application Launcher | `noctalia-shell ipc call launcher toggle` |
|
||||
| Toggle Side Panel | `noctalia-shell ipc call sidePanel toggle` |
|
||||
| Open Clipboard History | `noctalia-shell ipc call launcher clipboard` |
|
||||
| Open Calculator | `noctalia-shell ipc call launcher calculator` |
|
||||
| Increase Brightness | `noctalia-shell ipc call brightness increase` |
|
||||
| Decrease Brightness | `noctalia-shell ipc call brightness decrease` |
|
||||
| Toggle Power Panel | `noctalia-shell ipc call powerPanel toggle` |
|
||||
| Toggle Idle Inhibitor | `noctalia-shell ipc call idleInhibitor toggle` |
|
||||
| Toggle Settings Window | `noctalia-shell ipc call settings toggle` |
|
||||
| Toggle Lock Screen | `noctalia-shell ipc call lockScreen toggle` |
|
||||
| Toggle Notification History | `noctalia-shell ipc call notifications toggleHistory` |
|
||||
### Configuration
|
||||
|
||||
Access settings through the side panel (top right button) to configure weather, wallpapers, screen recording, audio, network, and theme options.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue