diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-06-01 10:53:34 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-06-01 10:53:34 -0400 |
| commit | 9391af624c07382663474f36573b8cbd87d78090 (patch) | |
| tree | f26835f4318b115084c3a93d48da57ae403a5ad3 /.local/bin/displayselect | |
| parent | 6b334b59fc9f681fd16fe437c363213bba80f640 (diff) | |
| download | eibhear-9391af624c07382663474f36573b8cbd87d78090.tar.gz eibhear-9391af624c07382663474f36573b8cbd87d78090.tar.zst eibhear-9391af624c07382663474f36573b8cbd87d78090.zip | |
dox
Diffstat (limited to '.local/bin/displayselect')
| -rwxr-xr-x | .local/bin/displayselect | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.local/bin/displayselect b/.local/bin/displayselect index e526014..c0e3479 100755 --- a/.local/bin/displayselect +++ b/.local/bin/displayselect @@ -1,9 +1,8 @@ #!/bin/sh -# A UI for detecting and selecting all displays. -# Probes xrandr for connected displays and lets user select one to use. -# User may also select "manual selection" which opens arandr. -# I plan on adding a routine from multi-monitor setups later. +# A UI for detecting and selecting all displays. Probes xrandr for connected +# displays and lets user select one to use. User may also select "manual +# selection" which opens arandr. twoscreen() { # If multi-monitor is selected and there are two screens. |
