summaryrefslogtreecommitdiff
path: root/app/cwm/conf.c
AgeCommit message (Expand)Author
2013-12-16Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint.Okan Demirmen
2013-12-13Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTIONOkan Demirmen
2013-11-27like gap, make snapdist per screenOkan Demirmen
2013-11-27Remove the option to bind a key by keycode with brackets; it neverOkan Demirmen
2013-10-20wrap key ungrab like btn ungrab, for it'll be used againOkan Demirmen
2013-10-19Using xu_btn_ungrab() buttons during client_leave doesn't work (errorOkan Demirmen
2013-10-07trying parsing a XLFD string first, then by patternOkan Demirmen
2013-07-16don't need the size hereOkan Demirmen
2013-07-16max -> nitemsOkan Demirmen
2013-07-15simplify atom handling; allows us to limit to one round-trip to serverOkan Demirmen
2013-07-10type fixesOkan Demirmen
2013-07-08add support for mouse based group {,r}cycle; from Rodrigo Mosconi. notOkan Demirmen
2013-07-08move kbfunc and mousefunc closer togetherOkan Demirmen
2013-07-08clarify kbd vs mouse functionsOkan Demirmen
2013-07-08move duplicate kbd and mouse modifier parsing to a generic function;Okan Demirmen
2013-06-23properly fix (and re-organize) selfont selection.Okan Demirmen
2013-06-20when selfont is configured, make sure we continue and configure the restOkan Demirmen
2013-06-17move Cursors into conf.Okan Demirmen
2013-06-17allow mouse button4 and button5; from Rodrigo MosconiOkan Demirmen
2013-05-23alter conf_grab(_kbd) to first ungrab AnyKey/AnyModifier, then proceedOkan Demirmen
2013-05-22since we don't have any screens yet, there's no reason to conf_{,un}grabOkan Demirmen
2013-05-22get rid of long standing XXX: now that we configure screens based onOkan Demirmen
2013-05-22move validation of pointer Button into conf_mousebind so we checkOkan Demirmen
2013-05-20- configure menuwin with the screen, then create the xft drawable usingOkan Demirmen
2013-05-19move the rest of xft init into screen_conf, since most of it is based onOkan Demirmen
2013-05-19- switch border colors to XftOkan Demirmen
2013-05-11replace conf_{gap,color,font} with conf_screen since really we areOkan Demirmen
2013-05-10more type fixes for mask/buttonOkan Demirmen
2013-05-10int type fixesOkan Demirmen
2013-04-17zap extra spaceOkan Demirmen
2013-04-17add conf_ignore and move group_make_autogroup to conf_autogroup to match.Okan Demirmen
2013-01-08add per-group vert/horiz tiling support; introduces 2 new bind commands,Okan Demirmen
2013-01-04really these are just border colors, so adjust the defineOkan Demirmen
2013-01-04spacingOkan Demirmen
2013-01-04get rid of struct colorOkan Demirmen
2013-01-01least intrusive way to plug a memleak when unbinding a duplicate key forOkan Demirmen
2012-12-19gc unused cmd 'flags' variableOkan Demirmen
2012-12-18simplify config file setup; with Tiago CunhaOkan Demirmen
2012-12-17put a default known_hosts into confOkan Demirmen
2012-12-17pull user home directory via getenv or getpwuid and stash it so we don'tOkan Demirmen
2012-12-17knfOkan Demirmen
2012-12-17non-trivial menu drawing rewrite, moving to Xft and solving variousOkan Demirmen
2012-11-28replace hand rolled font_make() with XftFontOpenName() and merge intoOkan Demirmen
2012-11-14variable name consistency; from Thomas PfaffOkan Demirmen
2012-11-09sortOkan Demirmen
2012-11-07style nit; from Tiago Cunha.Okan Demirmen
2012-11-07add comment why we mouse unbind, just like kbdOkan Demirmen
2012-11-07now that we have FOREACH_SAFE queue macros, use them where appropriate;Okan Demirmen
2012-11-07plug a leak when using 'unmap' for kbd/mouse bindings; from Tiago Cunha.Okan Demirmen
2012-11-07get rid of the xfree() wrapper around free(); from Tiago Cunha.Okan Demirmen