1
0
Fork
You've already forked config
0
My configuration for Arch Linux
  • Lua 100%
2026年07月11日 08:28:27 +00:00
alacritty feat(alacritty): add terminal config 2026年07月03日 14:39:09 +00:00
git refactor(git): update the git user and email 2026年07月11日 08:28:27 +00:00
hypr feat(hyprland): add window manager config 2026年07月03日 14:39:43 +00:00
nvim init: add project setup and neovim config 2026年07月03日 14:38:55 +00:00
README.md fix: note on xdg-potral support for browser 2026年07月08日 13:30:37 +00:00

config

Personal configuration for Arch Linux, following XDG conventions and managed with symlinks.

Usage

To symlink these configurations, you can use the ln -s command:

ln -s ~/config/alacritty ~/.config
ln -s ~/config/nvim ~/.config
ln -s ~/config/hypr ~/.config

Note: Ensure the target directories in ~/.config do not already exist before creating the symlinks.

Browser

The GTK file picker dialog is oversized and cannot be resized by Hyprland window rules (GTK overrides the size). Fix: in about:config, set widget.use-xdg-desktop-portal.file-picker to 1 to use the XDG portal picker instead. Required packages: xdg-desktop-portal, xdg-desktop-portal-gtk.