From cacc98616657305f8c9c499f232fb7bd226e0de0 Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Tue, 13 Sep 2022 12:05:21 +1000 Subject: map-pointer: allow running arbitrary commands --- completions/zsh/_riverctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'completions/zsh/_riverctl') diff --git a/completions/zsh/_riverctl b/completions/zsh/_riverctl index f5cd125..f303e5e 100644 --- a/completions/zsh/_riverctl +++ b/completions/zsh/_riverctl @@ -38,7 +38,7 @@ _riverctl_subcommands() 'declare-mode:Create a new mode' 'enter-mode:Switch to given mode if it exists' 'map:Run command when key is pressed while modifiers are held down and in the specified mode' - 'map-pointer:Move or resize views when button and modifiers are held down while in the specified mode' + 'map-pointer:Move or resize views or run command when button and modifiers are held down while in the specified mode' 'map-switch:Run command when river receives a switch event in the specified mode' 'unmap:Remove the mapping defined by the arguments' 'unmap-pointer:Remove the pointer mapping defined by the arguments' -- cgit v1.2.3