From aa7c3f4fa2c82c18f0eb274731bec271101b416d Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 18 May 2019 19:49:02 -0400 Subject: [PATCH] so that's why it wasn't working lol --- .xinitrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index a9d589b..cb672ea 100644 --- a/.xinitrc +++ b/.xinitrc @@ -11,4 +11,6 @@ unclutter & # Remove mouse when idle xcompmgr & # xcompmgr for transparency dunst & # dunst for notifications -exec i3 +while :; do + ssh-agent dwm +done