diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-08-15 01:31:00 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-08-15 01:31:00 -0400 |
commit | d0f00ef6e25b6a2ccbd25c7a0be54eba582ecf05 (patch) | |
tree | 5225de776118aeb2f7f941c4d4159bfadbe2dd7d /.local/share/applications/file.desktop | |
parent | a9fc51d30ae06b3adcc6f89cbf4558df96ccc4ce (diff) |
Migrate xdg shortcuts to foot terminal
Diffstat (limited to '.local/share/applications/file.desktop')
-rw-r--r-- | .local/share/applications/file.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/applications/file.desktop b/.local/share/applications/file.desktop index 369bdc0..77ba386 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/local/bin/st -e lf %u +Exec=/usr/bin/foot -e lf %u |