diff options
| author | xyz <gky44px1999@gmail.com> | 2022-05-02 05:24:02 -0700 | 
|---|---|---|
| committer | xyz <gky44px1999@gmail.com> | 2022-05-02 05:24:02 -0700 | 
| commit | 1a71ce4fe40c947ca885f6914b86a35865bfddf1 (patch) | |
| tree | 2202d6ef0ed4f9ae96e0bddc3643f17f04ac1bd9 | |
| parent | 6d9775a54f539d3ca744c0de80f5ff5d9feeb322 (diff) | |
refactor
| -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)  | 
