diff options
author | Anselm R Garbe <anselm@garbe.us> | 2013-08-02 22:40:20 +0200 |
---|---|---|
committer | Anselm R Garbe <anselm@garbe.us> | 2013-08-02 22:40:20 +0200 |
commit | 6af273771cb0e28e4394c78ab0322f77025a57f3 (patch) | |
tree | 10da45a8b23a944ea3504729775dd9681abd7548 /dwm.c | |
parent | 4fb31e08968c5058362021887fab4bbea746aecf (diff) |
applied improved version of Martti Kühne's dmenu/multi monitor approach from dwm, no dmenuspawn required
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1569,6 +1569,8 @@ sigchld(int unused) { void spawn(const Arg *arg) { + if(arg->v == dmenucmd) + dmenumon[0] = '0' + selmon->num; if(fork() == 0) { if(dpy) close(ConnectionNumber(dpy)); |