mirror of
https://github.com/swaywm/sway.git
synced 2025-04-06 20:37:46 +03:00
Remove clipboard
command and get_clipboard
message
This commit is contained in:
parent
8afe68f920
commit
ba3511b243
6 changed files with 5 additions and 55 deletions
|
@ -18,8 +18,7 @@ enum ipc_command_type {
|
|||
|
||||
// sway-specific command types
|
||||
IPC_GET_INPUTS = 100,
|
||||
IPC_GET_CLIPBOARD = 101,
|
||||
IPC_GET_SEATS = 102,
|
||||
IPC_GET_SEATS = 101,
|
||||
|
||||
// Events sent from sway to clients. Events have the highest bits set.
|
||||
IPC_EVENT_WORKSPACE = ((1<<31) | 0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue