From 02c194f68cbe69bbb4e03ac500485d6771f5fd5c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 17 Jan 2025 17:24:31 +1100 Subject: main: update help --- main.fish | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.fish b/main.fish index bec1c71..df753f2 100755 --- a/main.fish +++ b/main.fish @@ -40,11 +40,13 @@ end test "$argv[1]" != help && error "Unknown command: $argv[1]" -echo 'Usage: caelestia COMMAND' +echo 'Usage: caelestia COMMAND [ ...args ]' echo echo 'COMMAND := help | shell | workspace-action | change-wallpaper' echo echo ' help: show this help message' echo ' shell: send a message to the shell' +echo ' screenshot: take a screenshot' echo ' workspace-action: execute a Hyprland workspace dispatcher in the current group' echo ' change-wallpaper: change the wallpaper' +echo ' pip: move the focused window into picture in picture mode or start the pip daemon' -- cgit v1.2.3-freya