diff --git a/de/home/.config/sway-profiles/profiles/0/vars.json b/de/home/.config/sway-profiles/profiles/0/vars.json index 9539a35..f55ca03 100644 --- a/de/home/.config/sway-profiles/profiles/0/vars.json +++ b/de/home/.config/sway-profiles/profiles/0/vars.json @@ -1,4 +1,5 @@ [{ "home_directory":"$HOME/Documents", - "browser_profile":"Penelope" + "browser_profile":"Penelope", + "keepass_db":"$HOME/Nextcloud/Security/Passwords.kdbx" }] diff --git a/de/home/.config/sway-profiles/profiles/1/vars.json b/de/home/.config/sway-profiles/profiles/1/vars.json index c00c234..f336e7f 100644 --- a/de/home/.config/sway-profiles/profiles/1/vars.json +++ b/de/home/.config/sway-profiles/profiles/1/vars.json @@ -1,4 +1,5 @@ [{ "home_directory":"$HOME/Development", - "browser_profile":"Development" + "browser_profile":"Development", + "keepass_db":"$HOME/Documents/Server/Server_Admin_Keychain.kdbx" }] diff --git a/de/home/.config/sway-profiles/profiles/2/vars.json b/de/home/.config/sway-profiles/profiles/2/vars.json index c9f50ca..f620ee6 100644 --- a/de/home/.config/sway-profiles/profiles/2/vars.json +++ b/de/home/.config/sway-profiles/profiles/2/vars.json @@ -1,4 +1,5 @@ [{ "home_directory":"$HOME/Documents/School/College/BSU/2024-01SPRING", - "browser_profile":"School" + "browser_profile":"School", + "keepass_db":"$HOME/Nextcloud/Security/Passwords.kdbx" }] diff --git a/de/home/.config/sway-profiles/profiles/3/vars.json b/de/home/.config/sway-profiles/profiles/3/vars.json index 8a79654..992c0ba 100644 --- a/de/home/.config/sway-profiles/profiles/3/vars.json +++ b/de/home/.config/sway-profiles/profiles/3/vars.json @@ -1,4 +1,5 @@ [{ "home_directory":"$HOME/Documents/Work/LaneCommunityCollege", - "browser_profile":"Work" + "browser_profile":"Work", + "keepass_db":"$HOME/Nextcloud/Security/Passwords.kdbx" }]