chore(i3): remove obsolete touchpad toggle keybinding

Amolith created

Removed bindsym for XF86TouchpadToggle executing pkill -USR2 -n handy,
as this functionality is no longer needed in the i3 configuration.

Assisted-by: Kimi K2 Thinking via Crush <crush@charm.land>

Change summary

dot_config/i3/config.tmpl | 1 -
1 file changed, 1 deletion(-)

Detailed changes

dot_config/i3/config.tmpl 🔗

@@ -95,7 +95,6 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT
 bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
 bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
 bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
-bindsym XF86TouchpadToggle exec --no-startup-id pkill -USR2 -n handy
 bindsym $mod+Next exec --no-startup-id amixer set Capture toggle
 
 # Use playerctl for media controls