mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -07:00
When removing a workspace and distributing its windows, it's important to remove any duplicates that may be there due to, for example, usage of X.A.CopyWindow. X will only draw one of these window, leading to some artifacts. Related: https://github.com/xmonad/xmonad-contrib/issues/565 Co-authored-by: Tomas Janousek <tomi@nomi.cz>