β
βHyprland-Dots Debian repoβ
βββ β
βYoutubeβ
βββ β
βWikiβ
βββ β
βKeybindsβ
βββ β
βFAQβ
βββ β
βDiscordβ
β
showoff-dots.mp4
Important
install a backup tool like snapper
or timeshift
. and Backup your system before installing hyprland using this script (HIGHLY RECOMMENDED).
Caution
Download this script on a directory where you have write permissions. ie. HOME. Or any directory within your home directory. Else script will fail
- Do not run this installer as sudo or as root
- This Installer requires a user with a priviledge to install packages
- Needs a Debian 13 Trixie or greater. As it needs a newer wayland packages!
- edit your
/etc/apt/sources.list
and remove#
on lines withdeb-src
to enable source packaging else will not install properly especially Hyprland
sudo nano /etc/apt/sources.list
- delete # on the lines with 'deb-src'
- ensure to allow to install non-free drivers especially for users with NVIDIA gpus. You can also install non-free drivers if required. Edit install-scripts/nvidia.sh and change the nvidia stuff's if required
- 10 October 2025 Update!
- Hyprland-Debian nows builds 0.51.1 from source!
- The installer now can be used to install newer releases later
- If you are currently running 0.49, or 0.50, you can upgrade to 0.51.1
- You do not have to re-install everything, but re-running
install.sh
works also - Instructions are available in English and Spanish
- Recommend to install SDDM. Apart from GDM and SDDM, any other Login Manager may not work nor launch Hyprland. However, hyprland can be launched through tty by type Hyprland
- π―οΈ network-manager-gnome (nm-applet) has been removed from the packages to install. This is because it is known to restart the networkmanager causing issues in the installation process. After you boot up, inorder to get the network-manager applet, install network-manager-gnome.
sudo apt install network-manager-gnome
See below if your network or wifi became unmanaged after installation
- if you really want to change login manager, there are couple of things you need to carry out before running this install script
- first install sddm. the no-install-recommends is suggested else it will pull lots of plasma depencies.
sudo apt install --no-install-recommends -y sddm
- then ran
sudo dpkg-reconfigure sddm
choose sddm and then reboot. - once reboot done, you can ran the script and choose sddm & sddm theme
- LINK for some guide
- If you opted to install SDDM theme, here's the LINK which is a modified fork of LINK
- If you opted to install GTK Themes, Icons, here's the LINK. This also includes Bibata Modern Ice cursor.
- By default it is installing the latest and newest nvidia drivers. If you have an older nvidia-gpu (GTX 800 series and older), check out nvidia-debian website LINK and edit nvidia.sh in install-scripts directory to install proper gpu driver
- If you have nvidia, and wanted to use proprietary drivers, uninstall nouveau first (if installed). This script will be installing proprietary nvidia drivers and will not deal with removal of nouveau.
- NVIDIA users / owners, after installation, check
THIS
Important
If you wish to use the nouveau driver (installed by default in Debian), be sure to not select "Nvidia" in the installation options. If you select this option, the NVIDIA installer part will attempt to blacklist nouveau; while Hyprland will still be installed, it will skip blacklisting nouveau if you don't select the NVIDIA option.
Caution
If you are using FISH SHELL, DO NOT use this function. Clone and run install.sh instead
- you can use this command to automatically clone the installer and ran the script for you
- NOTE:
curl
package is required before running this command
sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Debian-Hyprland/main/auto-install.sh)
clone this repo, change directory, make executable and run the script:
git clone --depth=1 https://github.com/JaKooLit/Debian-Hyprland.git ~/Debian-Hyprland
cd ~/Debian-Hyprland
chmod +x install.sh
./install.sh
-
SUPER H for HINT or click on the waybar HINT! Button
-
Head over to KooL Hyprland WIKI
-
if you installed in your laptop and Brightness and Keyboard brightness does not work you can execute this command
sudo chmod +s $(which brightnessctl)
β¨ Packages that are manually downloaded and build. These packages will not be updated by apt and have to be manually updated
- Asus ROG asusctl
LINK
and superfxctlLINK
- swww
LINK
- hyprlock
LINK
#22 Aug 2024 - still not on repo - hypridle
LINK
#22 Aug 2024 - still not on repo - rofi-wayland
LINK
- wallust
LINK
Tip
To update to latest packages, re-running this script will auto update all. Script is configured to pull latest packages build for you.
- 11 March 2025, due to popular request, created a guided
uninstall.sh
script. USE this with caution as it may render your system unstable. - I will not be responsible if your system breaks
- The best still to revert to previous state of your system is via timeshift or snapper
Most common question I got is, Hey Ja, Why the heck it is taking long time to install? Other distro like Arch its only a minute or two. Why here takes like forever?!?!?
- Well, most of the core packages are downloaded and Build and compiled from SOURCE. Unlike Other distros, they already have prepacked binary that can just download and install.
- With this new update to Debian-Hyprland the current Hyprland-Dots are now compatible with Debian. This applies only to Debian, not ubuntu.
Note
This script does not setup audio. Kindly set up. If you have not, I recommend pipewire. sudo apt install -y pipewire
Head over to wiki Link WIKI
Keybinds CLICK
Tip
KooL Hyprland has a searchable keybind function via rofi. (SUPER SHIFT K) or right click the HINTS
waybar button
- for the install part, kindly open issue on this repo
- for the Pre-configured Hyprland dots / configuration, submit issue
here
- CD into Debian-Hyprland directory and then ran the below command.
- i.e.
./install-scripts/gtk-themes.sh
- to reinstall GTK Themes or ./install-scripts/sddm.sh
- to reinstall sddm
Important
DO NOT CD into install-scripts directory as script as it will fail. Scripts are designed to ran outside install-scripts directory for installation logging purposes.
- possibly adding gruvbox themes, cursors, icons
- reports from members of my discord, states that some users of nvidia are getting stuck on sddm login. credit to @Kenni Fix stated was
while in sddm press ctrl+alt+F2 or F3
log into your account
`lspci -nn`, find the id of your nvidia card
`ls /dev/dri/by-path` find the matching id
`ls -l /dev/dri/by-path` to check where the symlink points to
)
-
add "env = WLR_DRM_DEVICES,/dev/dri/cardX" to the ENVvariables config
~/.config/hypr/UserConfigs/ENVariables.conf
; X being where the symlink of the gpu points to -
more info from the hyprland wiki
Hyprland Wiki Link
-
reports from a member of discord for Nvidia for additional env's
-
remove # from the following env's on
env = GBM_BACKEND,nvidia-drm
env = WLR_RENDERER_ALLOW_SOFTWARE,1
Note
Auto start of Hyprland after login (no SDDM or GDM or any login managers)
- This was disabled a few days ago. (19 May 2024). This was because some users, after they used the Distro-Hyprland scripts with other DE (gnome-wayland or plasma-wayland), if they choose to login into gnome-wayland for example, Hyprland is starting.
- to avoid this, I disabled it. You can re-enable again by editing
~/.zprofile
. Remove all the # on the first lines - ROFI issues (scaling, unexplained scaling etc). This is most likely to experience if you are installing on a system where rofi is currently installed. To fix it uninstall rofi and install rofi-wayland .
sudo apt autoremove rofi
. - Install rofi-wayland with
cd ~/Debian-Hyprland
./install-scripts/rofi-wayland.sh
-
Rofi-wayland is compatible with x11 so no need to worry.
-
Does not work in Debian Bookworm
-
sddm blackscreen when log-out
-
Installing SDDM if or any other Login Manager installed. See
Issue 2 - SDDM
-
network is down or become unmanaged
This
might help
- join my discord channel
Discord
- Feel free to copy, re-distribute, and use this script however you want. Would appreciate if you give me some loves by crediting my work :)
- As stated above, these script does not contain actual config files. These are only the installer of packages
- If you want to contribute and/or test the Hyprland-Dotfiles (development branch),
Hyprland-Dots-Development
- Want to contribute on KooL-Hyprland-Dots Click
HERE
for a guide how to contribute - Want to contribute on This Installer? Click
HERE
for a guide how to contribute
Hyprland
Of course to Hyprland and @vaxerski for this awesome Dynamic Tiling Manager.
-
a Star on my Github repos would be nice π
-
Subscribe to my Youtube Channel YouTube
-
you can also give support through coffee's or btc π
or
Or you can donate cryto on my btc wallet :)
1N3MeV2dsX6gQB42HXU6MF2hAix1mqjo8i