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