An Instruction to 'reflector' on Arch Linux

An Instruction to command reflector To install reflector for Arch Linux, use the following command: 1sudo pacman -S reflector Supposing you are in China mainland, use the following line of code to configure your pacman’s mirror list: 1sudo reflector --country China --age 12 --protocol https --sort rate --save /etc/pacman.d/mirrorlist Then you should update the package lists via the code: 1sudo pacman -Syy fin

June 15, 2025 · 1 min · 63 words · xxraincandyxx

Hyprland Blurring Effect Configuration

How to Disable the Effect {% note info %} The effect makes the visual experience not that fluent, kind of annoying, instead {% endnote %} To disable the blurring background effect for a specific application (like VS Code) in Hyprland on Arch Linux, follow these steps: 1. Identify the Window Class Open VS Code, then run this command in a terminal: 1hyprctl activewindow | grep "class" The output will show the class, typically code for VS Code. If not, check all windows with: ...

June 5, 2025 · 2 min · 293 words · xxraincandyxx