fix directory structure
This commit is contained in:
parent
cfe9358624
commit
7e7ce2bd40
3 changed files with 10 additions and 6 deletions
5
roles/system/files/Xresources
Normal file
5
roles/system/files/Xresources
Normal file
|
@ -0,0 +1,5 @@
|
|||
i3-wm.binding.split_h: c
|
||||
i3-wm.binding.launcher.app: d
|
||||
|
||||
i3-wm.binding.display: F1
|
||||
i3-wm.binding.settings: F2
|
36
roles/system/files/keepassxc.ini
Normal file
36
roles/system/files/keepassxc.ini
Normal file
|
@ -0,0 +1,36 @@
|
|||
[General]
|
||||
ConfigVersion=1
|
||||
|
||||
[Browser]
|
||||
CustomProxyLocation=
|
||||
Enabled=true
|
||||
|
||||
[FdoSecrets]
|
||||
Enabled=false
|
||||
|
||||
[GUI]
|
||||
MinimizeOnClose=true
|
||||
MinimizeOnStartup=true
|
||||
ShowTrayIcon=true
|
||||
TrayIconAppearance=colorful
|
||||
|
||||
[KeeShare]
|
||||
Active="<?xml version=\"1.0\"?>\n<KeeShare xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n <Active/>\n</KeeShare>\n"
|
||||
Foreign="<?xml version=\"1.0\"?>\n<KeeShare xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n <Foreign/>\n</KeeShare>\n"
|
||||
Own="<?xml version=\"1.0\"?>\n<KeeShare xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n <PrivateKey/>\n <PublicKey/>\n</KeeShare>\n"
|
||||
QuietSuccess=true
|
||||
|
||||
[PasswordGenerator]
|
||||
AdditionalChars=
|
||||
AdvancedMode=false
|
||||
ExcludedChars=
|
||||
Length=40
|
||||
SpecialChars=false
|
||||
UpperCase=true
|
||||
|
||||
[SSHAgent]
|
||||
Enabled=true
|
||||
|
||||
[Security]
|
||||
ClearClipboardTimeout=30
|
||||
ClearSearch=false
|
Reference in a new issue