summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2023-07-20 14:39:34 +0000
committerokan <okan>2023-07-20 14:39:34 +0000
commitd86d3aa419f331b7fb34f4592c23f3f93ebf223e (patch)
tree51ddd0967b6fdf65f695aee4b8aaca267d437450 /calmwm.h
parent9eb763ab8781610b67df44b9914a018d32dfe1fe (diff)
downloadcwm-master.tar.gz
cwm-master.tar.xz
cwm-master.zip
Allow cwm(1) to cycle through windows of the same window class as the HEAD master
active window; default key binding to M-grave, respectively Alt-Tilde,
like other window managers have as well.

from Simon Dassow
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 1 insertions, 0 deletions
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,