Ruijie Yu
Ruijie Yu
Do you know which commit of bemenu and of sway caused the issue you mentioned? I believe `pacman -Qii bemenu bemenu-wayland sway` should show the commit hashes. Hopefully this information...
Sorry for the late response, somehow your response fell off my radar. --- > Does wl-paste and xclip allow fallbacks? First, on your second point -- unfortunately, after some testing,...
I have done further tests, which shows that UTF8_STRING is not treated specially in Wayland. Texts are copied from qutebrowser. ```console $ paste_test UTF8_STRING text/html text/plain text/plain;charset=utf-8 0 ``` For...
I'm looking at the man page right now (v0.6.7) and cannot locate what you are referring -- so maybe your issue has been solved by a recent release. Regardless, here...
Somewhat related: #597, #596, #590 etc, all of which are asking for special read syntax for a certain set of lisp languages.
I don't know if the following makes sense for the workflow for `paru -Syu aur-packages`, but my idea is this: 1. Within `chroot`, for each AUR package to be built,...
I made some testing with `straight-use-package`, and this is my workaround/solution. For completeness, I also go over how to do it for a multi-file package such as `play`. In either...
Since Emacs has figured out the 6008 port, it seems that the function I added has finished successfully. Can you use something like `netstat` (not sure if Mac has this...
I see what's going on. In which scenarios do you _expect_ to have spaces? I have come up with the following cases, do you have more? 1. after a "numeric"...
Let me address this first: you can disable space auto-insertion by customizing `lispy-no-space` to non-nil. If that is set, none of the following is relevant to you. ----- I should...