mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
almost working
This commit is contained in:
parent
095353d91d
commit
05366ddf53
5 changed files with 26 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ enum ipc_command_type {
|
|||
IPC_GET_BAR_CONFIG = 6,
|
||||
IPC_GET_VERSION = 7,
|
||||
IPC_GET_INPUTS = 8,
|
||||
IPC_ARRANGE_LAYOUT = 9,
|
||||
// Events send from sway to clients. Events have the highest bits set.
|
||||
IPC_EVENT_WORKSPACE = ((1<<31) | 0),
|
||||
IPC_EVENT_OUTPUT = ((1<<31) | 1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue