Updated browser-x and added notify-program

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2020-07-31 09:32:34 +02:00
parent b57512dc46
commit 5181fb561b
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,4 @@
#!/bin/bash
set -x
#GDK_DPI_SCALE="1.3" firefox
KERNEL=$(uname -sr)
[[ $KERNEL =~ "Microsoft" ]] && $HOME/.brave.exe "$@"

4
.local/bin/notify-program Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
KERNEL=$(uname -sr)
[[ $KERNEL =~ "Microsoft" ]] && $HOME/.local/bin/wsl-notify "$@"
[[ $KERNEL =~ "gentoo" ]] && /usr/bin/notify-send "$@"