diff options
| -rw-r--r-- | dwm | bin | 85960 -> 85960 bytes | |||
| -rw-r--r-- | dwm.c | 3 | ||||
| -rw-r--r-- | dwm.o | bin | 73112 -> 73112 bytes |
3 files changed, 1 insertions, 2 deletions
| Binary files differ @@ -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); Binary files differ |
