Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion applications/imv.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Name=Image Viewer
Exec=imv %F
Exec=sh -c 'imv -n "$1" "$(dirname "$1")"' sh %f
Icon=imv
Type=Application
MimeType=image/png;image/jpeg;image/jpg;image/gif;image/bmp;image/webp;image/tiff;image/x-xcf;image/x-portable-pixmap;image/x-xbitmap;
Expand Down
4 changes: 4 additions & 0 deletions migrations/1757273064.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
echo "Allow Image Viewer to see all images in directory and use arrow keys to navigate"

cp -f "$HOME/.local/share/omarchy/applications/imv.desktop" "$HOME/.local/share/applications/imv.desktop"