diff options
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | main.c | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -3,8 +3,11 @@ # references ## main.c + <https://github.com/gvalkov/xrectsel> ## Makefile + <https://github.com/BlueCannonBall/XAim> + <https://git.suckless.org/dwm> @@ -1,7 +1,6 @@ // edit source code from: https://github.com/gvalkov/xrectsel //#include <stdio.h> #include <X11/Xlib.h> -#include <unistd.h> //int main (int argc, char *argv[]) int main (void) |