portable version of OpenBSD's cwm(1) window manager
Go to file
okan a63b87e315 Use the original client border width to adjust initial placement of clients
containing {P,US}Position requests where they are explicitly set to 'ignore' in
cwmrc(5); clients are unaware that their border will be altered (removed in
this case) when calcuating position and thus end up a factor of their original
border width off once mapped by cwm(1). cwm(1) will essentially shift the
client to the edge if the original request's position and border match.

Window offset noticed by at least Andre Stoebe via bugs@, and others since
(and likely before). Thanks!
2018-11-08 15:49:42 +00:00
calmwm.c Clean up conf_file/homedir and conf_init() bits. 2018-02-09 19:54:54 +00:00
calmwm.h Use the original client border width to adjust initial placement of clients 2018-11-08 15:49:42 +00:00
client.c Use the original client border width to adjust initial placement of clients 2018-11-08 15:49:42 +00:00
conf.c Store the screen's visual type and colormap. 2018-02-13 15:43:15 +00:00
cwm.1 Slightly expand and expose verbose debugging. 2018-02-04 22:56:26 +00:00
cwmrc.5 Convert menu-exec-wm from an abritrary exec menu, into a config-based menu from 2017-12-29 20:03:46 +00:00
group.c If the requested group number is invalid, bail but don't kill cwm. 2018-01-23 13:48:49 +00:00
kbfunc.c Convert menu-exec-wm from an abritrary exec menu, into a config-based menu from 2017-12-29 20:03:46 +00:00
Makefile Pull over the remaining re-implemented window move/resize functions and create 2017-07-14 17:23:38 +00:00
menu.c Use a variable to keep track of flags for menu_filter(). 2017-12-19 19:38:43 +00:00
parse.y Do not print any parse errors when ~/.cwmrc is missing. Regression introduced in 2018-02-19 19:29:42 +00:00
screen.c Store the screen's visual type and colormap. 2018-02-13 15:43:15 +00:00
search.c Simplification; use asprintf where appropriate now. 2018-02-02 13:27:25 +00:00
util.c Slightly expand and expose verbose debugging. 2018-02-04 22:56:26 +00:00
xevents.c Slightly expand and expose verbose debugging. 2018-02-04 22:56:26 +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 Add support for _NET_WM_STATE_SKIP_PAGER and _NET_WM_STATE_SKIP_TASKBAR; eerily 2017-12-19 14:30:53 +00:00