Skip to content

zspher/hyprland-dot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyprland Dotfiles

personal dotfiles for a hyprland desktop

Install

install instructions
  • endeavoros was used as the base with no DE selected
  • install packages using install.sh
./install.sh

Misc

External Monitor Backlight Control

see backlight

  1. install ddcutil
  2. add user to i2c group (only if ddcutil <= 1.3)
  3. add i2c-dev kernel module (only if /dev/i2c-* are not loaded)

Git Config

  1. add username & email to git/config
    [user]
        email = <email>
        name = <username>
    

some issues & their solutions

can't detect .local domain resolution (avahi)

  1. systemctl enable --now avahi-daemon.service
  2. change contents of /etc/nsswitch.conf use sudoedit
hosts: mymachines mdns_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] files myhostname dns
  1. (firewalld) firewall-cmd --permanent --add-port=5353/udp

VM stuck in boot

  1. possible solution set kernel parameter ibt=off

About

dotfiles for a hyprland desktop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published