Update and debug hyprland due to new version

This commit is contained in:
2026-01-09 05:52:10 +01:00
parent 07a9659b7e
commit 6cec214598
7 changed files with 24 additions and 20 deletions

View File

@@ -23,7 +23,7 @@
[[ "$TERM" == "xterm-kitty" ]] && export TERM="xterm-256color"
[[ -f ${pkgs.nitch}/bin/nitch ]] && nitch
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
hyprland --config /etc/xdg/hypr/hyprland.conf
start-hyprland -- --config /etc/xdg/hypr/hyprland.conf
fi
'';
};