CSpencerND
CSpencerND
Just updated and I'm getting this issue. I looked at #2592 and seems to pertain to autocmds and I have not written any autocmds, so I'm lost.
@kylo252 Scratching my head... I don't know what to tell you now. It suddenly stopped happening. Here's the output anyway in case you still want it ``` { { buflocal...
Happening to me as well ``` NVIM v0.8.0 OS: ArcoLinux WM: dwm Shell: zsh 5.9 Kernel: 5.15.41-1-lts Host: Darter Pro darp7 CPU: 11th Gen Intel i5-1135G7 (8) @ 4.2GHz ```
I just made an account, and I have the same problem. I tried resetting my password just to see if that would change anything. Nope. Still can't log in. I...
This has worked for me for a long time, but suddenly stopped. It just doesn't do anything now.
Fn key isn't seen by the OS. It can't be done with any software unless it's a configurable keyboard that has an app that modifies the firmware.
I'm getting the same errors even though I have my config file ``` Traceback (most recent call last): File "/usr/local/bin/xkeysnail", line 6, in cli_main() File "/usr/local/lib/python3.9/dist-packages/xkeysnail/__init__.py", line 62, in cli_main...
Interesting. I'm not sure what you mean by "chosen". I installed with `pip`. Made the config file, and ran it with `sudo xkeysnail ~/.config/xkeysnail/config.py`. I'm on a laptop with no...
It's works after running `xhost +`. Thanks very much.
@sspenst I made a theme called `dim` and added the following to my global css: ``` :is(.dim .dark\:prose-invert) { --tw-prose-body: var(--tw-prose-invert-body); --tw-prose-headings: var(--tw-prose-invert-headings); --tw-prose-lead: var(--tw-prose-invert-lead); --tw-prose-links: var(--tw-prose-invert-links); --tw-prose-bold: var(--tw-prose-invert-bold); --tw-prose-counters:...