From d86d3aa419f331b7fb34f4592c23f3f93ebf223e Mon Sep 17 00:00:00 2001 From: okan Date: Thu, 20 Jul 2023 14:39:34 +0000 Subject: 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 --- calmwm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'calmwm.h') diff --git a/calmwm.h b/calmwm.h index 7c428f6..60e59f6 100644 --- a/calmwm.h +++ b/calmwm.h @@ -67,6 +67,7 @@ #define CWM_CYCLE_FORWARD 0x0001 #define CWM_CYCLE_REVERSE 0x0002 #define CWM_CYCLE_INGROUP 0x0004 +#define CWM_CYCLE_INCLASS 0x0008 enum cwm_status { CWM_QUIT, -- cgit 1.4.1