Go to file
columbarius f1472350f0 doc: remove quotes from samples
inih doesn't strip them and sh will try to find the binary including the whitespaces
2021-05-03 15:19:20 +02:00
.builds config: use inih instead if iniparser 2021-05-03 15:19:20 +02:00
contrib doc: remove quotes from samples 2021-05-03 15:19:20 +02:00
include screencast: add outputchooser with config option 2021-04-02 15:07:38 +02:00
protocols build: remove intermediate static library 2021-04-18 15:02:44 +02:00
src config: use inih instead if iniparser 2021-05-03 15:19:20 +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 Fix link to trigger-screen-shot.py 2021-03-04 20:42:40 +01:00
LICENSE Initial commit 2018-12-12 11:46:19 +01:00
README.md readme: don't show PR status in CI badge 2021-04-17 11:58:29 +02:00
meson.build config: use inih instead if iniparser 2021-05-03 15:19:20 +02:00
meson_options.txt Add man page 2021-03-15 18:09:32 +01: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 Add wlroots to portal manifest UseIn list 2021-04-23 16:51:07 +02:00
xdg-desktop-portal-wlr.5.scd doc: remove quotes from samples 2021-05-03 15:19:20 +02: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

Packaging status

Running

Make sure XDG_CURRENT_DESKTOP=sway is set.

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

Configuration

See man 5 xdg-desktop-portal-wlr.

Manual startup

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