Use SSH keychain to manage ssh agent
This commit is contained in:
parent
2675186dbb
commit
54de4d1d9b
@ -6,3 +6,5 @@ if status --is-login
|
||||
exec startx
|
||||
end
|
||||
end
|
||||
|
||||
eval (keychain --eval --agents ssh --quick)
|
||||
|
@ -25,7 +25,7 @@ floating_modifier $mod
|
||||
new_window 1pixel
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec i3-sensible-terminal
|
||||
bindsym $mod+Return exec gnome-terminal
|
||||
|
||||
# lock
|
||||
bindsym Mod1+l exec i3lock-fancy
|
||||
|
@ -22,7 +22,7 @@ ethernet _first_ {
|
||||
}
|
||||
|
||||
battery all {
|
||||
format = "Battery %status %percentage %remaining remain"
|
||||
format = "Battery %status %percentage %remaining"
|
||||
}
|
||||
|
||||
load {
|
||||
|
@ -14,6 +14,7 @@
|
||||
- ispell
|
||||
- i3
|
||||
- i3lock-fancy
|
||||
- keychain
|
||||
- nitrogen
|
||||
- pass
|
||||
- polybar
|
||||
|
Loading…
x
Reference in New Issue
Block a user