JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
another command gets workspace env
authorJason Woofenden <jwoofenden@confex.com>
Thu, 15 Mar 2018 19:27:14 +0000 (15:27 -0400)
committerJason Woofenden <jwoofenden@confex.com>
Thu, 15 Mar 2018 19:27:14 +0000 (15:27 -0400)
dwm.c

diff --git a/dwm.c b/dwm.c
index 3c911b0..8cc9571 100644 (file)
--- 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;