Re: [dwm] Keys with prefix

2007-10-05 Thread Ali Gholami Rudi
On Thu, Oct 04, 2007 at 03:01:12PM +0330, Ali Gholami Rudi wrote: > I've written a patch to allow prefixed keys. > > With this patch you can bind ``C-t k`` (where ``C-t`` is your prefix), > for instance, to kill window or ``C-t 1`` to ``view("1")``. You can > change the prefix by editing the line

[dwm] Keys with prefix

2007-10-04 Thread Ali Gholami Rudi
I've written a patch to allow prefixed keys. With this patch you can bind ``C-t k`` (where ``C-t`` is your prefix), for instance, to kill window or ``C-t 1`` to ``view("1")``. You can change the prefix by editing the line that contains the ``setprefix`` function in the config file. I've written