diff --git a/README.md b/README.md index 0e3fc35..0c7906c 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,9 @@ chezmoi unmanaged ~/ -t -p absolute ## Intended Goals +- Lock rbw automatically + - 8 hour session by default + - Lock when computer sleeps, idle, screen saver - Encrypted configurations for private details - Bootstrapping for any Ubuntu-based system - WSL-support diff --git a/home/dot_config/rbw/config.json b/home/dot_config/rbw/config.json new file mode 100644 index 0000000..89a9b1f --- /dev/null +++ b/home/dot_config/rbw/config.json @@ -0,0 +1 @@ +{"email":"xevion@xevion.dev","sso_id":null,"base_url":null,"identity_url":null,"ui_url":null,"notifications_url":null,"lock_timeout":28800,"sync_interval":3600,"pinentry":"pinentry","client_cert_path":null} \ No newline at end of file