portable version of OpenBSD's cwm(1) window manager
Go to file
op 9eb763ab87 cwm: fix a semi-transparency border issue with some applications
When running with a compositor the border of some applications (firefox,
chromium, zathura...) is not rendered correctly.  Initializing the highest
significant bits of the color fixes it.

diff from Julien Blanchard (julien at typed-hole [dot] org); ok okan@
2023-03-22 08:27:36 +00:00
Makefile Pull over the remaining re-implemented window move/resize functions and create 2017-07-14 17:23:38 +00:00
calmwm.c whitespace 2022-02-26 15:19:18 +00:00
calmwm.h whitespace 2022-02-26 15:19:18 +00:00
client.c cwm: fix a semi-transparency border issue with some applications 2023-03-22 08:27:36 +00:00
conf.c whitespace 2022-02-26 15:19:18 +00:00
cwm.1 Add application section 2019-07-09 21:38:44 +00:00
cwmrc.5 Add group-last command that shows only the previously active group; ok okan 2022-01-27 18:45:10 +00:00
group.c Add group-last command that shows only the previously active group; ok okan 2022-01-27 18:45:10 +00:00
kbfunc.c cycling fix: when no client is active, warp pointer to last active; 2022-02-27 14:59:55 +00:00
menu.c Fix overlapping menu items as reported by kn@ and probably others at 2022-10-15 16:06:07 +00:00
parse.y Allow bare numbers for key and mouse bindings; taken from similar 2021-12-24 16:00:47 +00:00
screen.c Add group-last command that shows only the previously active group; ok okan 2022-01-27 18:45:10 +00:00
search.c Unrelated style fixes, consistency changes and sorting, appropriate 2020-02-27 14:56:39 +00:00
util.c Prevent out of boundary write with configuration files in which too many 2020-04-16 17:12:49 +00:00
xevents.c Instead of using _NET_ACTIVE_WINDOW on restart, use the pointer location 2020-03-24 14:47:29 +00:00
xmalloc.c Unrelated style fixes, consistency changes and sorting, appropriate 2020-02-27 14:56:39 +00:00
xutil.c Fixed memory leak in xu_get_strprop. 2020-04-25 20:07:28 +00:00