install (from the AUR) digimend-kernel-drivers-dkms-git and the linux-headers for the kernel you're running.
sudo modprobe -r hid-kye hid-uclogic hid-polostar hid-viewsonicreboot.
| // | |
| // Compile for emscripten using | |
| // emcc -Iinclude SingleFileOpenGLTex.cpp \ | |
| -O2 -std=c++14 -s TOTAL_MEMORY=33554432 -s USE_SDL_IMAGE=2 -s SDL2_IMAGE_FORMATS='["png"]' --preload-file examples/data -s USE_SDL=2 -o html/SingleFileOpenGLTex.html | |
| // where the following images must be located in a subfolder | |
| // - examples/data/test.png | |
| // - examples/data/cartman.png | |
| // - examples/data/cube-negx.png | |
| // - examples/data/cube-negz.png | |
| // |
| @font-face { | |
| font-family: "VictorMono Nerd Font"; | |
| font-style: normal; | |
| font-weight: 200; | |
| src: url(https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/VictorMono/Semi-Bold/complete/Victor%20Mono%20SemiBold%20Nerd%20Font%20Complete.ttf?raw=true); | |
| } | |
| @font-face { | |
| font-family: "VictorMono Nerd Font"; | |
| font-style: normal; | |
| font-weight: 400; |
| 50.27.184.225:54321 | |
| 91.144.95.163:4145 | |
| 103.244.36.129:4145 | |
| 122.55.202.100:4145 | |
| 125.25.187.226:4145 | |
| 131.255.194.60:11337 | |
| 176.110.125.233:51327 | |
| 36.22.76.246:1080 | |
| 45.118.144.47:26591 | |
| 45.118.144.47:26643 |
| // Moved to a github repo for versioning, the file can now be loaded from a CDN | |
| // <script type="module" src="https://esm.sh/gh/loueed/bsky@v1.0.0/comments"></script> | |
| class BskyComments extends HTMLElement { | |
| constructor() { | |
| super(); | |
| this.attachShadow({ mode: "open" }); | |
| this.visibleCount = 3; | |
| this.thread = null; | |
| this.error = null; |
These work in Firefox and Chrome, where %s is replaced with the search query. For Raycast and Alfred, the %s should be replaced with {query}. For more details also see my blogpost.
I recommend picking keywords that are easy to memorize, like am=Amazon, an=Anaconda, gi=Github,... and switching to three letters when the two letter abbreviation appears to commonly in a sentence (eg goi=Google images, gom=Google Maps).