Updated settings related to hyprland config

This commit is contained in:
2026-01-26 10:12:53 +05:30
parent d26f5bd30f
commit 508f764e0b

2
setup
View File

@@ -152,7 +152,7 @@ sed -n '/^##BASHPROFILE#$/,/^#BASHPROFILEEND#$/p' ~/arch_install3.sh | cut -c2-
#[[ -f ~/.bashrc ]] && . ~/.bashrc
#
#if [[ "$(tty)" = "/dev/tty1" ]]; then
# pgrep hyprland || hyprland
# pgrep hyprland || start-hyprland
#elif [[ "$(tty)" = "/dev/tty2" ]]; then
# pgrep dwm || startx
#fi