Add gap
This commit is contained in:
parent
f7d77c682c
commit
4073cce4a0
5 changed files with 2 additions and 1 deletions
3
config.h
3
config.h
|
@ -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
BIN
drw.o
Normal file
Binary file not shown.
BIN
dwm
Executable file
BIN
dwm
Executable file
Binary file not shown.
BIN
dwm.o
Normal file
BIN
dwm.o
Normal file
Binary file not shown.
BIN
util.o
Normal file
BIN
util.o
Normal file
Binary file not shown.
Loading…
Reference in a new issue