HYPRLAND
The ultimate Hyprland configuration (A Desktop Environment Like Experience)
Overview
Hyprland is a dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks.
- Operating System :
Archcraft
- Window Manager :
Hyprland (0.29.0)
- Status Bar :
Waybar
- Launcher :
Rofi
/Wofi
- Session Manager :
Rofi
/Wlogout
- Notifications :
Mako
- Terminal :
Foot
- File Manager :
Thunar
- Text Editor :
Geany
- Web Browser :
Firefox
Installation
- Get the files from : Ko-fi โ
Why Paid
- Extract The file hyprland.tar.gz with :
tar -xzvf hyprland.tar.gz
- If you are using
Archcraft
(Required: 2023 or later
) as your OS, You can just install one of the provided package with :sudo pacman -U archcraft-hyprland-4.0-2-any.pkg.tar.zst
orsudo pacman -U archcraft-hyprland-catppuccin-4.0-2-any.pkg.tar.zst
whichever style you like. - If you want to install this setup on Arch Linux or on any other distro, follow the points below :
- Install the following programs on your computer:
hyprland
,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
playerctl
pastel
python-pywal
alacritty
rofi
pulsemixer
- After installing programs above, Create hypr directory in
~/.config
:mkdir -p ~/.config/hypr
- Copy Everything from
dotfiles/STYLE
to~/.config/hypr
:cp -r ./dotfiles/dark/* ~/.config/hypr/
- Logout and login to your amazingly configured Hyprland WM.
- Install the following programs on your computer:
Hyprland now available in Arch Linux Repos, So Arch Linux users can install it via pacman.
For other distro, If you don't want to build hyprland, You can install compiled hyprland binaries from hyprland releases
sudo install -Dm 755 dotfiles/hypr-bin/hyprctl /usr/bin/hyprctl sudo install -Dm 755 dotfiles/hypr-bin/Hyprland /usr/bin/Hyprland sudo install -Dm 755 dotfiles/hypr-bin/libwlroots.so.12032 /usr/lib/libwlroots.so.12032 sudo install -Dm 644 dotfiles/hypr-bin/hyprland.desktop /usr/share/wayland-sessions/hyprland.desktop
Appearance
Install the following theme
, icon pack
, cursors
and fonts
for overall appearance.
- GTK Theme : Manhattan gtk theme
- Icon Theme : Luv icon theme
- Cursor Theme : Qogir cursor theme
- Fonts : JetBrainsMono Nerd Font, Iosevka Nerd Font, Icomoon Feather, Archcraft
Config Structure
~/.config
โโโ hypr : Hyprland config directory
โโโ alacritty : Alacritty Terminal config
โโโ foot : Foot Terminal config
โโโ mako : Notification daemon config
โย ย โโโ icons : Notification icons
โโโ rofi : Rofi config files
โโโ scripts : Various scripts for functionality
โโโ theme : Current Theme and Pywal Themes
โโโ wallpapers : Wallpapers
โโโ waybar : Statusbar config
โโโ wlogout : Wlogout config
โย ย โโโ icons : Session icons
โโโ wofi : Launcher config
โโโ hyprland.conf : Hyprland config file
โโโ hyprtheme.conf : Colors and theme elements file
By default, rofi is used as app launcher.
But, If you want to use wofi instead of rofi, Edit the config file
~/.config/hypr/hyprland.conf
and uncomment wofi keybindings (and, comment the rofi stuff as well).
By default,
MPD
is used on waybar for music.But, If you want to use Spotify instead of MPD, Edit the config file
~/.config/hypr/waybar/config
and uncomment the spotify module (and, comment the MPD module as well).
Nvidia
If you're on Archcraft
and install the provided package, There's nothing else you need to do in order to run it on Nvidia machine. The package's post_installation script does it all, And the compositor should work fine.
If you're running any other distribution and want to install this setup on your Nvidia machine, You need to do some tweaking. In this guide, I'm assuing you're using Arch Linux. Follow the steps below to make this wayland compositor work on Nvidia :
- Install Nvidia Drivers on your system. NVIDIA
- Edit
/etc/mkinitcpio.conf
file and addnvidia
kernel modules
MODULES="nvidia nvidia_modeset nvidia_uvm nvidia_drm"
- In the same file, Remove
kms
hook from hooks array if present. - Rebuild your initrd file with :
sudo mkinitcpio -P linux
- Edit
/etc/default/grub
file and addnvidia_drm.modeset=1
kernel parameter for Nvidia
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nvidia_drm.modeset=1 ..."
- Update your grub config file with :
sudo grub-mkconfig -o /boot/grub/grub.cfg
- Reboot your Nvidia Machine and login to your wayland compositor, It should work now.
More Information: NVIDIA#Installation, NVIDIA#DRM_kernel_mode_setting
Keybindings
Keys | Action |
---|---|
super + Return | Open terminal (alacritty) |
super + shift + Return | Open floating terminal (alacritty) |
super + T | Open fullscreen terminal (alacritty) |
super + Return | Open terminal (foot) |
super + shift + Return | Open floating terminal (foot) |
super + alt + Return | Open terminal with custom geometry (foot) |
super + T | Open fullscreen terminal (foot) |
super + shift + F | Open file manager |
super + shift + E | Open text editor |
super + shift + W | Open web browser |
super, super + D | App launcher (rofi) |
super + R | Command Runner (rofi) |
super + N | Network Menu (rofi) |
super + B | Bluetooth Menu (rofi) |
super + X | Power Menu (rofi) |
super + M | Music Player (rofi) |
super + A | Screenshot Applet (rofi) |
super, super + D | Run app launcher (wofi) |
super + N | Open network manager |
super + X | Run session manager (wlogout) |
super + P | Run colorpicker |
super + C/Q | Kill active window |
ctrl + alt + L | Run lockscreen |
ctrl + alt + Delete | Exit Hyprland instantly |
super + F | Toggle fullscreen mode |
super + Space | Toggle floating mode |
super + S | Toggle pseudo mode |
super + Left / Right / Up / Down | Change focus of the container |
super + shift + Left / Right / Up / Down | Move active container directionally |
super + ctrl + Left / Right / Up / Down | Resize active container |
super + alt + Left / Right / Up / Down | Move floationg container directionally |
super + Tab | Cycle between container |
super + 1,2..8 | Change workspace/tag from 1 to 8 |
super + shift + 1,2..8 | Move active container to repective workspace/tag |
super + ctrl + F | Toggle All floating mode |
super + ctrl + S | Toggle All pseudo mode |
super + shift + P | Pin floating container |
super + shift + S | Swap next container |
super + G | Toggle Group Mode |
super + H | Change active group container to left |
super + L | Change active group container to right |
Screenshots
Dark Version
Screenshot 1 | Screenshot 2 | Screenshot 3 | Screenshot 4 |
---|---|---|---|
Catppuccin Version
Screenshot 1 | Screenshot 2 | Screenshot 3 | Screenshot 4 |
---|---|---|---|
See Also
archcraft-sway |
archcraft-wayfire |
archcraft-river |
archcraft-newm |
---|---|---|---|