Skip to content

Commit 2b59545

Browse files
scopakinomyoga
andauthored
fixup! refactor(xrandr): internal helpers to generators
Co-authored-by: Koichi Murase <[email protected]>
1 parent 77f7ca0 commit 2b59545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/xrandr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
_comp_cmd_xrandr__compgen_outputs()
44
{
5-
_comp_compgen_split "$("$1" -q 2>/dev/null | awk '/connected/ {print $1}')"
5+
_comp_compgen_split -- "$("$1" -q 2>/dev/null | awk '/connected/ {print $1}')"
66
}
77

88
_comp_cmd_xrandr__compgen_monitors()

0 commit comments

Comments
 (0)