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 | |
| parent | b13ae738e92c07faa4196ed784ecec6c4d817d5c (diff) | |
make desktop files use foot instead of alacritty or st
Diffstat (limited to '.local/share/applications')
| -rw-r--r-- | .local/share/applications/file.desktop | 2 | ||||
| -rw-r--r-- | .local/share/applications/text.desktop | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.local/share/applications/file.desktop b/.local/share/applications/file.desktop index f96213f..90fe682 100644 --- a/.local/share/applications/file.desktop +++ b/.local/share/applications/file.desktop @@ -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 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 |
