diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2023-07-15 18:57:12 +0200 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2023-07-15 18:57:12 +0200 |
| commit | 9a85d328ccf29f4cebb104e4eeeba1b20a896f6b (patch) | |
| tree | 6d70de1c7aa196d678e9c63dfe57262d656ea68c /.local/share | |
| parent | 07de33840d9ce0f554c0e5555ac27250be0895c2 (diff) | |
| download | eibhear-9a85d328ccf29f4cebb104e4eeeba1b20a896f6b.tar.gz eibhear-9a85d328ccf29f4cebb104e4eeeba1b20a896f6b.tar.zst eibhear-9a85d328ccf29f4cebb104e4eeeba1b20a896f6b.zip | |
nsxiv replaces unmaintained sxiv
Diffstat (limited to '.local/share')
| -rw-r--r-- | .local/share/applications/img.desktop | 2 | ||||
| -rw-r--r-- | .local/share/larbs/getkeys/nsxiv (renamed from .local/share/larbs/getkeys/sxiv) | 13 |
2 files changed, 7 insertions, 8 deletions
diff --git a/.local/share/applications/img.desktop b/.local/share/applications/img.desktop index 42aa81e..5783107 100644 --- a/.local/share/applications/img.desktop +++ b/.local/share/applications/img.desktop @@ -1,4 +1,4 @@ [Desktop Entry] Type=Application Name=Image viewer -Exec=/usr/bin/sxiv -a %f +Exec=/usr/bin/nsxiv -a %f diff --git a/.local/share/larbs/getkeys/sxiv b/.local/share/larbs/getkeys/nsxiv index df5cb1e..176a65a 100644 --- a/.local/share/larbs/getkeys/sxiv +++ b/.local/share/larbs/getkeys/nsxiv @@ -1,9 +1,8 @@ - _ - _____ _(_)_ __ -/ __\ \/ / \ \ / / -\__ \> <| |\ V / -|___/_/\_\_| \_/ -sxiv is the image viewer. + _ __ _____ _(_)_ __ +| '_ \/ __\ \/ / \ \ / / +| | | \__ \> <| |\ V / +|_| |_|___/_/\_\_| \_/ +nsxiv is the image viewer. h/j/k/l - Pan image -/+ - Zoom out/in Enter - Toggle thumbnail mode @@ -12,4 +11,4 @@ sxiv is the image viewer. r - Reload image if changed m - Mark/unmark image w - Zoom to fit window - ctrl-x - Run external command (see ~/.config/sxiv/exec/key-handler for options) + ctrl-x - Run external command (see ~/.config/nsxiv/exec/key-handler for options) |
