yshui / picom-xrdesktop-companion

picom's companion program to bring your desktop to XR
21 stars 4 forks source link

Fixed Picom DBus X Display Naming Discrepancy #6

Closed Da-Boom closed 2 years ago

Da-Boom commented 2 years ago

solves issue #5

Picom in the latest builds seems to be naming its X Display _0_0 due to dbus service naming conventions

Original code searched for 0.0 which is invalid for dbus conventions Added a replace() to replace the period with another underscore (``)

yshui commented 2 years ago

@Da-Boom Thank you so much!