pqiv: add extraConfig option

This commit is contained in:
Lin Xianyi 2024-03-10 17:20:21 +08:00 committed by GitHub
parent fe4180ad3f
commit 36f873dfc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 38 additions and 10 deletions

View file

@ -10,6 +10,10 @@
thumbnail-size = "256x256";
};
};
extraConfig = ''
[keybindings]
t { montage_mode_enter() }
'';
};
nmt.script = ''
@ -19,6 +23,10 @@
[options]
hide-info-box=1
thumbnail-size=256x256
[keybindings]
t { montage_mode_enter() }
''
}
'';