@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
#GDK_DPI_SCALE="1.3" firefox
|
||||
KERNEL=$(uname -sr)
|
||||
[[ $KERNEL =~ "Microsoft" ]] && $HOME/.brave.exe "$@"
|
||||
[[ $KERNEL =~ "gentoo" ]] && brave-bin --force-device-scale-factor=1.2 "$@"&
|
||||
[[ $KERNEL =~ "gentoo" ]] && GDK_DPI_SCALE="1.2" firefox "$@"
|
||||
#brave-bin --force-device-scale-factor=1.2 "$@"&
|
||||
|
@ -4,3 +4,4 @@ sudo rm -rf /var/tmp/genkernel/*
|
||||
sudo rm -rf /tmp/*
|
||||
sudo rm -rf /var/cache/genkernel/*
|
||||
sudo eclean-dist -d
|
||||
sudo eclean-pkg -d
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
KERNEL=$(uname -sr)
|
||||
[[ $KERNEL =~ "Microsoft" ]] && $HOME/.local/bin/wsl-notify "$@"
|
||||
[[ $KERNEL =~ "gentoo" ]] && /usr/bin/notify-send "$@"
|
||||
[[ $KERNEL =~ "gentoo" ]] && echo "cos"> ~/coscso; /usr/bin/notify-send "$@"
|
||||
|
@ -1,2 +0,0 @@
|
||||
#!/bin/bash
|
||||
nohup streamlink -p mpv https://www.twitch.tv/$1 best > /dev/null 2>&1 &
|
Reference in New Issue
Block a user