Skip to content

Commit d05b700

Browse files
committed
executable has new name, without .bin, so update readme and gitignore
new name is xrandr-invert-colors instead of xrandr-invert-colors.bin
1 parent 708e311 commit d05b700

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*~
22
*.bin
33
*.o
4+
xrandr-invert-colors
45

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ Execute `sudo make install` after build to put the binary in the following locat
2222

2323
Using
2424
-----
25-
Run `xrandr-invert-colors.bin` for inverting colors on all screens.
25+
Run `xrandr-invert-colors` for inverting colors on all screens.
2626
The follwing program option is implemented:
2727

2828
* `-s <crtc_number>` : Instead of inverting all screens, invert only the colors of the screen identified by `<crtc_number>`.
2929
* `--help` and `-h` : Print a short help for the program.
3030
* `--version` : Print a (dummy) version information.
3131
* `-d` : Enables debug log on standard output. Prints diagonstic messages.
3232

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.
3434

3535

3636
Achknowledgements

0 commit comments

Comments
 (0)