Updated browser-x and added notify-program
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
		@@ -1,5 +1,4 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
set -x
 | 
					 | 
				
			||||||
#GDK_DPI_SCALE="1.3" firefox
 | 
					#GDK_DPI_SCALE="1.3" firefox
 | 
				
			||||||
KERNEL=$(uname -sr)
 | 
					KERNEL=$(uname -sr)
 | 
				
			||||||
[[ $KERNEL =~ "Microsoft" ]] && $HOME/.brave.exe "$@"
 | 
					[[ $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 "$@" 
 | 
				
			||||||
		Reference in New Issue
	
	Block a user