raboof / notion

Tiling tabbed window manager
https://notionwm.net/
GNU Lesser General Public License v2.1
268 stars 63 forks source link

Clients mapped in fullscreen state get additional WGroupCW when switched to windowed state #366

Open C4tion opened 9 months ago

C4tion commented 9 months ago

Steps to reproduce:

  1. Create a window that is fullscreen from the start: mpv bbb_sunflower_1080p_60fps_normal.mp4 -fs
  2. Toggle fullscreen with Notion keybinds.

Observed behavior: The title of the windowed mpv is now WGroupCW<...>.

Expected behavior: The title should be bbb_sunflower_1080p_60fps_normal.mp4 - mpv.

This might be related to #247, but the issue described there is not fixed by my patch.