Last active
June 26, 2024 22:13
-
-
Save zeromero-dev/c33bfa7ef2813acc93fbf37f5545db73 to your computer and use it in GitHub Desktop.
Hyprland install on arch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - # Optional install yay (if pacman doesn't see hyprland) | |
| `pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si` | |
| - # Install these dependenice to be able to run hyprland | |
| `yay -S swaybg swayidle swaylock wlroots wl-clipboard waybar wofi foot mako grim slurp wf-recorder light yad thunar geany mpv mpd mpc viewnior imagemagick xfce-polkit xorg-xwayland xdg-desktop-portal-wlr` | |
| # Install hyprland (preferably from AUR) | |
| `yay -S hyprland` | |
| # Config | |
| If you want to test hyprland work just log out of your system and boot with Hyperland (Wayland) environment in your login manager. | |
| It'll automaticly create an example config with `kitty` terminal. So install it `yay -S kitty` if you don't have one. | |
| But if you want to load with custom config and change some things after installation of `hyprland` you need to: | |
| - `mkdir -p ~/.config/hypr` | |
| - `touch ~/.config/hypr/hyprland.conf && nano hyprland.conf` | |
| # General tips for newcomers | |
| **SUPER** key = windows key by default | |
| **SUPER + M** = exit hyprland | |
| **SUPER + Q** = open terminal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment