Just my dotfiles. This setup is design to be lightweight, minimal, quick to install and easy to modify. Great for a begginer to use as a base or experience users that don't want the bloat of a fully riced desktop enviroment.
Install a minimal Arch installation, use archinstall or do it manually, make sure to install GPU drivers and Network Manager, then copy the commands in order.
sudo pacman -S kitty neovim firefox hyprland Now type start-hyprland on the terminal, open firefox and copy the rest of the commands.
Hypr-ecosystem and basics.
sudo pacman -S git dunst xdg-desktop-portal-hyprland hyprpolkitagent qt5-wayland qt6-wayland hyprsunset hyprpaper hypridle hyprlock This programs are not essential for running hyprland and can be changed, but you will need to modify the .files.
sudo pacman -S waybar rofi rofi-calc rofimoji bluez bluez-utils blueman pavucontrol grim slurp swappy sddm wl-clipboard network-manager-applet dolphin archlinux-xdg-menuEnable important services.
sudo systemctl enable bluetooth.service sddm.serviceRegarding themes and fonts.
sudo pacman -S ttf-jetbrains-mono-nerd noto-fonts-emoji noto-fonts-cjk nwg-look materia-gtk-themeFinally clone the repo and manually extract it inside your .config file (press "Alt+." to make hidden files visible in Dolphin).
git clone https://github.com/AlonsoCid/Hypr-files.gitCreate home folders.
mkdir -p ~/Desktop ~/Documents ~/Downloads ~/Music ~/Pictures ~/Videos ~/Templates ~/PublicIf you are on a laptop you might want to include a brightness control.
sudo pacman -S brightnessctlFinally, use reboot or shutdown -h now and everything should work properly.
Super + Q = Open terminal
Super + C = Close active window
Super + E = Open file manager
Super + S = Magic desktop
Super + V = Toggle floating window
Super + left click = resize window
Super + right click = move window
Super + scroll = Change virtual desktop
Super + number = Change virtual desktop
Super + shift + number = Move window to x virtual desktop
alt + space = rofi
ctrl + tab = change rofi mode
- Basics: hyprland, dunst, xdg-desktop-portal-hyprland, hyprpolkitagent, qt5-wayland, qt6-wayland and dolphin. (See more in hyprland wiki)
- Status bar: Waybar
- hyp-ecosistem: hyprpaper, hypridle and hyprlock. Hypridle has a bug that causes it to crash on some setups. You will have to test it on your hardware. If you experience this issue, you will have to uninstall it, there is no solution at the moment.
- App-launcher: Rofi, rofi-calc and rofimoji.
- Bluethoot: bluez, bluez-utils and blueman (require manual configuration through the terminal in Arch).
- NetworkManager: networkmanager and network-manager-applet.
- Screenshots: grim, slurp and swappy.
- Fonts: ttf-nerd-fonts-symbols noto-fonts-emoji noto-fonts-cjk
- Theming: nwg-look, materia-gtk-theme and sddm-sugar-candy-git

