62 lines
		
	
	
	
		
			1.6 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
	
		
			1.6 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| # ~/.config/hypr/input-output.conf
 | |
| 
 | |
| input {
 | |
|     kb_layout = us,be,us
 | |
|     kb_variant = altgr-intl,iso-alternate,dvorak
 | |
| 
 | |
|     numlock_by_default = true
 | |
|     resolve_binds_by_sym = false
 | |
| 
 | |
|     repeat_rate = 25
 | |
|     repeat_delay = 600
 | |
| 
 | |
|     sensitivity = 0.0
 | |
|     accel_profile = flat
 | |
|     force_no_accel = false
 | |
| 
 | |
|     left_handed = false
 | |
|     scroll_method = 2fg
 | |
|     scroll_button_lock = true
 | |
|     scroll_factor = 1.0
 | |
|     natural_scroll = false
 | |
| 
 | |
|     follow_mouse = 2
 | |
|     focus_on_close = 0
 | |
|     mouse_refocus = true
 | |
|     float_switch_override_focus = 1
 | |
|     special_fallthrough = false
 | |
|     off_window_axis_events = 1
 | |
|     emulate_discrete_scroll = 1
 | |
| 
 | |
|     touchpad {
 | |
|         disable_while_typing = true
 | |
|         natural_scroll = true
 | |
|         scroll_factor = 0.8
 | |
|         middle_button_emulation = false
 | |
|         tap_button_map = lrm
 | |
|         clickfinger_behavior = false
 | |
|         tap-to-click = true
 | |
|         drag_lock = false
 | |
|         tap-and-drag = true
 | |
|     }
 | |
| }
 | |
| 
 | |
| device {
 | |
|     name = at-translated-set-2-keyboard
 | |
|     numlock_by_default = false
 | |
| }
 | |
| 
 | |
| monitor = , preferred, auto, 1
 | |
| 
 | |
| monitor = desc:BOE 0x08CF, preferred, 640x1440, 1
 | |
| monitor = desc:Hewlett Packard HP ZR2740w CNT319Y008, preferred, auto-up, 1
 | |
| # Vertical monitors
 | |
| monitor = desc:Dell Inc. DELL P2214H 29C2937M4YTL, preferred, auto-right, 1, transform, 1
 | |
| monitor = desc:Samsung Electric Company S22C650, preferred, auto-right, 1, transform, 1
 | |
| 
 | |
| # TV
 | |
| monitor = desc:Samsung Electric Company SAMSUNG, disable
 | |
| 
 | |
| bindl = , switch:on:Lid Switch, exec, hyprctl keyword monitor "eDP-1, disable"
 | |
| bindl = , switch:off:Lid Switch, exec, hyprctl keyword monitor "eDP-1, enable"
 | |
| 
 |