Merge branch 'master' of github.com:y0rune/myhome into master

This commit is contained in:
Marcin Woźniak 2020-08-04 16:05:41 +02:00
commit 527925369f
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 "$@"