tkna (TAKAHASHI Naoki)
tkna (TAKAHASHI Naoki)
Okay, thanks. I feel like it would be nice to have an explanation in the manual, since it is not very obvious what to do with the above list of...
Isn't that the session function of qjackctl? 
@soreau The recording range appears to be accurate, although there is a problem with rotational recording. https://github.com/user-attachments/assets/cfd70018-2808-4bad-b178-b4242562a0a8 ``` $ pacman -Q wf-recorder-git sway-git wlroots-git slurp ffmpeg mpv wf-recorder-git r226.1b71921-1 sway-git...
@soreau > If so, can you see if [this pull request](https://github.com/ammen99/wf-recorder/pull/315) fixes it? Sorry, I am not sure how to do that and am looking into it.
@soreau Sorry if I am doing something wrong. Apparently it doesn't seem to work. I built it this way. ``` $ git clone https://github.com/soreau/wf-recorder.git $ cd wf-recorder $ git switch...
This problem appears to have been resolved in the latest version below. ``` $ wf-recorder --version wf-recorder 0.5.0-664fc45 (Jul 21 2025, branch 'master') $ ``` https://github.com/user-attachments/assets/4340b788-ba46-4710-839e-5229989d2801 @dotaxis @soreau @ammen99 Thanks...
I came up with the alternative of replacing the symbolic link to `/etc/keyd/common`. https://github.com/rvaiya/keyd/issues/458 If the use case cannot be handled with that, rvaiya may consider extending the restriction.
@rvaiya I'm not sure, but is it possible to write a patch file that removes or extends the limits on the number of layers and amount of key definitions, assuming...
> For anyone interrested, > there is a limit at 64 character hardcoded here: > https://github.com/rvaiya/keyd/blob/master/src/macro.h#L24 https://github.com/rvaiya/keyd/issues/809#issuecomment-2294816060
@Vosjedev Layers must be defined in `/etc/keyd/*.conf`. If you do the following, you can use it in `~/.config/keyd/app.conf` like `HYPER.a = b`. ``` # /etc/keyd/keyd.conf [HYPER:S-C-A-M] esc = clear() ```