commit 5e23da195aa509510af3913d1599c133c91fbd38
parent 68105b730e49d749bf9d100737d351b9660bf091
Author: Sven Möller <sven-moeller@outlook.de>
Date: Mon, 10 Jan 2022 10:09:53 +0100
Exit after screen terminates
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bash/.profile b/bash/.profile
@@ -27,5 +27,5 @@ git -C ~/.dotfiles pull
if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
startx
elif [ "$(uname -o)" != "Android" ]; then
- screen -dRR
+ screen -dRR && exit
fi