aboutsummaryrefslogtreecommitdiff
path: root/files/imv_config
AgeCommit message (Collapse)Author
2019-08-25Add upscaling method commandSebastian Parborg
This works the same way as the existing scale command except that it changes the upscaling method. Also did some code reduction on the scaling command.
2019-08-23Fix out of date scaling command defaultsHarry Jeffery
2019-08-23Update default configHarry Jeffery
2017-11-29Write docs with asciidocHarry Jeffery
2017-11-29Make title+overlay configurableHarry Jeffery
Fixes #110
2017-11-29Rename 'remove' command -> 'close'Harry Jeffery
2017-11-28Add stay_fullscreen_on_focus_loss optionHarry Jeffery
Fixes #103
2017-11-28Rename cycle_input -> loop_inputHarry Jeffery
2017-11-28Rename list_at_exit -> list_files_at_exitHarry Jeffery
2017-11-28Tweak environment variable name for current pathHarry Jeffery
2017-11-28Allow aliases to be configuredHarry Jeffery
2017-11-28Tweak config option names & capitalisationHarry Jeffery
2017-11-28Simplify and refactor ini usageHarry Jeffery
Switch imv to use a more mature ini implementation, and also simplify the ini syntax in the config files.
2017-11-23Require <> around all keys in a bindHarry Jeffery
This is partly for consistency, party to resolve a bug where binding [ in the config file would trick the ini parser into thinking it was reading a section header, leading to the bind not being applied.
2017-11-23Provide default global config fileHarry Jeffery