浏览代码

Silly fish command to facilitate killing trackpad issues #fishshell

Colin Powell 5 年之前
父节点
当前提交
812227efe4
共有 1 个文件被更改,包括 5 次插入0 次删除
  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