From 1f9a810ea9cd0eae85ddb2dc5f2c6690d6b33cfa Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Mon, 27 Apr 2020 09:25:46 -0400 Subject: [PATCH] Fixed trackpad disable --- i3/w530.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3/w530.conf b/i3/w530.conf index 0aa6d12..33f009e 100644 --- a/i3/w530.conf +++ b/i3/w530.conf @@ -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 &