1
Fork 0
config/keepass
2024-04-13 05:15:43 -04:00
..
README.md keepass: add KeeOtp2 2024-04-13 05:15:43 -04:00

KeePass

Plugins

Config

Manually merge the following into KeePass.config.xml:

<?xml version="1.0" encoding="utf-8"?>
<Configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<MainWindow>
		<CloseButtonMinimizesWindow>true</CloseButtonMinimizesWindow>
		<EscAction>MinimizeToTray</EscAction>
		<MinimizeToTray>true</MinimizeToTray>
		<CopyUrlsInsteadOfOpening>true</CopyUrlsInsteadOfOpening>
	</MainWindow>
	<UI>
		<ShowAdvAutoTypeCommands>true</ShowAdvAutoTypeCommands>
	</UI>
	<Security>
		<MasterKeyOnSecureDesktop>true</MasterKeyOnSecureDesktop>
	</Security>
	<PasswordGenerator>
		<UserProfiles>
			<Profile>
				<Name>Good</Name>
				<GeneratorType>CharSet</GeneratorType>
				<Length>30</Length>
				<CharSetRanges>ULDS_musB_</CharSetRanges>
			</Profile>
		</UserProfiles>
	</PasswordGenerator>
	<Integration>
		<AutoTypeAlwaysShowSelDialog>true</AutoTypeAlwaysShowSelDialog>
	</Integration>
	<Custom>
		<Item>
			<Key>WebAutoType.AutoSkipUserName</Key>
			<Value>true</Value>
		</Item>
	</Custom>
</Configuration>