portable version of OpenBSD's cwm(1) window manager
Go to file
okan a2013ee9dd Using xu_btn_ungrab() buttons during client_leave doesn't work (error
BadValue) when the modifier is already AnyModifier .  Instead alter
xu_btn_ungrab() to ungrab AnyButton/AnyModifier and call it only when a
client is coming into focus in client_setactive(), instead of iterating
over ignore mods - matches how we handle key grabs.
2013-10-19 19:39:34 +00:00
calmwm.c simplify atom handling; allows us to limit to one round-trip to server 2013-07-15 14:50:44 +00:00
calmwm.h Using xu_btn_ungrab() buttons during client_leave doesn't work (error 2013-10-19 19:39:34 +00:00
client.c Using xu_btn_ungrab() buttons during client_leave doesn't work (error 2013-10-19 19:39:34 +00:00
conf.c Using xu_btn_ungrab() buttons during client_leave doesn't work (error 2013-10-19 19:39:34 +00:00
cwm.1 replace 'reload' with 'restart', which merely re-exec's cwm using the 2012-10-31 19:30:19 +00:00
cwmrc.5 add support for mouse based group {,r}cycle; from Rodrigo Mosconi. not 2013-07-08 18:39:20 +00:00
group.c a few err->errx since we don't have error messages here; from Tiago Cunha 2013-10-17 13:59:10 +00:00
kbfunc.c a few err->errx since we don't have error messages here; from Tiago Cunha 2013-10-17 13:59:10 +00:00
Makefile move the 2 small font helper functions to xutil.c 2013-05-19 23:38:20 +00:00
menu.c move Cursors into conf. 2013-06-17 17:11:10 +00:00
mousefunc.c I believe we redraw the border in too many cases; likely a leftover from 2013-10-19 18:59:22 +00:00
parse.y max -> nitems 2013-07-16 14:04:44 +00:00
screen.c move Cursors into conf. 2013-06-17 17:11:10 +00:00
search.c missing proto 2013-04-30 21:11:07 +00:00
util.c sort 2012-11-09 03:52:02 +00:00
xevents.c collapse lines 2013-07-15 23:51:59 +00:00
xmalloc.c add xasprintf() for upcoming changes. 2012-11-28 14:32:44 +00:00
xutil.c Using xu_btn_ungrab() buttons during client_leave doesn't work (error 2013-10-19 19:39:34 +00:00