1
0
mirror of git://git.suckless.org/dwm synced 2025-07-31 12:12:14 -07:00

applied Neale Pickett's xprop status reading patch, updated README and dwm.1 accordingly

This commit is contained in:
a@null
2008-12-12 19:49:06 +00:00
parent fda92f46aa
commit 0b5dcf229f
4 changed files with 31 additions and 73 deletions

View File

@@ -12,7 +12,6 @@ static unsigned int borderpx = 1; /* border pixel of windows */
static unsigned int snap = 32; /* snap pixel */
static Bool showbar = True; /* False means no bar */
static Bool topbar = True; /* False means bottom bar */
static Bool readin = True; /* False means do not read stdin */
static Bool usegrab = False; /* True means grabbing the X server
during mouse-based resizals */