readme and config.h fix
This commit is contained in:
parent
aa9a1c4902
commit
5ea699d79e
2
README.md
Normal file
2
README.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# dwm
|
||||||
|
My simple dwm build. Minimal patches and config.
|
2
config.h
2
config.h
@ -5,7 +5,7 @@ static const unsigned int borderpx = 2; /* border pixel of windows */
|
|||||||
static const unsigned int gappx = 10; /* gaps between windows */
|
static const unsigned int gappx = 10; /* gaps between windows */
|
||||||
static const unsigned int snap = 0; /* snap pixel */
|
static const unsigned int snap = 0; /* snap pixel */
|
||||||
static const int showbar = 1; /* 0 means no bar */
|
static const int showbar = 1; /* 0 means no bar */
|
||||||
static const int topbar = 1; /* 0 means bottom bar */
|
static const int topbar = 0; /* 0 means bottom bar */
|
||||||
|
|
||||||
/* fonts */
|
/* fonts */
|
||||||
static const char *fonts[] = { "Iosevka:pixelsize=14:antialias=true:autohint=true",
|
static const char *fonts[] = { "Iosevka:pixelsize=14:antialias=true:autohint=true",
|
||||||
|
Loading…
Reference in New Issue
Block a user