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 /activate-type-to-move-cursor.sh |
Diffstat (limited to 'activate-type-to-move-cursor.sh')
-rwxr-xr-x | activate-type-to-move-cursor.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/activate-type-to-move-cursor.sh b/activate-type-to-move-cursor.sh new file mode 100755 index 0000000..26e36e4 --- /dev/null +++ b/activate-type-to-move-cursor.sh @@ -0,0 +1,7 @@ +#!/bin/dash + +pkill herbe +killall xbindkeys +cp /home/user/.type-to-move-cursor/xbindkeysrc.keyboard.is.mouse ~/.xbindkeysrc +xbindkeys +herbe 'Keyboard is mouse'
\ No newline at end of file |