commit fc11eb6ea8b89167a48add3cb9bc339de57bd0fb
parent 7c04ec2257f43f2b7219ce0a4944177fee6f1907
Author: Sven Möller <sven-moeller@outlook.de>
Date: Fri, 24 Dec 2021 09:50:35 +0100
Changes
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bash/.profile b/bash/.profile
@@ -19,5 +19,5 @@ fi
[ -f ~/.bashrc ] && . ~/.bashrc
if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
- dwl
+ startx
fi
diff --git a/bin/.local/bin/lh b/bin/.local/bin/lh
@@ -2,6 +2,6 @@
case $1 in
*.png|*.jpg) curl $1 | setsid -f $IMAGE_VIEWER -;;
-*youtube.com/watch*) setsid -f mpv $1 ;;
+*youtube.com/watch*) setsid -f mpv $1 > /dev/null 2>&1;;
*) setsid -f $BROWSER $1 ;;
esac