cvsimport

* refs/heads/master:
  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.
This commit is contained in:
okan
2023-07-20 14:39:34 +00:00
5 changed files with 18 additions and 1 deletions

View File

@@ -88,6 +88,7 @@ size_t strlcpy(char *, const char *, size_t);
#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,