aboutsummaryrefslogtreecommitdiff
path: root/completions/fish
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/fish
parent75814eb876e038019813aaecd2e604dc848bb6f1 (diff)
downloadriver-2e7c1dbe6adc1c80214b7bbb1c14e7acf176f8ad.tar.gz
river-2e7c1dbe6adc1c80214b7bbb1c14e7acf176f8ad.tar.xz
config: make attach-mode global
Diffstat (limited to 'completions/fish')
-rw-r--r--completions/fish/riverctl.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/fish/riverctl.fish b/completions/fish/riverctl.fish
index c3139dc..9f4392f 100644
--- a/completions/fish/riverctl.fish
+++ b/completions/fish/riverctl.fish
@@ -41,7 +41,7 @@ complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a map-point
complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a unmap -d 'Remove the mapping defined by the arguments'
complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a unmap-pointer -d 'Remove the pointer mapping defined by the arguments'
# Configuration
-complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a attach-mode -d 'Configure where new views should attach to the view stack for the currently focused output'
+complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a attach-mode -d 'Configure where new views should attach to the view stack'
complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a background-color -d 'Set the background color'
complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a border-color-focused -d 'Set the border color of focused views'
complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a border-color-unfocused -d 'Set the border color of unfocused views'