aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/wm/protocol/sync
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/wm/protocol/sync')
-rwxr-xr-xsrc/cmd/wm/protocol/sync6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cmd/wm/protocol/sync b/src/cmd/wm/protocol/sync
new file mode 100755
index 0000000..19a728a
--- /dev/null
+++ b/src/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