init
This commit is contained in:
10
dwm-6.6/config.def.h.rej
Normal file
10
dwm-6.6/config.def.h.rej
Normal file
@@ -0,0 +1,10 @@
|
||||
--- config.def.h
|
||||
+++ config.def.h
|
||||
@@ -9,6 +9,7 @@ static const char selbordercolor[] = "#005577";
|
||||
static const char selbgcolor[] = "#005577";
|
||||
static const char selfgcolor[] = "#eeeeee";
|
||||
static const unsigned int borderpx = 1; /* border pixel of windows */
|
||||
+static const unsigned int gappx = 1; /* gap pixel between windows */
|
||||
static const unsigned int snap = 32; /* snap pixel */
|
||||
static const Bool showbar = True; /* False means no bar */
|
||||
static const Bool topbar = True; /* False means bottom bar */
|
||||
Reference in New Issue
Block a user