Replies: 4 comments
|
I'm still happy with X11 so can't provide much help but I would suggest adding |
|
Thanks for the tip :) I've added the following and can see the context 'key' be triggered and released now. Can see now from the logs that the previous context does not get 'released' when the window loses focus, i.e. navigating to an empty workspace; only when another window is focused. Also a little unexpectedly I don't see any logs for default being activated/deactivated. I guess this is just a special case where it's the absence of any other context. Now I don't know if this issue is down to Sway not sending the appropriate signal or Keymapper just not catching it. I'm new to Wayland too so don't know what the mechanism is. |
|
lol, I just went to start looking at the code to see if I could figure out what was going on and I've been beaten to it! 3d09c01 |
|
Is working a treat now with that fix. Much appreciated @houmain |
Uh oh!
There was an error while loading. Please reload this page.
Not entirely sure if this is a bug or just something wrong in the config (or my environment).
I've set up an abstract command
launch_terminaland it's working in general running different commands in different contexts. However, it doesn't leave the context for Tmux when I navigate to an empty workspace in sway and as a result it seems to stop working (but is actually still just executing commands in Tmux). Moving over any other window sets the active contexts as expected.Any suggestions?
Here's the config in question:
All reactions