thealio

Results 33 comments of thealio

> @thealio we already had alacritty in frame buffer, but I don't remember exactly where the branch was. It's just no one has time to work on that. Thank you...

> alacritty doesn't need anything to support frame buffer other than `cfg` a bunch of x11/wayland stuff. The main code should be here [rust-windowing/winit#2795](https://github.com/rust-windowing/winit/pull/2795) Thank you for your answer So,...

> it's not possible now, it could be possible if all related patches will be merged. > > You could also, theoretically, go and try to build it yourself, but...

> Have you considered using scripts like vimcat? (It looks like there are a number of forks and I don't know which one works the best.) It doesn't work for...

> Today, it's possible to define a verb like this: > > ``` > { > invocation: "run {exec}" > shortcut: r > execution: "{exec} {file}" > leave_broot: false >...

> It's a little more complex for a shell script than for an executable. What's your shell script doing ? Can you post it here (or a shortened variant) ?...

> You have to call an executable, to run your script. For example: > > ``` > { > invocation: hello > external: "sh -e /path/to/hello.sh" > leave_broot: false >...

> invocation: "r" > external: Hi it works perfectly! Really nice! my final code is the following ``` # This verb lets you run an executable shell script with ctrl-r...

> Related: #1127 @thealio mind sending your config.ron? The report from `leftwm-check` is indicating that it potentially is causing both #1125 and #1127 Thank you for your answer: Here's my...

> There is two things: the `""` in the empty modifiers don't work because "empty string" does not serialize corect and the "media keys" don't match with the [keysyms ](https://github.com/leftwm/lefthk/blob/main/lefthk-core/src/xkeysym_lookup.rs#L50)....