Screen: Fix home configuration
This commit is contained in:
		
							parent
							
								
									ad3c407a5d
								
							
						
					
					
						commit
						57bb5c76d2
					
				
							
								
								
									
										2
									
								
								ecran
								
								
								
								
							
							
						
						
									
										2
									
								
								ecran
								
								
								
								
							|  | @ -11,7 +11,7 @@ case "${1}" in | ||||||
| 		xrandr --output DP-1 --mode 1920x1080 --left-of LVDS-1 --output LVDS-1 --mode 1366x768 | 		xrandr --output DP-1 --mode 1920x1080 --left-of LVDS-1 --output LVDS-1 --mode 1366x768 | ||||||
| 		printf 'Xrandr for DisplayPort with dock station';; | 		printf 'Xrandr for DisplayPort with dock station';; | ||||||
| 	home ) | 	home ) | ||||||
| 		xrandr --output HDMI-1 --mode 1680x1050 --above LVDS-1 --output LVDS-1 --mode 1366x768 | 		xrandr --output HDMI-1 --mode 1680x1050 --left-of LVDS-1 --output LVDS-1 --mode 1366x768 | ||||||
| 		printf 'Xrandr for home configuration';; | 		printf 'Xrandr for home configuration';; | ||||||
| 	vga ) | 	vga ) | ||||||
| 		xrandr --output VGA-1 --mode 1024x768 --right-of LVDS-1 --output LVDS-1 --mode 1366x768 | 		xrandr --output VGA-1 --mode 1024x768 --right-of LVDS-1 --output LVDS-1 --mode 1366x768 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue