Le Wed, 28 Nov 2012 16:50:12 +0100, major_ghz <major_...@electronique-libre.org> a écrit :
> hello, > > when i try to mod1+(1-9) there is no action. > > i use bépo and the num need shitf to activate. > > how can i switch to another tag ? > may be need to change mod1 (alt) by another key, peraps win key or > another. if it's that, how change the def of mod1 ? > > else how do for can i switch tag ? > > regard, > major_ghz. > hello, i retest dwm, i patch the config.h like Simon Lieb say. when i do a make, i have this : $ make dwm build options: CFLAGS = -std=c99 -pedantic -Wall -Os -I. -I/usr/include -I/usr/X11R6/include -DVERSION="6.0" -DXINERAMA LDFLAGS = -s -L/usr/lib -lc -L/usr/X11R6/lib -lX11 -L/usr/X11R6/lib -lXinerama CC = cc CC dwm.c In file included from dwm.c:288:0: config.h:77:2: error: ‘TAGKEYS’ undeclared here (not in a function) config.h:77:33: error: expected ‘}’ before numeric constant config.h:77:61: error: expected ‘,’ or ‘;’ before ‘)’ token config.h:86:66: error: expected identifier or ‘(’ before ‘,’ token config.h:87:2: warning: ISO C does not allow extra ‘;’ outside of a function [-pedantic] dwm.c: In function ‘keypress’: dwm.c:1087:2: warning: ‘XKeycodeToKeysym’ is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations] dwm.c: At top level: dwm.c:1327:1: warning: ‘quit’ defined but not used [-Wunused-function] make: *** [dwm.o] Erreur 1 my config.h is here : http://paste.debian.net/hidden/7963ae7b/ regard, major_ghz.