mirror of
				https://gitea.blesmrt.net/mikaela/scripts.git
				synced 2025-11-04 11:27:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			161 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			161 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
# To run Microsoft Edge under Wayland
 | 
						|
 | 
						|
set -x
 | 
						|
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform --ozone-platform=wayland $@
 | 
						|
set +x
 |