Go to file
emersion 2b659c42a7
Invoke grim when taking screenshot
Backends should provide their own UI. As I don't want to copy-paste grim and
slurp here, let's just exec them. This should be made configurable in the
future.
2018-12-21 19:00:32 +01:00
include Add D-Bus boilerplate for Screenshot 2018-12-13 18:03:44 +01:00
.gitignore Initial commit 2018-12-12 11:46:19 +01:00
LICENSE Initial commit 2018-12-12 11:46:19 +01:00
README.md First commit 2018-12-12 22:29:57 +01:00
main.c First commit 2018-12-12 22:29:57 +01:00
meson.build Add D-Bus boilerplate for Screenshot 2018-12-13 18:03:44 +01:00
screenshot.c Invoke grim when taking screenshot 2018-12-21 19:00:32 +01:00
wlr.portal First commit 2018-12-12 22:29:57 +01:00

README.md

xdg-desktop-portal-wlr

xdg-desktop-portal backend for wlroots

Building

meson build
ninja -C build

Installing

ninja -C build install

Make sure XDG_CURRENT_DESKTOP=sway is set.

/usr/lib/xdg-desktop-portal -r &
xdg-desktop-portal-wlr

License

MIT