Skip to content

Commit

Permalink
defaults/skel: enable KeepassXC/Firefox integration by default
Browse files Browse the repository at this point in the history
- fixes #114
  • Loading branch information
nodiscc committed Jul 24, 2022
1 parent 2df3bfb commit 5d5978f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

### Changed
- defaults/skel: autostart keepassxc on login
- defaults/skel: enable KeepassXC/Firefox integration by default
- defaults/skel: `.gitconfig`: remember git HTTP credentials, use rebase mode by default for `git pull`
- packages: install yt-dlp from [debian backports](https://packages.debian.org/bullseye-backports/yt-dlp) instead of [third-party](https://nodiscc.gitlab.io/toolbox/) repository

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"allowed_extensions": [
"keepassxc-browser@keepassxc.org"
],
"description": "KeePassXC integration with native messaging support",
"name": "org.keepassxc.keepassxc_browser",
"path": "/usr/bin/keepassxc-proxy",
"type": "stdio"
}

0 comments on commit 5d5978f

Please sign in to comment.