blob: 48eec87f2fc1d4f66cc5eb1026f33b21743300b3 (
plain)
1
2
3
4
5
6
7
|
# exwm-buffer-groups
The default behavior of [EXWM](https://github.com/ch11ng/exwm) is to make
buffers containing X windows accessible only from the workspace they were
created in. This is a useful feature, but introduces some level of inconsistency
as this does not apply to normal buffers. `exwm-buffer-groups` aims to change
this by associating _all_ buffers with a workspace.
|