]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blobdiff - contrib/zsh_completion/_autorandr
Add new options to completion files
[deb_pkgs/autorandr.git] / contrib / zsh_completion / _autorandr
index b6cacbb1d3ad42807d6e06e9ed175705d45af424..848f614aaaf646e594faac0ad7b9e31ee0a8d4a3 100644 (file)
@@ -28,11 +28,13 @@ _autorandr () {
        "($exclude)"{-r,--remove}"[remove profile]:profile:__autorandr_saved_profile" \
        --batch"[run autorandr for all users]" \
        --current"[list current active configurations]" \
+       --cycle"[cycle through all detected profiles]" \
        --config"[dump current xrandr setup]" \
        --debug"[enable verbose output]" \
        --dry-run"[don't change anything]" \
        --fingerprint"[fingerprint current hardware]" \
        --force"[force loading of a profile]" \
+       --list"[list all profiles]" \
        --skip-options"[skip xrandr options]:xrandr options:_values -s , options gamma brightness panning transform primary mode pos rate" \
        --version"[show version]"
 }