From 8d8d8d4f930d478cd252e1c3ce8160543114ed53 Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Sun, 20 Oct 2019 16:51:44 -0400 Subject: [PATCH] Added package "swayipc" (#1213) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 34e40dd..e0a591c 100644 --- a/packages.json +++ b/packages.json @@ -14852,5 +14852,23 @@ "description": "a tiny tool to bump nimble versions", "license": "MIT", "web": "https://github.com/disruptek/bump" + }, + { + "name": "swayipc", + "url": "https://github.com/disruptek/swayipc", + "method": "git", + "tags": [ + "wayland", + "sway", + "i3", + "ipc", + "i3ipc", + "swaymsg", + "x11", + "swaywm" + ], + "description": "IPC interface to sway (or i3) compositors", + "license": "MIT", + "web": "https://github.com/disruptek/swayipc" } ]