Re: [hackers] [dwm][PATCH] generalize dmenumon so any command may use it

2016-12-16 Thread Ian Remmler
Any thoughts on this? I use dmenu (and now, wjt) for a few things other than just dmenu_run, and it would be nice to have them be consistent about running on the current monitor without having to munge dwm.c. On Mon, Dec 05, 2016 at 09:44:09AM -0600, Ian Remmler wrote: > --- > config.def.h | 4 +

[hackers] [dwm][PATCH] generalize dmenumon so any command may use it

2016-12-05 Thread Ian Remmler
--- config.def.h | 4 ++-- dwm.c| 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/config.def.h b/config.def.h index ba9a240..0f1749f 100644 --- a/config.def.h +++ b/config.def.h @@ -55,8 +55,8 @@ static const Layout layouts[] = { #define SHCMD(cmd) { .v = (const char