diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-01-10 20:48:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-10 20:48:31 -0500 |
| commit | 7394c29a82f80b8dc67d39574d0e69c84f0cd258 (patch) | |
| tree | c331c9651a6f9760c58d387ace467456e89f4e0c | |
| parent | b40178c86dd993a798867596ef170959afb04dda (diff) | |
| parent | a8a183aaf089592ca71dce588eb9c6a1360fd21a (diff) | |
| download | eibhear-7394c29a82f80b8dc67d39574d0e69c84f0cd258.tar.gz eibhear-7394c29a82f80b8dc67d39574d0e69c84f0cd258.tar.zst eibhear-7394c29a82f80b8dc67d39574d0e69c84f0cd258.zip | |
Merge pull request #179 from LoganDungeon/patch-1
corrected description name in sxiv.desktop
| -rw-r--r-- | .local/share/applications/sxiv.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/applications/sxiv.desktop b/.local/share/applications/sxiv.desktop index fa810f2..a9ae0b6 100644 --- a/.local/share/applications/sxiv.desktop +++ b/.local/share/applications/sxiv.desktop @@ -1,4 +1,4 @@ [Desktop Entry] Type=Application -Name=feh image viewer +Name=sxiv image viewer Exec=/usr/bin/sxiv -a %u |
