personal dotfiles for a hyprland desktop
- Window Manager • hyprland
- Shell • zsh w/ starship
- Terminal • kitty
- Panel • waybar
- Notify Daemon • swaync
- Launcher • rofi
install instructions
- endeavoros was used as the base with no DE selected
- install packages using install.sh
./install.sh
see backlight
- install
ddcutil
- add user to
i2c
group (only if ddcutil <= 1.3) - add
i2c-dev
kernel module (only if/dev/i2c-*
are not loaded)
- add
username
&email
togit/config
[user] email = <email> name = <username>
systemctl enable --now avahi-daemon.service
- change contents of
/etc/nsswitch.conf
use sudoedit
hosts: mymachines mdns_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] files myhostname dns
- (firewalld)
firewall-cmd --permanent --add-port=5353/udp
- possible solution set kernel parameter
ibt=off