From f9620c813115f1217dc0c71e8d12db1c5976b4c4 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 26 Jan 2019 16:35:27 +0000 Subject: [PATCH] Replace `keepassxc` with enpass Goodnight, sweet prince --- dotfiles.yml | 1 - files/i3.conf | 4 +--- tasks/keepassxc.yml | 38 -------------------------------------- tasks/packages.yml | 1 - 4 files changed, 1 insertion(+), 43 deletions(-) delete mode 100644 tasks/keepassxc.yml diff --git a/dotfiles.yml b/dotfiles.yml index dcc5bd7..839309c 100644 --- a/dotfiles.yml +++ b/dotfiles.yml @@ -15,7 +15,6 @@ - import_tasks: tasks/shell.yml - import_tasks: tasks/fonts.yml - import_tasks: tasks/autostart.yml - - import_tasks: tasks/keepassxc.yml - import_tasks: tasks/dabapps.yml when: ansible_fqdn == "TOO-Work" diff --git a/files/i3.conf b/files/i3.conf index 1eea200..0acfffd 100644 --- a/files/i3.conf +++ b/files/i3.conf @@ -26,8 +26,7 @@ bindsym $mod+F12 exec --no-startup-id redshift -O 3000 # Applications -bindsym $mod+K exec --no-startup-id keepassxc -bindsym $mod+Shift+K exec enpass showassistant +bindsym $mod+K exec --no-startup-id enpass showassistant bindsym $mod+l exec --no-startup-id betterlockscreen -l dimblur bindsym $mod+d exec --no-startup-id rofi -show drun -sidebar-mode bindsym $mod+Tab exec --no-startup-id rofi -show window @@ -107,7 +106,6 @@ exec compton --dbus --xrender-sync-fence exec /usr/bin/ibus-daemon exec tbg ~/Upload/bg/ -m 10 -c "betterlockscreen -u /_" exec ssh-agent -Da /tmp/ssh-agent-$USER.sock -exec keepassxc exec enpass exec dunst diff --git a/tasks/keepassxc.yml b/tasks/keepassxc.yml deleted file mode 100644 index 70babc9..0000000 --- a/tasks/keepassxc.yml +++ /dev/null @@ -1,38 +0,0 @@ -- file: - state: directory - recurse: true - path: "{{ home }}/Private" - owner: "{{ user }}" - mode: 0700 - -- file: - state: directory - recurse: true - path: "{{ home }}/.config/keepassxc" - owner: "{{ user }}" - mode: 0700 - -- set_fact: - keepassxc_config: - - {section: General, option: "SSHAgent", value: "true"} - - {section: General, option: "AutoSaveAfterEveryChange", value: "true"} - - {section: General, option: "LastOpenedDatabases", value: "{{ home }}/Private/KeePass/Password Safe.kdbx"} - - {section: General, option: "SingleInstance", value: "true"} - - {section: Http, option: "Enabled", value: "false"} - - {section: GUI, option: "ShowTrayIcon", value: "true"} - - {section: GUI, option: "MinimizeToTray", value: "true"} - - {section: GUI, option: "MinimizeOnStartup", value: "true"} - - {section: security, option: "lockdatabasescreenlock", value: "true"} - - {section: Browser, option: "Enabled", value: "true"} - - {section: Browser, option: "AlwaysAllowAccess", value: "true"} - - {section: Browser, option: "AlwaysAllowUpdate", value: "true"} - -- name: Set KeepassXC configuration - ini_file: - path: "{{ home }}/.config/keepassxc/keepassxc.ini" - mode: 0700 - owner: "{{ user }}" - section: "{{ item.section }}" - option: "{{ item.option }}" - value: "{{ item.value }}" - with_items: "{{ keepassxc_config }}" diff --git a/tasks/packages.yml b/tasks/packages.yml index 2cd166f..6af8824 100644 --- a/tasks/packages.yml +++ b/tasks/packages.yml @@ -133,7 +133,6 @@ - 'jdk' - 'jshon' - 'kdenlive' - - 'keepassxc' - 'keybase-bin' - 'kodi' - 'libinput'