We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408bef0 commit acebdc0Copy full SHA for acebdc0
completions/xgamma
@@ -33,7 +33,7 @@ _comp_cmd_xgamma()
33
local t screens=$(xrandr --query 2>/dev/null | command sed -ne \
34
'/^Screen /s|^Screen \{1,\}\(.*\):.*$|\1|p' 2>/dev/null)
35
t="${cur#:}"
36
- COMPREPLY=($(compgen -P "${t%.*}." -W "$screens" -- \
+ COMPREPLY=($(compgen -P "${t%.*}." -W '$screens' -- \
37
"${cur##*.}"))
38
elif [[ $cur != *:* ]]; then
39
# complete hostnames
0 commit comments