mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-08-03 13:55:30 +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