Am 20.08.2011 11:15, schrieb Bastien Dejean:
Hi,I'm using a keyboard with extra function keys and since those keys are not defined in keysym.h, I inserted the following line in dwm.c: #include<X11/XF86keysym.h> It works, but it produces warnings: warning: initialization makes integer from pointer without a cast How can I get rid of those warnings?
Hi,I dont know how you can avoid these warnings, but you could use xbindkeys instead of patching dwm. For me it works very well.