Automated update

This commit is contained in:
klein panic
2024-09-27 18:00:01 -04:00
parent b166c1ec42
commit 5c3577e3d3
62 changed files with 0 additions and 0 deletions

11
KleinDwm/config.def.h.rej Normal file
View File

@@ -0,0 +1,11 @@
--- config.def.h
+++ config.def.h
@@ -5,6 +5,8 @@ static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
+static const int vertpad = 10; /* vertical padding of bar */
+static const int sidepad = 10; /* horizontal padding of bar */
static const char *fonts[] = { "monospace:size=10" };
static const char dmenufont[] = "monospace:size=10";
static const char col_gray1[] = "#222222";