From 396ab2c5818d5fb12d474bbb4caa43c1f3be7fc5 Mon Sep 17 00:00:00 2001 From: okan Date: Sat, 3 Sep 2011 09:20:58 +0000 Subject: Add {r,}cycleingroup to cycle through clients belonging to the same group as the active client (as opposed to all unhidden clients); from Alexander Polakov, with a tiny tweak requested by oga. ok oga@ --- calmwm.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'calmwm.h') diff --git a/calmwm.h b/calmwm.h index e9b284a..5156fa7 100644 --- a/calmwm.h +++ b/calmwm.h @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: calmwm.h,v 1.136 2011/09/03 09:17:16 okan Exp $ + * $OpenBSD: calmwm.h,v 1.137 2011/09/03 09:20:58 okan Exp $ */ #ifndef _CALMWM_H_ @@ -68,8 +68,9 @@ #define CWM_EXEC_WM 0x0002 /* cycle */ -#define CWM_CYCLE 0 -#define CWM_RCYCLE 1 +#define CWM_CYCLE 0x0001 +#define CWM_RCYCLE 0x0002 +#define CWM_INGROUP 0x0004 #define KBTOGROUP(X) ((X) - 1) -- cgit v1.2.3-2-gb3c3