Go to file
Marvin Johanning ec0203bd7e Add arrow key keybindings 2020-05-29 19:06:27 +02:00
exec Initial commit 2020-04-02 13:04:10 +02:00
icon Initial commit 2020-04-02 13:04:10 +02:00
.gitignore Add config.h 2020-04-04 12:04:50 +02:00
LICENSE Initial commit 2020-04-02 13:04:10 +02:00
Makefile Initial commit 2020-04-02 13:04:10 +02:00
README.md Update README, add .diff files 2020-04-05 09:51:44 +02:00
TODO Initial commit 2020-04-02 13:04:10 +02:00
autoreload_inotify.c Initial commit 2020-04-02 13:04:10 +02:00
autoreload_nop.c Initial commit 2020-04-02 13:04:10 +02:00
commands.c Initial commit 2020-04-02 13:04:10 +02:00
commands.lst Initial commit 2020-04-02 13:04:10 +02:00
config.def.h Initial commit 2020-04-02 13:04:10 +02:00
config.h Add arrow key keybindings 2020-05-29 19:06:27 +02:00
config.h.diff Update .diff files 2020-04-05 09:55:58 +02:00
image.c Initial commit 2020-04-02 13:04:10 +02:00
install.sh Update installer 2020-04-02 13:52:56 +02:00
key-handler.diff Update .diff files 2020-04-05 09:55:58 +02:00
main.c Initial commit 2020-04-02 13:04:10 +02:00
options.c Initial commit 2020-04-02 13:04:10 +02:00
sxiv.1 Initial commit 2020-04-02 13:04:10 +02:00
sxiv.desktop Initial commit 2020-04-02 13:04:10 +02:00
sxiv.h Initial commit 2020-04-02 13:04:10 +02:00
thumbs.c Initial commit 2020-04-02 13:04:10 +02:00
utf8.h Initial commit 2020-04-02 13:04:10 +02:00
util.c Initial commit 2020-04-02 13:04:10 +02:00
window.c Initial commit 2020-04-02 13:04:10 +02:00

README.md

Marvin's build of sxiv

This is my build of sxiv. It includes some key-remappings, an installer to automatically install the key-handler file into the correct directory and has starts up at a 16:9 resolution (the original started at a 4:3 resolution). The code that has been changed can be found in the appropriate .diff files (config.h.diff and key-handler.diff).

Installation

The program can be installed by running the installer.sh file; this will automatically install the program and copy the exec/ folder to the appropriate place. You may also install the program using make and copy the exec/ folder to its appropriate location (~/.config/sxiv/exec/) manually.

Original source code

The original program can be found on muennich's Github page: https://github.com/muennich/sxiv