Update .xinitrc

This commit is contained in:
Vlad Doster 2020-01-01 18:46:08 -05:00 committed by GitHub
parent 8872298135
commit 1b079a965b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,4 @@
# Your default LARBS WM is determined in your `~/.profile` on login. Here we
# run the proper command to run when the graphical environment starts.
case "$LARBSWM" in
dwm) while :; do
ssh-agent dwm || break
done ;;
i3) exec i3 ;;
*) echo "No valid LARBS window manager detected." ;;
esac
exec i3