Rijnder Wever

Results 122 comments of Rijnder Wever

Thanks for the detailed reply, and your commitment to keeping `fd` user-friendly 😊 > Why do you want to get rid of the ./ prefix? For visual reasons only? Yes,...

> `fd --strip-cwd-prefix -0 -e pdf | xargs -0 ls -t` For some reason, this doesn't work as well as just using `fd -X ls -t`, in the sense that...

> `fd` doesn't really output things in any particular order I understand that it doesn't, but it should do so when used in conjunction with `-X ls -t`. My point...

Sorry for the slow answer. Currently, `--strip-cwd-prefix` does nothing when used with `-X` (the original reason why I opened this). If you consider the man page to already cover this...

Yes that would be great!

Is this a proposal? Have you actually tried to do this in practice?

@unphased Don't think so. Looking at the docs, `GLFW_MOD_SUPER` seems to refer to the Super key, which is what Linux (and maybe others) calls the windows/apple/command key. For example, Kitty...

Just a basic keyboard on my laptop, no noteworthy keys. As I already hinted at above, I'm using X11 to remap my caps lock to the hyper key (see the...

My xmodmap: ```log $ xmodmap -pm xmodmap: up to 3 keys per modifier, (keycodes in parentheses): shift Shift_L (0x32), Shift_R (0x3e) lock control Control_L (0x25), Control_R (0x69) mod1 Alt_L (0x40),...

> That's how the code currently works (https://github.com/glfw/glfw/blob/master/src/x11_window.c#L182), but I'll look into whether there is a better way to achieve what needs to be done. I'm probably telling you stuff...