diff options
author | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-05 15:49:36 -0500 |
---|---|---|
committer | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-05 15:49:36 -0500 |
commit | 3b1f02e4f5248145ce16e5d95b9a57d847dab38b (patch) | |
tree | 60160bef2930ba5411b694e2915dbd44adbcc55b /deactivate-type-to-move-cursor.sh |
Diffstat (limited to 'deactivate-type-to-move-cursor.sh')
-rw-r--r-- | deactivate-type-to-move-cursor.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/deactivate-type-to-move-cursor.sh b/deactivate-type-to-move-cursor.sh new file mode 100644 index 0000000..5a00ae0 --- /dev/null +++ b/deactivate-type-to-move-cursor.sh @@ -0,0 +1,7 @@ +#!/bin/dash + +pkill herbe +killall xbindkeys +cp /home/user/.type-to-move-cursor/xbindkeysrc.keyboard.only ~/.xbindkeysrc +xbindkeys +herbe 'Keyboard is keyboard'
\ No newline at end of file |