|
From: Araki K. <ara...@us...> - 2019-10-12 08:39:17
|
Hi, Christian Victor Schulz <cv....@ma...> wrote: > If I look at the output of > swaymsg -t get_tree > under sway, I can see that mlterm does not set the "app_id", which I > believe is similar to X11's window class. For example, Sway allows the > selection of windows by app_id in its for_window rules. I don't need > this functionality, but it might be a good idea to set the app_id to > "mlterm" or "mlterm-wl" at some point. I set app_id to "mlterm". If you want to change it, use --name option. > Also, there seems to be something wrong with key repeat on wayland. I > can configure key repeat in sway with > input * repeat_delay <delay [ms]> > input * repeat_rate <rate [ms]>, > and as can be seen in the debug log I posted with regards to the > copy&paste issue, sway correctly announces those settings to mlterm. But > mlterm's behaviour does not match the settings. For example, when I have > delay = 220, rate = 25, key repeat works but the rate is too fast. If I > set the rate to 75, key repeat does not work at all anymore. Thanks. I fixed. But mlterm-wl can't adjust a repeating interval finer than 25msec per key (the rate of repeating keys per sec is 40) for now. Regards, --- Araki Ken ara...@us... |