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
|
exec startx
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
eval (keychain --eval --agents ssh --quick)
|
||||||
|
@ -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
|
||||||
|
@ -22,7 +22,7 @@ ethernet _first_ {
|
|||||||
}
|
}
|
||||||
|
|
||||||
battery all {
|
battery all {
|
||||||
format = "Battery %status %percentage %remaining remain"
|
format = "Battery %status %percentage %remaining"
|
||||||
}
|
}
|
||||||
|
|
||||||
load {
|
load {
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
- ispell
|
- ispell
|
||||||
- i3
|
- i3
|
||||||
- i3lock-fancy
|
- i3lock-fancy
|
||||||
|
- keychain
|
||||||
- nitrogen
|
- nitrogen
|
||||||
- pass
|
- pass
|
||||||
- polybar
|
- polybar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user