John Axel Eriksson
John Axel Eriksson
The issue in the devenv repo states that devshell is in the process of being deprecated, i.e this issue from above: https://github.com/cachix/devenv/issues/140 - is that correct @zimbatm ?
I have this problem too: **What Operating System(s) are you seeing this problem on?** Linux Wayland (NixOS) **Which Wayland compositor or X11 Window manager(s) are you using?** hyprland-0.32.0+date=2023-11-08_c619e69 **WezTerm version**...
I tested wezterm on river as well - i.e https://github.com/riverwm/river. River uses wlroots 0.16 (while hyprland uses more or less HEAD of wlroots). I observed the same input behavior in...
When debugging key events (eg. `config.debug_key_events = true`), this is what stderr looks like when a duplicate "l" is output: ``` 17:48:58.106 INFO wezterm_gui::termwindow::keyevent > key_event RawKeyEvent { key: Physical(L),...
@grappas I was testing the latest commit of wezterm, i.e https://github.com/wez/wezterm/commit/600652583594e9f6195a6427d1fabb09068622a7 - I tried it with the -n option (don't load any lua at all). And unfortunately I still see...
No. Any pointers? I mean I could build a dev build but what would I be looking for? If you mean log verbosity, I didn't set anything but can do...
I suppose it could be related to that other issue. Still - I see this happening after a reboot with only a single terminal window and nothing else opened. That...
I believe I've found the likely issue. This became an issue when updating SCTK to 0.16.1 (from 0.16.0). This was done to support startup on newer compositors, so for most...
Yeah I get it. I'd actually welcome a challenge myself, I'm not a Rust beginner really. I think the main challenge would be wayland/smithay (haven't done much such work if...
Thanks for the report! I'll see if I can reproduce it.