This commit is contained in:
yuiiio 2026-06-05 19:38:24 +02:00 committed by GitHub
commit 8fa2129297
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 909 additions and 1 deletions

View file

@ -20,6 +20,7 @@ enum input_mode {
LAB_INPUT_STATE_RESIZE,
LAB_INPUT_STATE_MENU,
LAB_INPUT_STATE_CYCLE, /* a.k.a. window switching */
LAB_INPUT_STATE_OVERVIEW, /* overview mode */
};
struct seat {