diff options
author | Joe <rbo@gmx.us> | 2025-09-08 01:50:12 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-09-08 01:50:12 +0200 |
commit | 291b5f15d94815f45b41f805fe41f6b20dd25799 (patch) | |
tree | 4dc72eff958c9772228ee6737a868ac8f2ecf6af /.local/share/applications | |
parent | up (diff) | |
download | dotfiles-bsd-291b5f15d94815f45b41f805fe41f6b20dd25799.tar.gz dotfiles-bsd-291b5f15d94815f45b41f805fe41f6b20dd25799.tar.bz2 dotfiles-bsd-291b5f15d94815f45b41f805fe41f6b20dd25799.tar.xz dotfiles-bsd-291b5f15d94815f45b41f805fe41f6b20dd25799.tar.zst dotfiles-bsd-291b5f15d94815f45b41f805fe41f6b20dd25799.zip |
finaly
Diffstat (limited to '.local/share/applications')
-rw-r--r-- | .local/share/applications/bat-joe.desktop | 4 | ||||
-rw-r--r-- | .local/share/applications/nsxiv-joe.desktop | 8 |
2 files changed, 12 insertions, 0 deletions
diff --git a/.local/share/applications/bat-joe.desktop b/.local/share/applications/bat-joe.desktop new file mode 100644 index 0000000..0fa2670 --- /dev/null +++ b/.local/share/applications/bat-joe.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=bat joe +Exec=bat --tabs 4 --paging=always -f %F diff --git a/.local/share/applications/nsxiv-joe.desktop b/.local/share/applications/nsxiv-joe.desktop new file mode 100644 index 0000000..f105b30 --- /dev/null +++ b/.local/share/applications/nsxiv-joe.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=nsxiv joe +GenericName=Image Viewer +Exec=nsxiv -abo %F +MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/png;image/tiff;image/x-bmp;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-tga;image/x-xpixmap;image/webp;image/heic;image/svg+xml;application/postscript;image/jp2;image/jxl;image/avif;image/heif; +NoDisplay=true +Icon=nsxiv |