pqiv: add extraConfig option
This commit is contained in:
parent
fe4180ad3f
commit
36f873dfc8
2 changed files with 38 additions and 10 deletions
|
|
@ -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() }
|
||||
|
||||
''
|
||||
}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue