Faqs
HyDE CLi
Activate Shell-completions
If shell completions are not working, you can manually source them from the terminal. You can also persist the changes by adding the snippet at the end of your .zshrc
, .bashrc
.
Bash
Zsh
Images are not being shown in the terminal
Make sure your terminal supports images. If you are using a terminal emulator that does not support images, you can use a terminal emulator that does, such as kitty
.
HyDE
HyDE related questions, Hyprland related questions should be referenced to Hyprland Wiki
How do I change wallpaper to custom wallpaper?
How do I screen record?
You can screen record using the following two wayland based recording packages.
wl-screenrec
or wf-recorder
or kooha
How do I set my own preferences?
You can set your Hyprland preferences in ~/.config/hypr/userprefs.conf
. These settings are retained even when updating the repository.
How do I update my dotfiles to the latest?
How do I set my monitor resolution and refresh rate?
You can set the monitor resolution and refresh rate in ~/.config/hypr/monitors.conf
monitor = DP-1,2560x1440@144,0x0, 1
>> The @ set’s the refresh rate
How do I remove the pokemon characters or change the terminal startup intro?
You need to edit the .zshrc file in your home directory at ~/.zshrc
- Open a terminal
- nano .zshrc / or your favorite editor
- add a # to line 158 where pokemon-colorscripts —no-title -r 1,3,6
- CRTL + X and save
How do I edit the sddm wallpaper or settings?
-
Change Wallpaper You need to manually run the script
~/.config/hypr/sddmwall.sh
on the wallpaper you want for the login screen, you can select the wallpaper from the themes and make sure it is the current swww wallpaper. -
Change SDDM settings (colors, background, date format, font) can be configured in
/usr/share/sddm/themes/corners/theme.conf
if you want to modify the structure then you’ll have to modify the qml files in /usr/share/sddm/themes/corners/components
How can I change keyboard layout?
You can change the keyboard layout by adding the keyboard layouts to the Hyprland.conf in ~/.config/hypr/
Then use the keyboard bind Super + K
How do I get my wallpapers to load in Themeselect or WallpaperSwitch?
If your wallpapers are not loading run the script create_cache.sh in the HyDE repository that was cloned.
~/HyDE/Scripts/create_cache.sh
How do I edit the waybar?
You can set your required modules in this file - ~/.config/waybar/config.ctl
Refer to the theming documentation here in the Wiki. Waybar
How do I remove the blur on waybar?
You can remove the blur on waybar by removing blurls = waybar in the themes directory by commenting the line at the end of each theme.conf
file.
Themes Directory: ~/.config/hypr/themes/
How do I launch the gamebar shown in the preview?
You’ll need steam game or lutris library installed, and then run this:
~/.config/hypr/scripts/gamelauncher.sh
How can I launch it on app launcher
Find the .desktop entry using this handy command find /usr/share/applications -name ‘*code.desktop’ image
You should copy then edit the .desktop entry of each application to ~/.local/share/applications/
Find the Exec = part then add the flags
image
📢 Remember, if you’re looking to edit or create a .desktop file, it’s a good practice to place it in ~/.local/share/applications/ to avoid modifying >system-wide files. This ensures that your changes are user-specific and do not require administrative privileges
Here is the wiki on how to deal with .desktop entries.
Xwayland(👹)
Please navigate to the Hyprland wiki for the explanation.
XWayland Note that if the application does not support Wayland, HyDE, Hyprland and Wayland itself don’t have powers to magically fixed the issue! Do not report this as an issue, try to open questions on the Discussion panel for help.
Known Issues
- Few scaling issues with rofi configs, as they are created based on my ultrawide (21:9) display.
- Random lockscreen crash, refer https://github.com/swaywm/sway/issues/7046
- Waybar launching rofi breaks mouse input (added sleep 0.1 as workaround), refer https://github.com/Alexays/Waybar/issues/1850
- Flatpak QT apps do not follow system theme