mirror of
				https://github.com/frebib/dotfiles.git
				synced 2024-06-14 12:57:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			355 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			355 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| set -e
 | |
| 
 | |
| xrandr --output DP-0.1 --primary --mode 1920x1080 --pos 0x1080 --rotate normal \
 | |
|        --output DP-0.2.1 --mode 1920x1080 --pos 0x0 --rotate inverted \
 | |
|        --output DP-0.2.2.1 --mode 1920x1080 --pos 1920x0 --rotate inverted \
 | |
|        --output DP-0.2.2.2.1 --mode 1920x1080 --pos 1920x1080 --rotate normal
 | |
| 
 | |
| [ -e ~/.fehbg ] && ~/.fehbg
 |