From 60fa626116ac3865ec9034cfa7b33ecad03884a8 Mon Sep 17 00:00:00 2001 From: nyorain Date: Sat, 1 Jul 2017 18:35:42 +0200 Subject: Add the 'clipboard' command to set the clipboard --- include/sway/commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sway/commands.h') diff --git a/include/sway/commands.h b/include/sway/commands.h index f67df10f..660da2c2 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -103,6 +103,7 @@ sway_cmd cmd_client_unfocused; sway_cmd cmd_client_urgent; sway_cmd cmd_client_placeholder; sway_cmd cmd_client_background; +sway_cmd cmd_clipboard; sway_cmd cmd_commands; sway_cmd cmd_debuglog; sway_cmd cmd_default_border; -- cgit v1.2.3-54-g00ecf