mirror of
				https://github.com/AquaMorph/dotfiles.git
				synced 2025-11-04 01:03:19 +00:00 
			
		
		
		
	Fixed trackpad disable
This commit is contained in:
		@@ -11,8 +11,8 @@ bindsym XF86AudioLowerVolume exec amixer set Master 3%- #decrease sound volume
 | 
				
			|||||||
bindsym XF86AudioMute exec amixer set Master toggle # mute sound
 | 
					bindsym XF86AudioMute exec amixer set Master toggle # mute sound
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Turn off trackpad
 | 
					# Turn off trackpad
 | 
				
			||||||
bindsym $mod+Shift+u exec sh ~/.config/i3/trackpad-toggle.sh
 | 
					bindsym $mod+Shift+u exec sh ~/dotfiles/scripts/trackpad-toggle.sh
 | 
				
			||||||
exec --no-startup-id ~/.config/i3/trackpad-toggle.sh
 | 
					exec --no-startup-id ~/dotfiles/scripts/trackpad-toggle.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Desktop background
 | 
					# Desktop background
 | 
				
			||||||
exec --no-startup-id exec compton &
 | 
					exec --no-startup-id exec compton &
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user