You are not logged in.

#1 2008-01-04 16:36:11

Roberth
Member
From: The Pale Blue Dot
Registered: 2007-01-12
Posts: 894

Patches for evilwm?

Hello

Does anyone here know about any patches that I can use to change evilwm's behaviour?


Use the Source, Luke!

Offline

#2 2008-01-04 17:03:45

oliwer
Member
From: Paris
Registered: 2007-06-30
Posts: 153
Website

Re: Patches for evilwm?

This one adds lots of key bindings : http://maxiez.com/?p=evilwm/index.html

Offline

#3 2008-01-04 17:17:07

Roberth
Member
From: The Pale Blue Dot
Registered: 2007-01-12
Posts: 894

Re: Patches for evilwm?

Thanks, I would also like a patch which removes ctrl from all key bindings, because I find "ctrl+alt+key" and bad combination. I would also like an patch so I can focus an window fully without the need of using alt.


Use the Source, Luke!

Offline

#4 2008-01-04 18:01:38

smoon
Member
Registered: 2005-08-22
Posts: 468
Website

Re: Patches for evilwm?

Roberth wrote:

Thanks, I would also like a patch which removes ctrl from all key bindings, because I find "ctrl+alt+key" and bad combination. I would also like an patch so I can focus an window fully without the need of using alt.

Try changing

unsigned int grabmask1 = ControlMask|Mod1Mask;

in main.c to

unsigned int grabmask1 = Mod1Mask;

to change the keybindings.

Offline

#5 2008-01-04 18:35:48

Roberth
Member
From: The Pale Blue Dot
Registered: 2007-01-12
Posts: 894

Re: Patches for evilwm?

Thank you smoon, that worked great:)

Is grabmask2 the function which evilwm calls when i hold alt to focus a window?

Last edited by Roberth (2008-01-04 19:17:01)


Use the Source, Luke!

Offline

#6 2008-03-14 17:26:38

varl
Member
Registered: 2007-06-07
Posts: 51

Re: Patches for evilwm?

oliwer wrote:

This one adds lots of key bindings : http://maxiez.com/?p=evilwm/index.html

Is there a 1.00 compatible patch?

Offline

Board footer

Powered by FluxBB