aboutsummaryrefslogtreecommitdiff
path: root/completions/zsh/_riverctl
diff options
context:
space:
mode:
authornovakane <mail@novakane.xyz>2021-06-08 09:50:42 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2021-06-08 18:26:36 +0000
commit2e7c1dbe6adc1c80214b7bbb1c14e7acf176f8ad (patch)
tree345230de27d23ce504d483b83b40c0fd34be26eb /completions/zsh/_riverctl
parent75814eb876e038019813aaecd2e604dc848bb6f1 (diff)
downloadriver-2e7c1dbe6adc1c80214b7bbb1c14e7acf176f8ad.tar.gz
river-2e7c1dbe6adc1c80214b7bbb1c14e7acf176f8ad.tar.xz
config: make attach-mode global
Diffstat (limited to 'completions/zsh/_riverctl')
-rw-r--r--completions/zsh/_riverctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/zsh/_riverctl b/completions/zsh/_riverctl
index 1e0f60c..428915b 100644
--- a/completions/zsh/_riverctl
+++ b/completions/zsh/_riverctl
@@ -47,7 +47,7 @@ _riverctl() {
'unmap:Remove the mapping defined by the arguments'
'unmap-pointer:Remove the pointer mapping defined by the arguments'
# Configuration
- 'attach-mode:Configure where new views should attach to the view stack for the currently focused output'
+ 'attach-mode:Configure where new views should attach to the view stack'
'background-color:Set the background color'
'border-color-focused:Set the border color of focused views'
'border-color-unfocused:Set the border color of unfocused views'