From 97c7c409510996c22b8f2205b10294ad3e14840a Mon Sep 17 00:00:00 2001 From: krolxon Date: Thu, 1 Jan 2026 21:54:39 +0530 Subject: conform to new hyprland config format --- .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 36327a3..c168882 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -57,4 +57,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 hyprland >/dev/null 2>&1 && exec hyprland +[ "$(tty)" = "/dev/tty1" ] && ! pidof -s hyprland >/dev/null 2>&1 && exec start-hyprland -- cgit v1.2.3