make desktop files use foot instead of alacritty or st

This commit is contained in:
krolxon 2025-09-20 17:52:43 +05:30
parent b13ae738e9
commit dfc725a1fd
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
[Desktop Entry]
Type=Application
Name=File Manager
Exec=/usr/bin/alacritty -e yazi %u
Exec=/usr/bin/footclient -e lf %u

View File

@ -1,4 +1,4 @@
[Desktop Entry]
Type=Application
Name=Text editor
Exec=/usr/local/bin/st -e nvim %u
Exec=foot -e nvim %u