From 877a05bfbda6a65228332345dea94a9244b3ed8c Mon Sep 17 00:00:00 2001 From: odrling Date: Wed, 31 Jan 2024 16:11:31 +0100 Subject: [PATCH] [mimeapps] bind inode/directory to foot --- .config/mimeapps.list | 1 + .local/share/applications/foot-explorer.desktop | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .local/share/applications/foot-explorer.desktop diff --git a/.config/mimeapps.list b/.config/mimeapps.list index 43ad145..a64b231 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -26,6 +26,7 @@ x-scheme-handler/jetbrains=jetbrains-toolbox.desktop application/x-bittorrent=torrent.desktop video/x-msvideo=mpv.desktop video/webm=mpv.desktop +inode/directory=foot-explorer.desktop [Added Associations] x-scheme-handler/http=firefox.desktop; diff --git a/.local/share/applications/foot-explorer.desktop b/.local/share/applications/foot-explorer.desktop new file mode 100644 index 0000000..afc1df9 --- /dev/null +++ b/.local/share/applications/foot-explorer.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=Application +Exec=foot -D %f +Icon=foot +Terminal=false +Categories=System;TerminalEmulator; +Keywords=shell;prompt;command;commandline; + +Name=Foot +GenericName=Terminal +Comment=A wayland native terminal emulator +StartupWMClass=foot