From 912e8da0c8e4f3b199e02a1df1cbd4fb39a69206 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sat, 24 May 2025 12:45:26 -0400 Subject: [PATCH] Attempting to launch kitty with hyprctl in systemd unit --- files/systemd/user/terminal.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/systemd/user/terminal.service b/files/systemd/user/terminal.service index da56249..b46a4f3 100644 --- a/files/systemd/user/terminal.service +++ b/files/systemd/user/terminal.service @@ -7,7 +7,7 @@ After=graphical-session.target Type=exec # Repurpose XDG Autostart filtering ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "wlroots:sway:Wayfire:labwc:Hyprland" "" -ExecStart=/usr/bin/kitty +ExecStart=hyprctl dispatch exec [workspace special:terminal silent] /usr/bin/kitty Slice=app-graphical.slice [Install]