From 7940fb46d2ca4d1c6446fff897cd291e3ccee19a Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Fri, 27 Jun 2025 09:12:22 -0400 Subject: [PATCH] Removed system wide autostart for terminal. --- files/system/etc/xdg/autostart/kitty.desktop | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 files/system/etc/xdg/autostart/kitty.desktop diff --git a/files/system/etc/xdg/autostart/kitty.desktop b/files/system/etc/xdg/autostart/kitty.desktop deleted file mode 100644 index 3885177..0000000 --- a/files/system/etc/xdg/autostart/kitty.desktop +++ /dev/null @@ -1,16 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Name=kitty -GenericName=Terminal emulator -Comment=Fast, feature-rich, GPU based terminal -TryExec=kitty -StartupNotify=true -Exec=/usr/bin/hyprctl dispatch exec [workspace special:terminal silent] /usr/bin/kitty -Icon=kitty -Categories=System;TerminalEmulator; -X-TerminalArgExec=-- -X-TerminalArgTitle=--title -X-TerminalArgAppId=--class -X-TerminalArgDir=--working-directory -X-TerminalArgHold=--hold \ No newline at end of file