@@ -1,5 +1,7 @@
# xrandrl
+show names of outputs available to x server.
+
## Requirements
```{sh}
@@ -14,7 +16,7 @@ eDP2
DP2-1
DP2-2
-$ xrandrl --enabled
+$ xrandrl --enabled
eDP2
@@ -152,17 +152,17 @@ def _init_argparser():
import argparse
argparser = argparse.ArgumentParser(description=None)
argparser.add_argument(
- '--connected',
+ '-c', '--connected',
action='store_true',
help='connected only',
)
- '--disabled',
+ '-d', '--disabled',
help='disabled only (does not imply --connected)',
- '--enabled',
+ '-e', '--enabled',
help='enabled only (does not imply --connected)',