This commit is contained in:
Anas Elgarhy 2022-04-23 08:07:45 +02:00
parent f7d77c682c
commit 4073cce4a0
5 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,8 @@
/* def */
#define WEBBROWSER "google-chrome-stable"
/* appearance */
static const unsigned int borderpx = 2; /* border pixel of windows */
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int gappx = 3; /* gaps size between 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 */

BIN
drw.o Normal file

Binary file not shown.

BIN
dwm Executable file

Binary file not shown.

BIN
dwm.o Normal file

Binary file not shown.

BIN
util.o Normal file

Binary file not shown.