mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -05:00
Init:start-nix
This commit is contained in:
66
dotfiles/.local/share/oculante/config.json
vendored
Normal file
66
dotfiles/.local/share/oculante/config.json
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"accent_color": [255, 0, 75],
|
||||
"background_color": [30, 30, 30],
|
||||
"vsync": true,
|
||||
"force_redraw": false,
|
||||
"shortcuts": {
|
||||
"AlwaysOnTop": ["T"],
|
||||
"Fullscreen": ["F"],
|
||||
"InfoMode": ["I"],
|
||||
"EditMode": ["E"],
|
||||
"NextImage": ["Right"],
|
||||
"FirstImage": ["Home"],
|
||||
"LastImage": ["End"],
|
||||
"PreviousImage": ["Left"],
|
||||
"RedChannel": ["R"],
|
||||
"GreenChannel": ["G"],
|
||||
"BlueChannel": ["B"],
|
||||
"AlphaChannel": ["A"],
|
||||
"RGBChannel": ["U"],
|
||||
"RGBAChannel": ["C"],
|
||||
"ResetView": ["V"],
|
||||
"ZoomOut": ["Minus"],
|
||||
"ZoomIn": ["Equals"],
|
||||
"ZoomActualSize": ["Key1"],
|
||||
"ZoomDouble": ["Key2"],
|
||||
"ZoomThree": ["Key3"],
|
||||
"ZoomFour": ["Key4"],
|
||||
"ZoomFive": ["Key5"],
|
||||
"CompareNext": ["C", "LShift"],
|
||||
"PanLeft": ["LShift", "Left"],
|
||||
"PanRight": ["LShift", "Right"],
|
||||
"PanUp": ["LShift", "Up"],
|
||||
"PanDown": ["Down", "LShift"],
|
||||
"DeleteFile": ["Delete"],
|
||||
"ClearImage": ["Delete", "LShift"],
|
||||
"LosslessRotateRight": ["RBracket"],
|
||||
"LosslessRotateLeft": ["LBracket"],
|
||||
"Copy": ["C", "LControl"],
|
||||
"Paste": ["LControl", "V"],
|
||||
"Browse": ["LControl", "O"],
|
||||
"Quit": ["Q"],
|
||||
"ZenMode": ["Z"]
|
||||
},
|
||||
"keep_view": false,
|
||||
"max_cache": 30,
|
||||
"show_scrub_bar": false,
|
||||
"wrap_folder": true,
|
||||
"keep_edits": false,
|
||||
"title_format": "{APP} | {VERSION} | {FULLPATH}",
|
||||
"info_enabled": false,
|
||||
"edit_enabled": false,
|
||||
"show_checker_background": false,
|
||||
"show_minimap": false,
|
||||
"show_frame": false,
|
||||
"current_channel": "Rgba",
|
||||
"svg_scale": 1.0,
|
||||
"zen_mode": false,
|
||||
"theme": "Dark",
|
||||
"linear_mag_filter": false,
|
||||
"linear_min_filter": true,
|
||||
"use_mipmaps": true,
|
||||
"fit_image_on_window_resize": true,
|
||||
"zoom_multiplier": 1.0,
|
||||
"borderless": false,
|
||||
"min_window_size": [800, 800]
|
||||
}
|
||||
Reference in New Issue
Block a user