Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

mods.keepassxc.enable

Enables the piper program and its daemon

Type: boolean

Default: true

Example: false

mods.keepassxc.cacheConfig

Cache config to be used.

Type: strings concatenated with “\n”

Default: ""

Example:

''
  [General]
  LastDatabases=/path/to/database
''

mods.keepassxc.config

Cache config to be used.

Type: strings concatenated with “\n”

Default:

''
  [General]
  ConfigVersion=2
  
  [Browser]
  Enabled=true
  
  [GUI]
  ApplicationTheme=classic
  HidePasswords=true
  MinimizeOnClose=true
  MinimizeToTray=true
  ShowTrayIcon=true
  TrayIconAppearance=monochrome-light
  
  [PasswordGenerator]
  Length=30
  
  [Security]
  EnableCopyOnDoubleClick=true
''

Example: ""

mods.keepassxc.useCacheConfig

Whether to overwrite the cache config of keepassxc. Note, this means that changes can’t be applied via the program anymore!

Type: boolean

Default: false

Example: true

mods.keepassxc.useConfig

Whether to overwrite the config of keepassxc. Note, this means that changes can’t be applied via the program anymore!

Type: boolean

Default: true

Example: false