portable version of OpenBSD's cwm(1) window manager
Go to file
okan 2d8f621b8d Use instinsic X11 functions for key/btn/ptr grab/ungrab/regrab requests;
the one line wrappers provided no value and limited altering calls where
needed; additionally, most of them had but one caller.
2016-09-30 18:28:06 +00:00
calmwm.c no need to unmap menu window again 2016-09-29 00:30:40 +00:00
calmwm.h Use instinsic X11 functions for key/btn/ptr grab/ungrab/regrab requests; 2016-09-30 18:28:06 +00:00
client.c de-static client_inbound() 2016-09-20 19:11:19 +00:00
conf.c Use instinsic X11 functions for key/btn/ptr grab/ungrab/regrab requests; 2016-09-30 18:28:06 +00:00
cwm.1 Fix whitespace. 2015-08-21 16:52:37 +00:00
cwmrc.5 change 'sticky' to 'stick' to toggle client stickiness (seems the 2016-09-12 13:47:00 +00:00
group.c Simplify group_holds_only_hidden(); from Vadim Vygonets. 2016-09-02 16:07:11 +00:00
kbfunc.c Continue merging kb and mouse functions: fold 2016-09-22 14:36:03 +00:00
Makefile remove debug that accidentally snuck in 2016-09-20 18:23:12 +00:00
menu.c Use instinsic X11 functions for key/btn/ptr grab/ungrab/regrab requests; 2016-09-30 18:28:06 +00:00
mousefunc.c Use instinsic X11 functions for key/btn/ptr grab/ungrab/regrab requests; 2016-09-30 18:28:06 +00:00
parse.y Fix autogroup so name,class doesn't need to be quoted. 2015-05-17 04:39:50 +00:00
screen.c During init, query screen for _NET_ACTIVE_WINDOW and set that client as 2016-09-16 14:32:02 +00:00
search.c Fix-up a few simple uses of client_current(): check CLIENT_ACTIVE flag 2016-09-14 19:45:33 +00:00
util.c On execwm, we should properly release resources before exec'ing into a 2015-09-16 17:58:25 +00:00
xevents.c During init, query screen for _NET_ACTIVE_WINDOW and set that client as 2016-09-16 14:32:02 +00:00
xmalloc.c Introduce a xreallocarray and convert a few xcalloc instances that do 2015-03-28 23:12:47 +00:00
xutil.c Use instinsic X11 functions for key/btn/ptr grab/ungrab/regrab requests; 2016-09-30 18:28:06 +00:00