diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-09-02 23:34:01 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-09-02 23:34:01 -0400 |
commit | 43dbb32d741e11f8e06341f515944ec757d4578f (patch) | |
tree | c100c1a137e1668aa725ce6c0a94794f37b6a1c2 /.local/share | |
parent | 21bd4aae35ab8b3bd10216f76417567086c78abf (diff) |
Diffstat (limited to '.local/share')
-rw-r--r-- | .local/share/applications/lynx.desktop | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.local/share/applications/lynx.desktop b/.local/share/applications/lynx.desktop new file mode 100644 index 0000000..d89da4f --- /dev/null +++ b/.local/share/applications/lynx.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=Lynx Web Browser +Comment=Text-based web browser +Exec=/usr/bin/foot -e w3m -sixel %u +Categories=Network;WebBrowser; +MimeType=text/html; +Icon=utilities-terminal |