summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc4
1 files changed, 3 insertions, 1 deletions
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