Wasja7

Results 5 comments of Wasja7

I can confirm that this bug happens also for other applications. For me it doesn't matter if it is set via `focus_on_window_activation focus` or `set $focus_on_window_activation focus`. Every window can...

I've got a file manager on one workspace and a text editor on another. Before this bug I could just hit Enter in the file manager and it would switch...

After a bit of research it seems to me this has something to do with #7880

For anybody who looks for a workaround until this issue is solved: `xprop -root -spy "_NET_ACTIVE_WINDOW"` does essentially the same as `herbstclient -i focus_changed`

I asked myself the same question once, so I wrote this little script: ``` #!/usr/bin/env bash active_client_id=$(herbstclient attr clients.focus.winid) herbstclient use_previous herbstclient bring $active_client_id ```