This commit is contained in:
OXDBXKXO 2026-01-09 20:25:00 -07:00 committed by GitHub
commit c2c405a24b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 217 additions and 1 deletions

View file

@ -22,6 +22,7 @@ enum ipc_command_type {
// sway-specific command types
IPC_GET_INPUTS = 100,
IPC_GET_SEATS = 101,
IPC_GET_CURSOR = 102,
// Events sent from sway to clients. Events have the highest bits set.
IPC_EVENT_WORKSPACE = ((1<<31) | 0),