openbsd-xenocara/app/cwm
okan cd47a6bf03 Allow cwm(1) to cycle through windows of the same window class as the
active window; default key binding to M-grave, respectively Alt-Tilde,
like other window managers have as well.

from Simon Dassow
2023-07-20 14:39:34 +00:00
..
Makefile
calmwm.c whitespace 2022-02-26 15:19:18 +00:00
calmwm.h Allow cwm(1) to cycle through windows of the same window class as the 2023-07-20 14:39:34 +00:00
client.c cwm: fix a semi-transparency border issue with some applications 2023-03-22 08:27:36 +00:00
conf.c Allow cwm(1) to cycle through windows of the same window class as the 2023-07-20 14:39:34 +00:00
cwm.1 Allow cwm(1) to cycle through windows of the same window class as the 2023-07-20 14:39:34 +00:00
cwmrc.5 Allow cwm(1) to cycle through windows of the same window class as the 2023-07-20 14:39:34 +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 Allow cwm(1) to cycle through windows of the same window class as the 2023-07-20 14:39:34 +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
util.c
xevents.c
xmalloc.c
xutil.c