From dfc725a1fd38ff33b8b513c9118c6027ed0406fa Mon Sep 17 00:00:00 2001 From: krolxon Date: Sat, 20 Sep 2025 17:52:43 +0530 Subject: make desktop files use foot instead of alacritty or st --- .local/share/applications/text.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/share/applications/text.desktop') diff --git a/.local/share/applications/text.desktop b/.local/share/applications/text.desktop index 41ee05f..a47aff0 100644 --- a/.local/share/applications/text.desktop +++ b/.local/share/applications/text.desktop @@ -1,4 +1,4 @@ [Desktop Entry] Type=Application Name=Text editor -Exec=/usr/local/bin/st -e nvim %u +Exec=foot -e nvim %u -- cgit v1.2.3