wallbash_720p.mp4
This GitHub repository is a fork of the HyprDots project, specifically adapted for Debian. As a fork, it introduces new features and enhancements that, in my view, improve upon the original project. As a fork there are also some features that might not work due to the difficulty to test everything and the need to adapt, if you find a bug or a feature that doesn't work, feel free to open an issue about it.
Notably, this fork includes the following key changes:
- Alacritty as the default terminal emulator.
- Qwerty-Fr as the default keyboard.
- VsCodium as the default text-editor.
- Webcord as the default Discord desktop application.
- Hyprlock as the default screen locker.
Initially, this project was intended to remain compatible with the current version of HyprDots. However, as development progressed, maintaining compatibility became difficult.
The installation script is designed for a minimal Debian SID install, but may work on some Debian-based distros. While installing HyDE alongside another DE/WM should work, due to it being a heavily customized setup, it will conflict with your GTK/Qt theming, Shell, SDDM, GRUB, etc. and is at your own risk.
Important
For now, support of NVIDIA cards is disabled. You can install these drivers for Debian following several tutorials online.
After a clean install, on Debian, change your apt sources to unstable and update:
echo -e "deb http://deb.debian.org/debian/ unstable main non-free-firmware non-free\ndeb-src http://deb.debian.org/debian/ unstable main non-free-firmware non-free" | sudo tee /etc/apt/sources.list
sudo apt update && sudo apt dist-upgrade
You can change the link to your preferred debian mirror. At this point, you might want to reboot to avoid any problems. Then execute the following commands to install hyprdots:
git clone --depth 1 https://github.com/iiztp/hyprdots-debian.git ~/HyDE
cd ~/HyDE/Scripts
./install.sh
Tip
You can also add any other apps you wish to install alongside HyDE to Scripts/custom_apps.lst
and pass the file as a parameter to install it like so:
./install.sh custom_apps.lst
Please reboot after the install script completes and takes you to the SDDM login screen (or black screen) for the first time. For more details, please refer to the installation wiki for Arch Linux.
To update HyDE, you will need to pull the latest changes from GitHub and restore the configs by running the following commands:
cd ~/HyDE/Scripts
git pull
./install.sh -r
Important
Please note that any configurations you made will be overwritten if listed to be done so as listed by Scripts/restore_cfg.lst
.
However, all replaced configs are backed up and may be recovered from in ~/.config/cfg_backups
.
All our official themes are stored in a separate repository, allowing users to install them using themepatcher. For more information, visit prasanthrangan/hyde-themes.
Tip
Everyone, including you can create, maintain, and share additional themes, all of which can be installed using themepatcher! To create your own custom theme, please refer to the theming wiki. If you wish to have your hyde theme showcased, or you want to find some non-official themes, visit kRHYME7/hyde-gallery!
Keys | Action |
---|---|
Super + Shift + Q Alt + F4 |
Close focused window |
Super + Shift+ E | Kill Hyprland session |
Super + W | Toggle the window between focus and float |
Super + G | Toggle the window between focus and group |
Super + slash | Launch keybinds hint |
Alt + Enter | Toggle the window between focus and fullscreen |
Super + U | Launch lock screen |
Super + Shift + T | Toggle pin on focused window |
Super + X | Launch logout menu |
Ctrl + Alt + W | Toggle waybar |
Super + Enter | Launch terminal emulator (alacritty) |
Super + F | Launch file manager (dolphin) |
Super + T | Launch text editor (vscode) |
Super + B | Launch web browser (firefox) |
Ctrl + Shift + Esc | Launch system monitor (htop/btop or fallback to top) |
Super + D | Launch application launcher (rofi) |
Super + Tab | Launch window switcher (rofi) |
Super + Shift + F | Launch file explorer (rofi) |
F10 | Toggle audio mute |
F11 | Decrease volume |
F12 | Increase volume |
Super + P | Partial screenshot capture |
PrtScn | Partial screenshot capture (frozen screen) |
Super + Shift + P | Monitor screenshot capture |
Super + Alt + P | All monitors screenshot capture |
Super + Alt + G | Disable hypr effects for gamemode |
Super + Alt + →← | Cycle wallpaper |
Super + Alt + ↑↓ | Cycle waybar mode |
Super + Shift + R | Launch wallbash mode select menu (rofi) |
Super + Shift + T | Launch theme select menu (rofi) |
Super + Shift + A | Launch style select menu (rofi) |
Super + Shift + W | Launch wallpaper select menu (rofi) |
Super + V | Launch clipboard (rofi) |
Super + K | Switch keyboard layout |
Super + ←→↑↓ | Move window focus |
Alt + Tab | Change window focus |
Super + [0-9] | Switch workspaces |
Super + Ctrl + ←→ | Switch workspaces to a relative workspace |
Super + Ctrl + ↓ | Move to the first empty workspace |
Super + Shift + ←→↑↓ | Resize windows |
Super + Shift + [0-9] | Move focused window to a relative workspace |
Super + Shift + Ctrl + ←→↑↓ | Move focused window (tiled/floating) around the current workspace |
Super + MouseScroll | Scroll through existing workspaces |
Super + LeftClick Super + Z |
Move focused window |
Super + RightClick Super + X |
Resize focused window |
Super + Alt + S | Move/Switch to special workspace (scratchpad) |
Super + S | Toggle to special workspace |
Super + J | Toggle focused window split |
Super + Alt + [0-9] | Move focused window to a workspace silently |
Super + Ctrl + H | Move between grouped windows backward |
Super + Ctrl + L | Move between grouped windows forward |