From 246c475dbec36b814768ebff096168ea5e66eb5d Mon Sep 17 00:00:00 2001 From: wer-zen Date: Tue, 26 Aug 2025 15:36:11 +0200 Subject: [PATCH] Added Usage for binary and non --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index c61b4ad..dab4c14 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,9 @@ nix run github:noctalia-dev/noctalia-shell ### Usage +
+ With the binary + | Action | Command | | --------------------------- | ----------------------------------------- | | Start the Shell | `noctalia-shell` | @@ -162,6 +165,31 @@ nix run github:noctalia-dev/noctalia-shell | 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` | + +
+ + +
+ Without the binary + +| 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` | + +
+ + ### Configuration Access settings through the side panel (top right button) to configure weather, wallpapers, screen recording, audio, network, and theme options.