mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Fixed trackpad disable
This commit is contained in:
parent
90c0d3b038
commit
1f9a810ea9
@ -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 &
|
||||
|
Loading…
x
Reference in New Issue
Block a user