readme and config.h fix

This commit is contained in:
Maddie H 2023-02-18 19:18:04 +00:00
parent aa9a1c4902
commit 5ea699d79e
No known key found for this signature in database
GPG Key ID: 64FAA9959751687D
2 changed files with 3 additions and 1 deletions

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# dwm
My simple dwm build. Minimal patches and config.

View File

@ -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",