Use SSH keychain to manage ssh agent

This commit is contained in:
Johannes Rothe 2021-08-26 20:33:48 +02:00
parent 2675186dbb
commit 54de4d1d9b
4 changed files with 5 additions and 2 deletions

View File

@ -6,3 +6,5 @@ if status --is-login
exec startx exec startx
end end
end end
eval (keychain --eval --agents ssh --quick)

View File

@ -25,7 +25,7 @@ floating_modifier $mod
new_window 1pixel new_window 1pixel
# start a terminal # start a terminal
bindsym $mod+Return exec i3-sensible-terminal bindsym $mod+Return exec gnome-terminal
# lock # lock
bindsym Mod1+l exec i3lock-fancy bindsym Mod1+l exec i3lock-fancy

View File

@ -22,7 +22,7 @@ ethernet _first_ {
} }
battery all { battery all {
format = "Battery %status %percentage %remaining remain" format = "Battery %status %percentage %remaining"
} }
load { load {

View File

@ -14,6 +14,7 @@
- ispell - ispell
- i3 - i3
- i3lock-fancy - i3lock-fancy
- keychain
- nitrogen - nitrogen
- pass - pass
- polybar - polybar