11 lines
		
	
	
	
		
			195 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			195 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
export AUDIO_DEVICE=""
 | 
						|
export AUTOSTART_DISPLAY=""
 | 
						|
 | 
						|
export MONITOR_PRIMARY="primary"
 | 
						|
export MONITOR_SECONDARY="secondary"
 | 
						|
 | 
						|
export BROWSER_CHROMIUM="chromium"
 | 
						|
 | 
						|
export DUNST_MONITOR="0"
 |