yazgoo / umberwm

:ram: a minimalistic X window manager based on tinywm, inspired by qtile.
57 stars 3 forks source link

🦊 fix firefox drag n drop issues #37

Closed yazgoo closed 3 years ago

yazgoo commented 3 years ago

🦊 fix firefox drag n drop issues

fix #16

When drag'n dropping into firefox, firefox, on the first drag'n drop creates a window which when resized by umberwm, sometimes makes firefox crash.

This makes sure this window is ignored by identifying it with

Also, ignore alltogether _NET_WM_WINDOW_TYPE_DND

mfdorst commented 3 years ago

Hmm. Seems unfortunate to have code so specifically targeted at firefox, but I can't think of a way to make it more general. Looks good to me.