Differences From Artifact [c82e74fe1c]:
- File readme.md — part of check-in [4dc779457a] at 2019-04-08 02:07:07 on branch trunk — initial commit; add safekill (user: lexi, size: 171) [annotate] [blame] [check-ins using]
To Artifact [2513df755d]:
- File readme.md — part of check-in [e3a5a8ccea] at 2019-04-08 02:15:13 on branch trunk — add licensing info (user: lexi, size: 251) [annotate] [blame] [check-ins using]
1 2 3 4 |
# util various odds and ends * **safekill.c**: utility to help keep from accidentally killing important windows; compile with `cc -Ofast safekill.c -lX11 -lc -osafekill` |
| |
1 2 3 4 |
# util
various odds and ends. all code in this repository is licensed under the AGPL unless otherwise noted.
* **safekill.c**: utility to help keep from accidentally killing important windows; compile with `cc -Ofast safekill.c -lX11 -lc -osafekill`
|