Browse Source

Silly fish command to facilitate killing trackpad issues #fishshell

Colin Powell 5 năm trước cách đây
mục cha
commit
812227efe4
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      fish/.config/fish/functions/dbag.fish

+ 5 - 0
fish/.config/fish/functions/dbag.fish

@@ -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