mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
This adds the function `killOthers`, which kills all unfocused windows on the current workspace. As discussed in the PR itself [1], the module suffix `WithAll` is not quite optimal at this point, as we are acting on window _groups_ and not necessarily just all window on a workspace. However, in order to keep this commit atomic, this consideration is postponed until another day. [1]: https://github.com/xmonad/xmonad-contrib/pull/602