summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dwmbin85960 -> 85960 bytes
-rw-r--r--dwm.c3
-rw-r--r--dwm.obin73112 -> 73112 bytes
3 files changed, 1 insertions, 2 deletions
diff --git a/dwm b/dwm
index 2fd2e6b..26bcabc 100644
--- a/dwm
+++ b/dwm
Binary files differ
diff --git a/dwm.c b/dwm.c
index 3a63af3..aa1205d 100644
--- a/dwm.c
+++ b/dwm.c
@@ -1699,8 +1699,7 @@ sendmon(Client *c, Monitor *m)
detach(c);
detachstack(c);
c->mon = m;
- attach(c);
- attach(c);
+ attach(c);
attachstack(c);
focus(NULL);
arrange(NULL);
diff --git a/dwm.o b/dwm.o
index 6428d21..37dcf5e 100644
--- a/dwm.o
+++ b/dwm.o
Binary files differ