14 lines
		
	
	
		
			180 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			180 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/zsh
 | |
| source ${0:a:h}/common
 | |
| 
 | |
| xrandr \
 | |
| 	--output DP-0 \
 | |
| 	--primary \
 | |
| 	--mode 3840x2160 \
 | |
| 	--rotate normal \
 | |
| 	--pos 0x0 \
 | |
| 	;
 | |
| 
 | |
| $DOTWRYN/bin/set-background random
 | |
| PLAY_SFX login
 |