Matt
Matt
This would be much appreciated. Another workaround I use to disconnect it is to put this in my audio startup script: ``` #!/bin/bash jack_disconnect "PulseAudio JACK Sink:front-left" "system:playback_1" jack_disconnect "PulseAudio...
yep, this happened on arch after the recent package upgrades: ``` electron (11.3.0-1 -> 12.0.2-1) nodejs (15.12.0-1 -> 15.13.0-1) ``` downgrading temporarily allows figma to launch again.
Seems to work with the new electron now (`figma-linux 0.7.2`, `electron 12.0.5-1`) so it can probably be closed. 👍
Thanks for the answer. I understand, thanks anyways, workarounds are fine too I guess. Regarding the use case mentioned earlier, the script discussed in #510 would not work, since the...
Thanks for the reply. On windows, if run from a cmd terminal or batch script, mintty will open and the script will continue instantly instead of waiting for it to...
Any update on this?
I'm currently using the python version, but for this most things should be the same. If you're just trying to output the win key (or whatever you want to call...
- doing `if(...){...}else{...}else if(...){...}` completely ignores the last branch since `else` catches everything not caught by `if`, this should throw an error and is considered a bug in my parser....
Hmm, `c::capslock` works fine for me, please make sure other bindings (i.e. `a::b`) work and that you have all device file descriptors in the `devices.list` file. If it's just this...
- mappings are not recursive, even if you bind ` e::w`, any mapping *to* `e` will still output `e` rather than `w`. - binding a click action to sequences results...