Initial Commit

This commit is contained in:
klein panic
2024-08-08 15:30:46 -04:00
commit 7366e094a1
197 changed files with 44569 additions and 0 deletions

10
dmenu/config.def.h.rej Normal file
View File

@@ -0,0 +1,10 @@
--- config.def.h
+++ config.def.h
@@ -22,3 +23,7 @@ static unsigned int lines = 0;
* for example: " /?\"&[]"
*/
static const char worddelimiters[] = " ";
+
+/* Size of the window border */
+static unsigned int border_width = 0;
+