Differences From
Artifact [aec7b0082f]:
1 1 /* [ʞ] safekill.c <c.hale.su/lexi/util>
2 - * - lexi hale <lexi@hale.su>
2 + * ~ lexi hale <lexi@hale.su>
3 + * $ cc -Ofast safekill.c -lX11 -lc -osafekill
3 4 * a utility to make it harder to accidentally nuke
4 - * important windows from i3 or whatever.
5 + * important windows on i3wm or whatever.
5 6 * released under affero general public license */
6 7
7 8 #include <X11/Xlib.h>
8 9 #include <X11/Xutil.h>
9 10 #include <stdio.h>
10 11 #include <stdlib.h>
11 12 #include <string.h>