switch to external screen as the main one
This commit is contained in:
		
							parent
							
								
									82e8e056aa
								
							
						
					
					
						commit
						51e4ba8f12
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								rc.lua
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								rc.lua
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -227,7 +227,7 @@ mymainmenu_restart = {
 | 
			
		|||
}
 | 
			
		||||
mymainmenu_screens = {
 | 
			
		||||
	{ 'one', function() awful.util.spawn('xrandr --output HDMI1 --off') end },
 | 
			
		||||
	{ 'two', function() awful.util.spawn('xrandr --output eDP1 --primary --auto --output HDMI1 --auto --below eDP1') end }
 | 
			
		||||
	{ 'two', function() awful.util.spawn('xrandr --output eDP1 --auto --output HDMI1 --primary --auto --right-of eDP1') end }
 | 
			
		||||
}
 | 
			
		||||
--mymainmenu_quit = {
 | 
			
		||||
--	{ 'quit', awesome.quit }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue