mirror of
				https://github.com/Stunkymonkey/dotfiles.git
				synced 2025-10-31 10:22:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
	
		
			408 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
	
		
			408 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # outputs
 | |
| 
 | |
| 
 | |
| set $laptop eDP-1
 | |
| 
 | |
| bindswitch --reload --locked lid:on output $laptop disable
 | |
| bindswitch --reload --locked lid:off output $laptop enable
 | |
| 
 | |
| output * {
 | |
| 	position 1920,0
 | |
| }
 | |
| output DP-* {
 | |
|   resolution 1920x1080
 | |
| }
 | |
| 
 | |
| output DP-4 {
 | |
| 	position 3840,0
 | |
| }
 | |
| 
 | |
| output $laptop {
 | |
| 	position 0,0
 | |
| }
 | |
| 
 | |
| 
 | |
| input type:touchpad {
 | |
| 	dwt enabled
 | |
| 	tap enabled
 | |
| 	natural_scroll enabled
 | |
| 	middle_emulation enabled
 | |
| 	scroll_factor 0.5
 | |
| }
 | 
