Re: [dev] [dwm] Running dwm in KDE

2013-05-20 Thread Martin Miller
On Thu, May 16, 2013 at 10:54:05AM -0500, Martin Miller wrote: > On Thu, May 16, 2013 at 01:53:46AM +0200, Hugues Moretto-Viry wrote: > > Hi, > > > > Did you try with kwin? > I thought I looked for that process, I'll check again. > > On Thu, May 16, 2013 at 07:

Re: [dev] [dwm] Running dwm in KDE

2013-05-16 Thread Martin Miller
k for dwm: > http://www.haskell.org/haskellwiki/Xmonad/Using_xmonad_in_KDE#Make_xmonad_your_window_manager_in_KDE > > TL;DR export KDEWM=/path/to/dwm That looks like a better solution than my `pkill ... && dwm` method. I'll try it when I'm at work. -- Martin Miller witsquash.com

[dev] [dwm] Running dwm in KDE

2013-05-15 Thread Martin Miller
the KDE world is there something similar to metacity that I can kill so that I can start dwm? -- Martin Miller witsquash.com

[dev] [PATCH] dwm: Run spawn on KeyRelease

2013-03-10 Thread Martin Miller
; to the end of your assignment in the keys array of config.h like this: {MODKEY, XK_Print, spawn, {.v = shootcmd}, 1 }, Feedback welcome. Enjoy. -- Martin Miller witsquash.com diff --git a/dwm.c b/dwm.c index d9443da..e5dec78 100644 --- a/dwm.c +++ b/dwm.c @@ -118,6 +118