commit 4e132be1ea15e071d5c02d2982e7bc162e96307e parent 94b889f7694aaf4bb4694c4fbf27c1b03583cfa7 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Thu, 25 Jul 2019 22:21:43 +0200 Do not restart ssh-agent with each X session Diffstat:
M | .xinitrc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.xinitrc b/.xinitrc @@ -5,5 +5,5 @@ # if changing WM, remember to change WM name in crontab while :; do - ssh-agent dwm || break + dwm || break done