diff --git a/files/i3.conf b/files/i3.conf index 6d947e9..1eea200 100644 --- a/files/i3.conf +++ b/files/i3.conf @@ -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 diff --git a/tasks/packages.yml b/tasks/packages.yml index d9245f7..2cd166f 100644 --- a/tasks/packages.yml +++ b/tasks/packages.yml @@ -101,6 +101,7 @@ - 'dex' - 'dmenu' - 'dunst' + - 'enpass-bin' - 'etcher' - 'exa' - 'fasd'