From b8c1f0f4ebc5deb25fdc9849624261b896c3323e Mon Sep 17 00:00:00 2001 From: krolxon Date: Mon, 4 Aug 2025 09:43:03 +0530 Subject: hyprland: use kanshi for auto-management of monitors --- .config/shell/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/shell/profile') diff --git a/.config/shell/profile b/.config/shell/profile index e5787ba..c290ffa 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -56,4 +56,4 @@ export MPD_PORT="6600" [ ! -s ~/.config/mpd/pid ] && mpd # Start graphical server on user's current tty if not already running. -[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC" +[ "$(tty)" = "/dev/tty1" ] && ! pidof -s hyprland >/dev/null 2>&1 && exec hyprland -- cgit v1.2.3