My Arch-linux dotfiles, minimal professional hyprland setup
[WIP]
[WIP]
[WIP]
- Custom Smart Drun script (opened Windows > Launch > workspaces > math)
Dynamic wallpaper manager for Hyprland with multiple service backends and trigger modes. Hypr-bg-Manager, Available as standalone AUR package.
Features:
- Per-workspace or global wallpaper modes
- Multiple services: swww, hyprpaper, swaybg, mpvpaper
- Trigger modes: workspace change, timer, or both
- Auto-format detection and service-specific optimization
Shell: Zsh Terminal: Kitty PrintScreen: hyprshot -> Satty File Manager: Yazi Media Player: mpv image viewer: mirage
Zoxide: cd jumper
For fresh Arch installations, use the automated installer to install all packages and restore dotfiles:
# Direct install from GitHub
curl -sSL https://raw.githubusercontent.com/joao-paulo-santos/Arch.Config/main/system-installer/installer.sh | bash
# Or clone with submodules and run locally
git clone --recurse-submodules https://github.com/joao-paulo-santos/Arch.Config.git ~/.config
cd ~/.config/system-installer
./installer.shImportant: Clone with submodules to get all components:
git clone --recurse-submodules https://github.com/joao-paulo-santos/Arch.Config.git ~/.configThen symlink required files:
ln -s ~/.config/zsh/.zshrc ~/.zshrc
# for custom Rofi flags
rm -rf ~/.local/share/applications
ln -sfn "$HOME/.config/my-desktop-entries" "$HOME/.local/share/applications"