mirror of
				https://github.com/Stunkymonkey/dotfiles.git
				synced 2025-10-31 02:12:10 +01:00 
			
		
		
		
	sway/thinkman: fix new external display setup
This commit is contained in:
		
							parent
							
								
									5d18651fd3
								
							
						
					
					
						commit
						69fe5b058b
					
				
					 1 changed files with 14 additions and 3 deletions
				
			
		|  | @ -1,16 +1,27 @@ | ||||||
| # outputs | # outputs | ||||||
| 
 | 
 | ||||||
|  | 
 | ||||||
|  | set $laptop eDP-1 | ||||||
|  | 
 | ||||||
|  | bindswitch --reload --locked lid:on output $laptop disable | ||||||
|  | bindswitch --reload --locked lid:off output $laptop enable | ||||||
|  | 
 | ||||||
| output * { | output * { | ||||||
| 	position 1920,0 | 	position 1920,0 | ||||||
| } | } | ||||||
|  | output DP-* { | ||||||
|  |   resolution 1920x1080 | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | output DP-4 { | ||||||
|  | 	position 3840,0 | ||||||
|  | } | ||||||
| 
 | 
 | ||||||
| set $laptop "eDP-1" |  | ||||||
| bindswitch lid:on output $laptop disable |  | ||||||
| bindswitch lid:off output $laptop enable |  | ||||||
| output $laptop { | output $laptop { | ||||||
| 	position 0,0 | 	position 0,0 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | 
 | ||||||
| input type:touchpad { | input type:touchpad { | ||||||
| 	dwt enabled | 	dwt enabled | ||||||
| 	tap enabled | 	tap enabled | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Felix Buehler
						Felix Buehler