Fixed trackpad disable

This commit is contained in:
Christian Colglazier 2020-04-27 09:25:46 -04:00
parent 90c0d3b038
commit 1f9a810ea9

View File

@ -11,8 +11,8 @@ bindsym XF86AudioLowerVolume exec amixer set Master 3%- #decrease sound volume
bindsym XF86AudioMute exec amixer set Master toggle # mute sound
# Turn off trackpad
bindsym $mod+Shift+u exec sh ~/.config/i3/trackpad-toggle.sh
exec --no-startup-id ~/.config/i3/trackpad-toggle.sh
bindsym $mod+Shift+u exec sh ~/dotfiles/scripts/trackpad-toggle.sh
exec --no-startup-id ~/dotfiles/scripts/trackpad-toggle.sh
# Desktop background
exec --no-startup-id exec compton &