Add enpass as secondary password manager

For testing, see if I still like it
This commit is contained in:
Jake Howard 2019-01-23 21:08:22 +00:00
parent 5107352e93
commit c4abe3700a
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 3 additions and 0 deletions

View file

@ -27,6 +27,7 @@ bindsym $mod+F12 exec --no-startup-id redshift -O 3000
# Applications # Applications
bindsym $mod+K exec --no-startup-id keepassxc bindsym $mod+K exec --no-startup-id keepassxc
bindsym $mod+Shift+K exec enpass showassistant
bindsym $mod+l exec --no-startup-id betterlockscreen -l dimblur bindsym $mod+l exec --no-startup-id betterlockscreen -l dimblur
bindsym $mod+d exec --no-startup-id rofi -show drun -sidebar-mode bindsym $mod+d exec --no-startup-id rofi -show drun -sidebar-mode
bindsym $mod+Tab exec --no-startup-id rofi -show window bindsym $mod+Tab exec --no-startup-id rofi -show window
@ -107,6 +108,7 @@ exec /usr/bin/ibus-daemon
exec tbg ~/Upload/bg/ -m 10 -c "betterlockscreen -u /_" exec tbg ~/Upload/bg/ -m 10 -c "betterlockscreen -u /_"
exec ssh-agent -Da /tmp/ssh-agent-$USER.sock exec ssh-agent -Da /tmp/ssh-agent-$USER.sock
exec keepassxc exec keepassxc
exec enpass
exec dunst exec dunst
exec_always --no-startup-id {{ home }}/.config/polybar/launch.sh exec_always --no-startup-id {{ home }}/.config/polybar/launch.sh

View file

@ -101,6 +101,7 @@
- 'dex' - 'dex'
- 'dmenu' - 'dmenu'
- 'dunst' - 'dunst'
- 'enpass-bin'
- 'etcher' - 'etcher'
- 'exa' - 'exa'
- 'fasd' - 'fasd'