|
From: Christian V. S. <cv....@ma...> - 2019-10-10 16:39:09
|
Hi Araki Ken, again, thank you for fixing the glyph rendering problem. Here are two other minor things I noticed. 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. 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. Best regards, Christian Schulz (aka Eric Praline) |