From 6af273771cb0e28e4394c78ab0322f77025a57f3 Mon Sep 17 00:00:00 2001 From: Anselm R Garbe Date: Fri, 2 Aug 2013 22:40:20 +0200 Subject: applied improved version of Martti Kühne's dmenu/multi monitor approach from dwm, no dmenuspawn required MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dwm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dwm.c') diff --git a/dwm.c b/dwm.c index 314adf4..6f716e9 100644 --- a/dwm.c +++ b/dwm.c @@ -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)); -- cgit v1.2.3