Johan Malm
Johan Malm
I've been trying with the two scripts below be cannot reproduce this with the `master` branch. swaylock-test ``` #!/bin/sh swaylock-logging & sleep 2 echo "turning off with wlopm" wlopm --off...
This might be related to the layer-surface-unmap bug on surface size change to was uncovered by the wshowkeys issue. I'll have a play with that later. I can reproduce the...
What @napcok said 😄 The semicolon only has meaning of parsed by a shell. You could put multiple commands in a shell script and call that instead.
Could we do this with a script instead? Something like this could be the beginning of it: ```bash #!/bin/sh # # Requires position_mode=ipc in ~/.config/jgmenu/jgmenurc # tmp=$(mktemp) trap "rm -f...
I’m not sure. Looks like it’s a problem with creating the XWindow so is fairly fundamental. Can you run dmenu? We create the window in a similar way. I and...
Sorry. I missed this one. Could you provide the steps to re-produce. It seems to work fine here.
All that cursor stuff took a long to get right... almost as hard as focusing the right surface. Having a quick look at git blame, the following two pop up:...
Thanks for working on this! I’m just focusing on the upcoming release for a few days, but will review + test soon.
This looks good. Let's go for it. I don't seem to be able to get the environment setup to test it, but I struggle on sway too. Happy to go...
If you ever feel the inclination, a description of how to set this up would be a nice addition to `labwc.github.io`.