mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Add the 'clipboard' command to set the clipboard
This commit is contained in:
parent
387eca1b29
commit
60fa626116
3 changed files with 40 additions and 0 deletions
|
|
@ -165,6 +165,7 @@ static struct cmd_handler handlers[] = {
|
|||
{ "client.placeholder", cmd_client_placeholder },
|
||||
{ "client.unfocused", cmd_client_unfocused },
|
||||
{ "client.urgent", cmd_client_urgent },
|
||||
{ "clipboard", cmd_clipboard },
|
||||
{ "commands", cmd_commands },
|
||||
{ "debuglog", cmd_debuglog },
|
||||
{ "default_border", cmd_default_border },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue