diff options
author | Florian Pritz <bluewind@xinu.at> | 2024-10-14 21:35:34 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2024-10-14 21:54:03 +0200 |
commit | 66e98cfbba3aa341127cad41ecdf03eb51a6484a (patch) | |
tree | 262b19fef7e7c544e8bc0b678acd04b1df1585fe | |
parent | 9301f9384829645b3ac034a0c74908a6537616cf (diff) | |
download | bin-66e98cfbba3aa341127cad41ecdf03eb51a6484a.tar.gz bin-66e98cfbba3aa341127cad41ecdf03eb51a6484a.tar.xz |
invert-display: Support 3 displays
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-x | invert-display | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/invert-display b/invert-display index ce584fc..371f0c8 100755 --- a/invert-display +++ b/invert-display @@ -6,3 +6,4 @@ sleep 0.2 xcalib -invert -alter -o 0 xcalib -invert -alter -o 1 +xcalib -invert -alter -o 2 |