diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-09-20 17:52:43 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-09-20 17:52:43 +0530 |
| commit | dfc725a1fd38ff33b8b513c9118c6027ed0406fa (patch) | |
| tree | b7637d03561d4dd0981d687a56c33b30862aee28 /.local/share/applications/text.desktop | |
| parent | b13ae738e92c07faa4196ed784ecec6c4d817d5c (diff) | |
make desktop files use foot instead of alacritty or st
Diffstat (limited to '.local/share/applications/text.desktop')
| -rw-r--r-- | .local/share/applications/text.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
