21 lines
622 B
YAML
21 lines
622 B
YAML
compose:
|
|
modules:
|
|
- hydrapaper:master
|
|
flatpak:
|
|
id: org.gabmus.hydrapaper
|
|
branch: stable
|
|
command: hydrapaper
|
|
finish-args: |-
|
|
--share=ipc
|
|
--socket=x11
|
|
--socket=wayland
|
|
--talk-name=org.gnome.SettingsDaemon
|
|
--talk-name=org.freedesktop.Flatpak
|
|
--filesystem=home:ro
|
|
--filesystem=/usr/share/gnome:ro
|
|
--filesystem=xdg-run/dconf
|
|
--filesystem=~/.config/dconf:ro
|
|
--filesystem=~/.config/sway/config:rw
|
|
--filesystem=~/.swaylock/config:rw
|
|
--talk-name=ca.desrt.dconf
|
|
--env=DCONF_USER_CONFIG_DIR=.config/dconf
|