Hyprland SETUP for AlpineLinux
Basic Requirements:
Setup:
1. Install the provided packages.
2. Copy my dots over your.config and .local.
git clone https://github.com/ronardnx/hyprland_alpinelinux && cd hyprland_alpinelinux && rm -rf .git && cp -r .local/ ~/.local/ && cp -r .config/ ~/.config/
3. Setup your daemons and groups:
doas setup-devd udev && doas rc-update add elogind && doas rc-update add polkit && chsh -s /usr/bin/fish && doas useradd $USER seat && doas useradd $USER video && doas reboot
4. Starting the setup.
Login from tty and type startx (that s my alias for dbus-run-session Hyprland)
Cheatsheet:
mod + D - launches rofi , mod + SHIFT + SPACE change the layout from tilling to floating, mod + SHIFT + Return launches kitty, your stock acpi(Fn + ...) keys for PRINT, volume and brightness will work just good.
for more just read my config file