Add enpass as secondary password manager
For testing, see if I still like it
This commit is contained in:
parent
5107352e93
commit
c4abe3700a
2 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,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+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,6 +108,7 @@ 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
|
||||
|
||||
exec_always --no-startup-id {{ home }}/.config/polybar/launch.sh
|
||||
|
|
|
@ -101,6 +101,7 @@
|
|||
- 'dex'
|
||||
- 'dmenu'
|
||||
- 'dunst'
|
||||
- 'enpass-bin'
|
||||
- 'etcher'
|
||||
- 'exa'
|
||||
- 'fasd'
|
||||
|
|
Loading…
Reference in a new issue