mirror of https://github.com/mjohanning99/sxiv.git
ec0203bd7e | ||
---|---|---|
exec | ||
icon | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
TODO | ||
autoreload_inotify.c | ||
autoreload_nop.c | ||
commands.c | ||
commands.lst | ||
config.def.h | ||
config.h | ||
config.h.diff | ||
image.c | ||
install.sh | ||
key-handler.diff | ||
main.c | ||
options.c | ||
sxiv.1 | ||
sxiv.desktop | ||
sxiv.h | ||
thumbs.c | ||
utf8.h | ||
util.c | ||
window.c |
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