diff options
Diffstat (limited to 'invert-display')
-rwxr-xr-x | invert-display | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/invert-display b/invert-display new file mode 100755 index 0000000..0cbc4df --- /dev/null +++ b/invert-display @@ -0,0 +1,6 @@ +#!/bin/bash + +set -e + +xcalib -invert -alter -o 0 +xcalib -invert -alter -o 1 |