From 08a6da05412961ddf629415a92749b02d875fa62 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Mon, 4 Oct 2021 17:25:48 -0700 Subject: feat(wm): layer shell --- sys/cmd/wm/protocol/sync | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 sys/cmd/wm/protocol/sync (limited to 'sys/cmd/wm/protocol/sync') diff --git a/sys/cmd/wm/protocol/sync b/sys/cmd/wm/protocol/sync new file mode 100755 index 0000000..19a728a --- /dev/null +++ b/sys/cmd/wm/protocol/sync @@ -0,0 +1,6 @@ +#!/bin/sh + +for base in wlr-layer-shell-unstable-v1.xml +do + curl https://raw.githubusercontent.com/swaywm/wlroots/master/protocol/$base --output $base +done -- cgit v1.2.1