hamburgerghini1 / hyprland-dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hyprland Configuration Files by Titus

Screenshot

Installation

Ensure base-devel is installed before proceeding

Yay

Important: Execute the following commands as a regular user, NOT as root!

git clone https://aur.archlinux.org/yay-bin
cd yay-bin
makepkg -si

Required Packages

yay -S hyprland polkit-gnome ffmpeg neovim viewnior rofi      \
pavucontrol thunar starship wl-clipboard wf-recorder swaybg   \
grimblast-git ffmpegthumbnailer tumbler playerctl             \
noise-suppression-for-voice thunar-archive-plugin kitty       \
waybar-hyprland wlogout swaylock-effects sddm-git pamixer     \
nwg-look-bin nordic-theme papirus-icon-theme dunst otf-sora   \
ttf-nerd-fonts-symbols-common otf-firamono-nerd inter-font    \
ttf-fantasque-nerd noto-fonts noto-fonts-emoji ttf-comfortaa  \
ttf-jetbrains-mono-nerd ttf-icomoon-feather ttf-iosevka-nerd  \
adobe-source-code-pro-fonts brightnessctl hyprpicker-git
  • If you are getting error 4 related with payload and client.cpp while building waybar-hyprland-git download PKGBUILD and enter this code in build() section: sed -i '10 i #include <stdexcept>\n#include <string>' include/modules/sway/ipc/client.hpp then build (makepkg -si)

Important Notes

  • It is recommended to use archinstall with Sway as the desktop environment for the base installation.
  • SDDM-GIT is required to avoid shutdown bugs and delays.
  • Configure SDDM for autologin (for security, use swaylock at the beginning of the script).
  • Replace xdg-desktop-portal-wlr with xdg-desktop-portal-hyprland-git.

Known Issues

  • Hyprland is in beta (version 0.2) at the time of creating these configuration files.
  • Occasionally, the RX5700XT may go to sleep and require a reload due to a stuck black screen.

References

About


Languages

Language:Shell 85.0%Language:Python 11.2%Language:CSS 3.8%