Order keepassxc settings and add some more
This commit is contained in:
parent
74877b885e
commit
d53ecc47b7
1 changed files with 8 additions and 5 deletions
|
@ -25,16 +25,19 @@
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.section }}.{{ item.option }}={{ item.value }}"
|
label: "{{ item.section }}.{{ item.option }}={{ item.value }}"
|
||||||
loop:
|
loop:
|
||||||
|
- {section: Browser, option: Enabled, value: "true"}
|
||||||
|
- {section: Browser, option: AlwaysAllowAccess, value: "true"}
|
||||||
|
- {section: Browser, option: AlwaysAllowUpdate, value: "true"}
|
||||||
- {section: General, option: AutoSaveAfterEveryChange, value: "true"}
|
- {section: General, option: AutoSaveAfterEveryChange, value: "true"}
|
||||||
- {section: General, option: LastOpenedDatabases, value: "{{ home }}/Private/KeePass/Password Safe.kdbx"}
|
- {section: General, option: LastOpenedDatabases, value: "{{ home }}/Private/Keepass/Password Safe.kdbx"}
|
||||||
|
- {section: General, option: LastActiveDatabase, value: "{{ home }}/Private/Keepass/Password Safe.kdbx"}
|
||||||
- {section: General, option: SingleInstance, value: "true"}
|
- {section: General, option: SingleInstance, value: "true"}
|
||||||
- {section: Http, option: Enabled, value: "false"}
|
- {section: generator, option: Length, value: 100}
|
||||||
- {section: GUI, option: AdvancedSettings, value: "true"}
|
- {section: GUI, option: AdvancedSettings, value: "true"}
|
||||||
- {section: GUI, option: ShowTrayIcon, value: "true"}
|
- {section: GUI, option: ShowTrayIcon, value: "true"}
|
||||||
- {section: GUI, option: MinimizeToTray, value: "true"}
|
- {section: GUI, option: MinimizeToTray, value: "true"}
|
||||||
- {section: GUI, option: MinimizeOnStartup, value: "true"}
|
- {section: GUI, option: MinimizeOnStartup, value: "true"}
|
||||||
- {section: GUI, option: MinimizeOnClose, value: "true"}
|
- {section: GUI, option: MinimizeOnClose, value: "true"}
|
||||||
|
- {section: Http, option: Enabled, value: "false"}
|
||||||
- {section: security, option: lockdatabasescreenlock, value: "true"}
|
- {section: security, option: lockdatabasescreenlock, value: "true"}
|
||||||
- {section: Browser, option: Enabled, value: "true"}
|
- {section: security, option: clearclipboardtimeout, value: 60}
|
||||||
- {section: Browser, option: AlwaysAllowAccess, value: "true"}
|
|
||||||
- {section: Browser, option: AlwaysAllowUpdate, value: "true"}
|
|
||||||
|
|
Loading…
Reference in a new issue