nik012003 / ripdrag

Drag and Drop utilty written in Rust and GTK4
GNU General Public License v3.0
496 stars 17 forks source link

WM_CLASS(STRING): Empty name and instance values #9

Closed fqqf closed 1 year ago

fqqf commented 1 year ago

Usually, there is WM_CLASS property with name and instance, so i3 users could match the window.

I still can match ripdrag with title property:

for_window [title="ripdrag"] floating enable

However, these properties are there for a reason, and must be given a reasonable values image

Thank you, really liked ripdrag

nik012003 commented 1 year ago

Thank you for reporting this. Now fixed in v0.1.5