From: Jason Woofenden Date: Thu, 15 Mar 2018 19:27:14 +0000 (-0400) Subject: another command gets workspace env X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=271b0614b4ecf0670ca9f9f89edb983055920ece another command gets workspace env --- diff --git a/dwm.c b/dwm.c index 3c911b0..8cc9571 100644 --- a/dwm.c +++ b/dwm.c @@ -1745,7 +1745,7 @@ kbspawn(const Arg *arg) { void spawn(const Arg *arg) { int tag = 0, i; - if(arg->v == termcmd || arg->v == runcmd) { + if(arg->v == termcmd || arg->v == belltermcmd || arg->v == runcmd) { for(i = 0; i < 32; ++i) { if(selmon->tagset[selmon->seltags] & (1 << i)) { tag = i;