We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ffbf0 commit d9a71c6Copy full SHA for d9a71c6
snapcraft.yaml
@@ -20,6 +20,11 @@ website: https://swach.io
20
issues: https://github.com/shipshapecode/swach/issues
21
source-code: https://github.com/shipshapecode/swach
22
23
+plugs:
24
+ shmem:
25
+ interface: shared-memory
26
+ private: true
27
+
28
apps:
29
swach:
30
command: bin/launcher
@@ -39,6 +44,7 @@ apps:
39
44
- wayland
40
45
- opengl
41
46
- screen-inhibit-control
47
+ - shmem
42
48
43
49
parts:
50
launcher:
0 commit comments