mirror of
https://github.com/phillipberndt/autorandr
synced 2025-02-28 01:31:14 +00:00
Merge remote-tracking branch 'public/patch-1'
* public/patch-1: added --config to bash completion
This commit is contained in:
commit
118f2c6121
@ -9,7 +9,7 @@ _autorandr ()
|
||||
prev="${COMP_WORDS[COMP_CWORD-1]}"
|
||||
|
||||
opts="-h -c -s -l -d"
|
||||
lopts="--help --change --save --load --default --force --fingerprint"
|
||||
lopts="--help --change --save --load --default --force --fingerprint --config"
|
||||
prfls="`find ~/.autorandr/* -maxdepth 1 -type d -printf '%f\n'`"
|
||||
|
||||
case "${cur}" in
|
||||
|
Loading…
Reference in New Issue
Block a user