[dev][dwm][patch] dwm toggleignore patch

From: Nikolay Vasylchyshyn <vasylchyshynni_AT_gmail.com>
Date: Tue, 20 Aug 2013 15:06:05 +0300

Hello, suckless community!

I have created a patch for the current dwm (commit
6af273771cb0e28e4394c78ab0322f77025a57f3).
It excludes (and toggles back again) currently focused window from
MODKEY+j, MODKEY+k change focus cycle.

How do I use it: I open many terminals and actively work in 2 or 3 of them.
The rest shows some useful info, docs, etc. I exclude them and my windows
switching cycle became much shorter, only between my main 2 windows. When I
need to focus the ignored window, I alsays can do it with a mouse.

Just bind toggleignore() in your config.h. Here is mine:
        { MODKEY|ShiftMask, XK_i, toggleignore, {0} },

Maybe, some of you also will find this patch useful. ; )

Patch is in the attachment.

Received on Tue Aug 20 2013 - 14:06:05 CEST

This archive was generated by hypermail 2.3.0 : Tue Aug 20 2013 - 14:12:06 CEST