diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-09-03 20:00:27 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-09-03 20:00:27 +0100 |
commit | 57fd6ef51ed69636280561461eb3f6b71e4fad3d (patch) | |
tree | c69bcd6b79b6f5d0a115fe89f138a4c14ee54a15 /.local/share/applications/ranger.desktop | |
parent | 247b28c6878786cc1cf7be6e9635edd8cb4a4c51 (diff) |
Default terminal changed to Kitty
Diffstat (limited to '.local/share/applications/ranger.desktop')
-rw-r--r-- | .local/share/applications/ranger.desktop | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/share/applications/ranger.desktop b/.local/share/applications/ranger.desktop index 9349844..e3f8672 100644 --- a/.local/share/applications/ranger.desktop +++ b/.local/share/applications/ranger.desktop @@ -1,7 +1,8 @@ [Desktop Entry] Type=Application Terminal=false -Exec=foot -a ranger -e ranger +# Exec=foot -a ranger -e ranger +Exec=kitty --class ranger -e ranger Name=Ranger GenericName=File manager Comment=Launches the ranger file manager |