Update configuration for input devices
This commit is contained in:
		@@ -187,15 +187,23 @@ bindsym $mod+$shift+0 move container to workspace $w10
 | 
			
		||||
#}
 | 
			
		||||
 | 
			
		||||
## INPUTS
 | 
			
		||||
# Touchpad
 | 
			
		||||
input "type:touchpad" {
 | 
			
		||||
# Mice
 | 
			
		||||
input "type:pointer" {
 | 
			
		||||
	accel_profile		flat	# Disables mouse acceleration
 | 
			
		||||
	drag			enabled	# Enable tap-dragging
 | 
			
		||||
	dwt			enabled	# Disable device while typing
 | 
			
		||||
	pointer_accel		1	# REALLY disable mouse accel
 | 
			
		||||
	tap			enabled	# Enable tapping
 | 
			
		||||
	tap_button_map		lrm	# 1/2/3-finger tap (left, right, middle)
 | 
			
		||||
}
 | 
			
		||||
input "type:touchpad" {
 | 
			
		||||
	drag			enabled
 | 
			
		||||
	dwt			enabled
 | 
			
		||||
	tap			enabled
 | 
			
		||||
	tap_button_map		lrm
 | 
			
		||||
}
 | 
			
		||||
# Keyboards
 | 
			
		||||
input "type:keyboard" {
 | 
			
		||||
	xkb_capslock		disabled
 | 
			
		||||
	xkb_numlock		enabled
 | 
			
		||||
}
 | 
			
		||||
# Misc
 | 
			
		||||
 | 
			
		||||
## OUTPUTS
 | 
			
		||||
# Wallpaper
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user