diff options
Diffstat (limited to '.xinitrc')
| -rw-r--r-- | .xinitrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
