This commit is contained in:
OXDBXKXO 2026-03-27 15:26:39 -04:00 committed by GitHub
commit b5f6a10de3
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),