aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2020-08-28 11:46:24 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2020-08-28 11:46:24 +0100
commitb7dc0ecec267f8cada227c18cc44a24f143ccf4e (patch)
treed0c357414f33ebc706290634ce007a4a978ae886
parentcfa66928de50df0d3f045bcd2fc17e3a92a85785 (diff)
downloaddotfiles-b7dc0ecec267f8cada227c18cc44a24f143ccf4e.tar.gz
dotfiles-b7dc0ecec267f8cada227c18cc44a24f143ccf4e.tar.bz2
dotfiles-b7dc0ecec267f8cada227c18cc44a24f143ccf4e.zip
+ssh-agent to xinit
No need for ssh passwords when I can use the ssh agent
-rw-r--r--XServer/.xinitrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/XServer/.xinitrc b/XServer/.xinitrc
index e41c949..e8dcca1 100644
--- a/XServer/.xinitrc
+++ b/XServer/.xinitrc
@@ -7,6 +7,8 @@ killall sxhkd;
sh .xprofile;
xset s 1800;
+eval `ssh-agent`;
+
$(xss-lock --transfer-sleep-lock -- lock) &
feh --randomize --bg-scale $HOME/Pictures/Backgrounds &