mirror of
git://git.suckless.org/dwm
synced 2025-08-17 13:24:22 -07:00
and another fix...
This commit is contained in:
2
client.c
2
client.c
@@ -209,7 +209,7 @@ manage(Window w, XWindowAttributes *wa)
|
||||
|
||||
diff = sw - c->fw;
|
||||
c->fx = random() % (diff ? diff : 1);
|
||||
diff = sh - c->fh;
|
||||
diff = sh - c->fh - bh;
|
||||
c->fy = random() % (diff ? diff : 1);
|
||||
|
||||
c->border = 1;
|
||||
|
Reference in New Issue
Block a user