Add OpenBSD support to config.mk
Signed-off-by: Lucas Gabriel Vuotto <lgv@nanashi.co>
Added xft support
Based on xft tabbed patch from the wiki.
Signed-off-by: Lucas Gabriel Vuotto <l.vuotto92@gmail.com>
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Style cleanup
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Fix install paths and default build flag
Ensure that paths are quoted.
Compile with -Os by default.
Signed-off-by: Christoph Lohmann <20h@r-36.net>
My libc wants _DEFAULT_SOURCE.
Noone likes -Wextra.
I don't have the time to care for X11 that much.
Adding more warnings and no debugging symbols.
Thanks Joerg Jung!
Fixing the compile warning for setenv.
Changing the single-linked list for clients to a malloc()ed array. This makes
algorithms more efficient, that depend on the number of clients or shuffeling
around. The patch also adds new shortcuts to move tabs in their position. The
default color scheme is changed to the one of the maintainer.
reverting config.mk as it contains debug flags.
Handling maprequest. that means tabbed works for xterm.
first version is 0.1, cleanup config.mk
corrected compilation flags
embedding works nice now.