Alexander Courtis

Results 603 comments of Alexander Courtis

River works well. I've added some "blessing" on both projects. > If you can point me in the right direction I can start tweaking in my system. I'd be really...

Dev ideas: - If you have a second machine e.g. laptop, test using that. You'll see a `.copy` job in GNUmakefile.dev that copies way-displays to my laptop after building; you...

> Opened lid immediately after disconnecting laptop That's fantastic - exactly what I was after! `[15:08:26] eDP-1 Changing:` is the key: we are not getting _any_ response for that operation...

> 2\. However, the closed laptop display seems to still be active That can be fixed now: incoming. The event logging shows that changes may be aggressively retried following a...

Fix: aggressively retry after cancellation, as there are no other update/change events in flight. If there are, subsequent retries will handle the situation, as they will operate on the updated...

That is a [work in progress](https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3421)

> Are you aware of any other terminal emulator supporting this, or does this just work in gvim? st, with or without tmux. xterm with tmux. > It's possible that...

Debugging st has revealed that it sends the following escape sequence prefixes in sgr mode: Scroll wheel up: `\033[

`sort_by` provides several sorting options however a directory option would not be appropriate, as it is orthogonal to the existing options. An additional option like `sort_directories_first` would be appropriate. PRs...