You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							11 lines
						
					
					
						
							325 B
						
					
					
				
			
		
		
	
	
							11 lines
						
					
					
						
							325 B
						
					
					
				| #casa
 | |
| #wacom_id=10
 | |
| #makine
 | |
| #wacom_id="Wacom Intuos Pro M Pen stylus"
 | |
| #wacom_id=$(xsetwacom --list devices | grep stylus | grep -o [0-9]. | sed 's/\t//')
 | |
| wacom_id=$(xsetwacom --list devices | grep stylus | grep 'id\: [0-9].' -o | grep [0-9]. -o)
 | |
| xsetwacom --set "$wacom_id" button 2 3
 | |
| xsetwacom --set "$wacom_id" button 3 2
 | |
| 
 | |
| 
 |