diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2015-03-28 00:49:08 +0100 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2015-03-28 00:49:08 +0100 |
commit | 20ef20bdcb0f8d0a8fed3d07abd82a7771178e6a (patch) | |
tree | e63f3f5bd76ec6394a1625837e95d8c056c15a80 /autodetect.sh | |
parent | Add (again) profile command and fix none command (diff) | |
download | display_autoset-20ef20bdcb0f8d0a8fed3d07abd82a7771178e6a.tar.xz |
Cancel none command
Diffstat (limited to 'autodetect.sh')
-rwxr-xr-x | autodetect.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/autodetect.sh b/autodetect.sh index 4ea010c..425f379 100755 --- a/autodetect.sh +++ b/autodetect.sh @@ -99,11 +99,6 @@ if [ "$COMMAND" = "profile" ]; then echo "$HASH" exit 0 -elif [ "$COMMAND" = "none" ]; then - # String "killthemall" should be something that is NOT real screen name - xrandr $(off_except "killthemall") --output "$NOTE_NAME" --mode "$NOTE_MAX" - exit 0 - ## And "regular" display setting commands elif [ "$COMMAND" = "external" -a "$EXT1_STATUS" = "connected" ]; then xrandr --dpi "$DPI" $(off_except "$EXT1_NAME") --output "$EXT1_NAME" --mode "$EXT1_MAX" |