diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-01 16:55:32 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-01 16:55:32 +0900 |
| commit | 21010d179f3a7d1a18f1b70c35db5425929c1766 (patch) | |
| tree | 3405ab55143dc1b13cb3b47aeff488ba4b2a39ba /global | |
| parent | 5cae0c221f57c3ca07ade4aa513b3fa22f61ca52 (diff) | |
updates
Diffstat (limited to 'global')
| -rw-r--r-- | global/.local/share/applications/html.desktop | 2 | ||||
| -rw-r--r-- | global/.local/share/applications/slide.desktop | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/global/.local/share/applications/html.desktop b/global/.local/share/applications/html.desktop index 3f08de6..c009841 100644 --- a/global/.local/share/applications/html.desktop +++ b/global/.local/share/applications/html.desktop @@ -1,4 +1,4 @@ [Desktop Entry] Type=Application Name=Html Viewer -Exec=/usr/bin/w3m %u +Exec=/usr/bin/lynx %u diff --git a/global/.local/share/applications/slide.desktop b/global/.local/share/applications/slide.desktop index 31f2ab3..32675bf 100644 --- a/global/.local/share/applications/slide.desktop +++ b/global/.local/share/applications/slide.desktop @@ -1,4 +1,5 @@ [Desktop Entry] Type=Application Name=Slides Viewer +MimeType=text/markdown;text/x-markdown; Exec=/usr/local/bin/st -e slides %f |
