summaryrefslogtreecommitdiff
path: root/dwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c3
1 files changed, 1 insertions, 2 deletions
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);