X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_share_grml%2Fzsh%2Fcompletion%2Fgrml%2F_grml-x;h=d2e74e409321f9cd5ad27c7a4ccd8697e1693457;hb=ec62a141d730683542ee9d832c2bd0607a3c17ab;hp=008c5256d7b20aae3f2a0aa059500c12549384b4;hpb=7800feced07c256e64fba41b5fe4747f1549181f;p=grml-x.git diff --git a/usr_share_grml/zsh/completion/grml/_grml-x b/usr_share_grml/zsh/completion/grml/_grml-x index 008c525..d2e74e4 100644 --- a/usr_share_grml/zsh/completion/grml/_grml-x +++ b/usr_share_grml/zsh/completion/grml/_grml-x @@ -20,26 +20,14 @@ for wm in awesome blackbox dwm evilwm fluxbox fvwm fvwm2 fvwm-crystal \ done arguments=( - '-composite[enable composite extension (disabled by default)]' - '-display[display for xserver]:display:(7 8)' - '-fallback[use xorg.conf.example to get X running when it won'\''t start otherwise]' - '-force[force (re-)creation of xorg.conf file]' - '-help[display help]:' - '-genmouse[generate generic entry for mouse using /dev/input/mice and auto protocol]' - '-hsync[horizontal sync frequencies ()]:hsync frequencies:(28 `seq 30 5 95` 96)' - '-mode[resolution-mode for xserver (x - e.g. 1024x768)]:resolutions:(1920x1440 1600x1200 1400x1050 1280x1024 1280x960 1024x768 800x600 640x480)' - '-module[module for xserver]:modules:(`cd /usr/lib/xorg/modules/drivers/ && /bin/ls *.so | sed -e 's/_drv.so//' -e 's/.so//'`)' - '-nodpms[disable Display Power Management Signaling]' - '-noddc[use static resolution modes for monitors without support for ddc probing]' - '-nohsync[do not activate HorizSync-entry]' - '-nostart[do not start X server]' - '-nosynaptics[use a synaptics touchpad without synaptics driver/functions]' - '-nosync[do not use static horizontal and vertical sync frequencies but let it choose the X-server]' - '-novref[do not activate VertRefresh-entry]' - '-ps2[add entry for PS/2 mouse]' - '-usb[add entry for USB mouse]' - '-vsync[vertical sync frequencies ()]:vsync frequencies:(43 `seq 45 5 70` 72)' - '-xinerama[try to set up multihead using Xinerama setup]' + '--display[display for xserver]:display:(7 8)' + '--force[force (re-)creation of xorg.conf file]' + '--help[display help]:' + '--hsync[horizontal sync frequencies ()]:hsync frequencies:(28 `seq 30 5 95` 96)' + '--mode[resolution-mode for xserver (x - e.g. 1024x768)]:resolutions:(1920x1440 1600x1200 1400x1050 1280x1024 1280x960 1024x768 800x600 640x480)' + '--module[module for xserver]:modules:(`cd /usr/lib/xorg/modules/drivers/ && /bin/ls *.so | sed -e 's/_drv.so//' -e 's/.so//'`)' + '--nostart[do not start X server]' + '--vsync[vertical sync frequencies ()]:vsync frequencies:(43 `seq 45 5 70` 72)' ':window manager:($wms)' ) _arguments -s $arguments