joewing / jwm

Joe's Window Manager
http://joewing.net/projects/jwm
MIT License
520 stars 84 forks source link

[Feature request/bug?] Taking action on a notification does not got to workspace. #549

Closed keshto closed 2 years ago

keshto commented 2 years ago

When a notification appears and one clicks on the action to go to the window instead of going to that workspace the window is moved from it's workspace to the current workspace.

joewing commented 2 years ago

Does using the fixed group option provide the desired behavior? That should maybe be the default...

<Group>
  <Option>fixed</Option>
</Group>
keshto commented 2 years ago

:facepalm: it does exactly what is expected. My bad, sorry for not reading through all the options. I agree it should be a default. Sorry again