Commit Diff


commit - 89ee39d115b28154ad9fc503f200d93a96678e2b
commit + be6d11c1e49d568aba768efb95aa954d83051c2e
blob - a3d817e3e890ecd1232f5f23dea1d73d1b50470a
blob + 3eedb53c3c4e6107c27ff5359551c3d7fc32fdd5
--- README.md
+++ README.md
@@ -1 +1,29 @@
+dtoggle
+=======
+
 Quick-n-dirty hack to use xrandr to configure internal/external displays
+
+Usage
+-----
+
+```
+dtoogle.sh [-ceix] [-mnv] [-lr] -p profile
+
+Display Options:
+ -c           Clone screen on all displays
+ -e           Enable external display(s) and disable internal
+ -i           Enable only the internal display
+ -x           Extend screen to all displays [default]
+
+General Options:
+ -m           Show all available modes
+ -n           Dry run. Do not run xrand.  Implies -v
+ -v           Be more verbose
+
+Position:
+ -l           Display n is left of display (n+1)
+ -r           Display n is right of display (n+1) [default]
+
+Profile:
+ -p profile   Enable the specified profile
+```