chore(images): Swap to eog
Some checks failed
Docs / Build (push) Failing after 3m0s

This commit is contained in:
DashieTM 2025-12-20 14:41:57 +01:00
parent afaba29554
commit 9b35bd9f1f
4 changed files with 21 additions and 45 deletions

View file

@ -31,7 +31,7 @@
];
image = [
{
run = ''imv "$@"'';
run = ''eog "$@"'';
orphan = true;
display_name = "Open";
}