Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 837 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 837 Bytes

Upwork-wayland

This project is a simple bridge between Upwork or any other tool supporting Gnome's screenshot protocol and your favourite wlroots-based Wayland composer like Sway.

Install dependencies, run the script as a daemon and enjoy.

Make sure that both the script and Upwork application use the same DBus session bus, i.e. their DBUS_SESSION_BUS_ADDRESS environment variables have the same value! Otherwise they won't be able to see each other.

Dependencies

  • Python 3.5 or newer
  • dbus-next python package (pip install dbus-next should work)
  • grim tool somewhere in PATH