mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
Implement ipc get_clipboard
This commit is contained in:
parent
23a1e94402
commit
02c75ebe37
5 changed files with 134 additions and 2 deletions
|
|
@ -89,6 +89,7 @@ struct cmd_results *cmd_ipc_cmd(int argc, char **argv) {
|
|||
{ "marks", IPC_FEATURE_GET_MARKS },
|
||||
{ "bar-config", IPC_FEATURE_GET_BAR_CONFIG },
|
||||
{ "inputs", IPC_FEATURE_GET_INPUTS },
|
||||
{ "clipboard", IPC_FEATURE_GET_CLIPBOARD },
|
||||
};
|
||||
|
||||
uint32_t type = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue