aboutsummaryrefslogtreecommitdiff
path: root/completions/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'completions/zsh')
-rw-r--r--completions/zsh/_riverctl14
1 files changed, 7 insertions, 7 deletions
diff --git a/completions/zsh/_riverctl b/completions/zsh/_riverctl
index 9bcb4dd..76918f5 100644
--- a/completions/zsh/_riverctl
+++ b/completions/zsh/_riverctl
@@ -5,7 +5,7 @@ _riverctl() {
_next_prev() { _alternative 'arguments:args:(next previous)' }
_orientations() { _alternative 'arguments:args:(up down left right)' }
- _hor_ver() { _alternative 'arguments:args:(horizontal vertcial)' }
+ _hor_ver() { _alternative 'arguments:args:(horizontal vertical)' }
_attach() { _alternative 'arguments:args:(top bottom)' }
_focus_cursor() { _alternative 'arguments:args:(disabled normal strict)' }
_river_opts() { _alternative 'arguments:args:(-output -focused-output)' }
@@ -40,7 +40,7 @@ _riverctl() {
'spawn-tagmask:Set a tagmask to filter the tags assigned to newly spawned views on the focused output'
# Mappings
'declare-mode:Create a new mode'
- 'enter-mode:Switch to given mode if it exits'
+ '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'
'unmap:Remove the mapping defined by the arguments'
@@ -51,18 +51,18 @@ _riverctl() {
'border-color-focused:Set the border color of focused views'
'border-color-unfocused:Set the border color of unfocused views'
'border-width:Set the border width to pixels'
- 'focus-follows-cursor:There are three available modes'
+ 'focus-follows-cursor:Configure the focus behavior when moving cursor'
'opacity:Configure server-side opacity of views'
'outer-padding:Set the padding around the edge of the screen to pixels'
- 'set-repeat:Set the keyboard repeat rate to rate key repeats and repeat delay'
+ 'set-repeat:Set the keyboard repeat rate and repeat delay'
'view-padding:Set the padding around the edge of each view to pixels'
'xcursor-theme:Set the xcursor theme'
# Options
- 'declare-option:Declare a new option with the given type and inital value'
+ 'declare-option:Declare a new option with the given type and initial value'
'get-option:Print the current value of the given option to stdout'
- 'set-option:Set the value of the specified option to value'
+ 'set-option:Set the value of the specified option'
'mod-option:Add value to the value of the specified option'
- 'output_title:Changing this option changes the title of the wayland and X11 backend outputs'
+ 'output_title:Changing this option changes the title of the Wayland and X11 backend outputs'
)
local -A opt_args