Merge branch 'master' of github.com:y0rune/myhome into master
This commit is contained in:
commit
527925369f
@ -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
4
.local/bin/notify-program
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
KERNEL=$(uname -sr)
|
||||
[[ $KERNEL =~ "Microsoft" ]] && $HOME/.local/bin/wsl-notify "$@"
|
||||
[[ $KERNEL =~ "gentoo" ]] && /usr/bin/notify-send "$@"
|
Loading…
Reference in New Issue
Block a user