File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
* ~
2
2
* .bin
3
3
* .o
4
+ xrandr-invert-colors
4
5
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ Execute `sudo make install` after build to put the binary in the following locat
22
22
23
23
Using
24
24
-----
25
- Run ` xrandr-invert-colors.bin ` for inverting colors on all screens.
25
+ Run ` xrandr-invert-colors ` for inverting colors on all screens.
26
26
The follwing program option is implemented:
27
27
28
28
* ` -s <crtc_number> ` : Instead of inverting all screens, invert only the colors of the screen identified by ` <crtc_number> ` .
29
29
* ` --help ` and ` -h ` : Print a short help for the program.
30
30
* ` --version ` : Print a (dummy) version information.
31
31
* ` -d ` : Enables debug log on standard output. Prints diagonstic messages.
32
32
33
- Hint: put the executable in the a directory listed in $PATH, and bind the execution of ` xrandr-invert-colors.bin ` to a shortcut key.
33
+ Hint: put the executable in the a directory listed in $PATH, and bind the execution of ` xrandr-invert-colors ` to a shortcut key.
34
34
35
35
36
36
Achknowledgements
You can’t perform that action at this time.
0 commit comments