Go to file
Marian Buschsieweke 1e92d603a8 core/main: Clean up option handling
- Add a missing space in the usage string
- Drop short option "p", which is unused
2020-05-26 17:02:56 +02:00
.builds ci: add Alpine build (#30) 2020-04-23 09:57:02 -04:00
contrib/systemd Add D-Bus and systemd service files 2020-04-10 10:48:41 +02:00
include Remove --pixelformat flag 2020-05-05 10:00:10 -04:00
protocols Fix CI with libpipewire02, libdrm. Remove png.h unused import. Cleanup style. 2020-03-13 21:01:32 +01:00
src core/main: Clean up option handling 2020-05-26 17:02:56 +02:00
.editorconfig Add yml exception to editorconfig 2020-03-13 21:01:32 +01:00
.gitignore Fix CI with libpipewire02, libdrm. Remove png.h unused import. Cleanup style. 2020-03-13 21:01:32 +01:00
CONTRIBUTING.md Add documentation 2020-04-29 19:50:53 +02:00
LICENSE Initial commit 2018-12-12 11:46:19 +01:00
README.md Add documentation 2020-04-29 19:50:53 +02:00
meson.build build: bump version to 0.1.0 2020-05-05 16:18:37 +02:00
meson_options.txt Add D-Bus and systemd service files 2020-04-10 10:48:41 +02:00
org.freedesktop.impl.portal.desktop.wlr.service.in Add D-Bus and systemd service files 2020-04-10 10:48:41 +02:00
wlr.portal First commit 2018-12-12 22:29:57 +01:00

README.md

xdg-desktop-portal-wlr

builds.sr.ht status

xdg-desktop-portal backend for wlroots

Building

meson build
ninja -C build

Installing

From Source

ninja -C build install

Distro Packages

Arch Linux (AUR)

xdg-desktop-portal-wlr-git

Running

Make sure XDG_CURRENT_DESKTOP=sway is set.

When correctly installed, xdg-desktop-portal should automatically invoke xdg-desktop-portal-wlr when needed.

At the moment, some command line flags are available for testing, compatibility, or output selection. If you need to use one of these flags, you can provide an instance of xdpw using the following command:

/usr/lib/xdg-desktop-portal -r & xdg-desktop-portal-wlr [OPTION...]

To understand the available options, you can run xdg-desktop-portal-wlr --help

FAQ

Check out or FAQ for answers to commonly asked questions.

Please see the screencast compatibility guide for more information on compatible applications and how to get them working.

If you have a question or problem that is not mentioned in those documents, please open an issue or come chat with us in #sway on freenode IRC.

Contributing

If you're interested in testing or development, check out CONTRIBUTING.md for more information.

License

MIT