Silly fish command to facilitate killing trackpad issues #fishshell

This commit is contained in:
Colin Powell
2019-06-20 17:59:46 -04:00
parent 42bc279146
commit 812227efe4

View File

@ -0,0 +1,5 @@
function dbag
xinput set-prop "SynPS/2 Synaptics TouchPad" "Synaptics Tap Action" 0
xinput set-prop "SynPS/2 Synaptics TouchPad" "Synaptics ClickPad" 0
setxkbmap -option "caps:escape"
end