Enable newsboat in WSL and change it if I run windows or Linux.
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
		@@ -1,3 +1,6 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
set -x
 | 
			
		||||
#GDK_DPI_SCALE="1.3" firefox
 | 
			
		||||
brave-bin --force-device-scale-factor=1.2&
 | 
			
		||||
KERNEL=$(uname -sr)
 | 
			
		||||
[[ $KERNEL =~ "Microsoft" ]] && $HOME/.brave.exe "$@"
 | 
			
		||||
[[ $KERNEL =~ "gentoo" ]] && brave-bin --force-device-scale-factor=1.2 "$@"&
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user