commit 7c04ec2257f43f2b7219ce0a4944177fee6f1907
parent 620f31d71474068f89cca9a95648887e7b049f4f
Author: Sven Möller <sven-moeller@outlook.de>
Date: Thu, 23 Dec 2021 21:27:48 +0100
Changes
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
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
- sway
+ dwl
fi
diff --git a/bin/.local/bin/lh b/bin/.local/bin/lh
@@ -2,5 +2,6 @@
case $1 in
*.png|*.jpg) curl $1 | setsid -f $IMAGE_VIEWER -;;
+*youtube.com/watch*) setsid -f mpv $1 ;;
*) setsid -f $BROWSER $1 ;;
esac