27 lines
878 B
YAML
27 lines
878 B
YAML
compose:
|
|
modules:
|
|
- hydrapaper:stable
|
|
flatpak:
|
|
id: org.gabmus.hydrapaper
|
|
branch: stable
|
|
command: hydrapaper
|
|
finish-args: |-
|
|
--share=ipc
|
|
--socket=fallback-x11
|
|
--socket=wayland
|
|
--device=dri
|
|
--talk-name=org.gnome.SettingsDaemon
|
|
--talk-name=org.freedesktop.Flatpak
|
|
--talk-name=org.gnome.Mutter.DisplayConfig
|
|
--filesystem=home:ro
|
|
--filesystem=xdg-config/autostart
|
|
--filesystem=/usr/share/gnome:ro
|
|
--filesystem=xdg-run/dconf
|
|
--filesystem=~/.config/dconf:ro
|
|
--filesystem=~/.config/sway/config:rw
|
|
--filesystem=~/.swaylock/config:rw
|
|
--filesystem=/usr/share/backgrounds
|
|
--talk-name=ca.desrt.dconf
|
|
--env=DCONF_USER_CONFIG_DIR=.config/dconf
|
|
--own-name=org.gabmus.hydrapaper
|
|
--own-name=org.gabmus.hydrapaper.Daemon
|