mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Merge pull request #1263 from nyorain/master
Implement get_clipboard ipc message
This commit is contained in:
commit
6d83a59b46
10 changed files with 574 additions and 8 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