diff options
| author | joott <josh@ottmail.me> | 2025-07-30 15:53:29 -0400 |
|---|---|---|
| committer | joott <josh@ottmail.me> | 2025-07-30 15:53:29 -0400 |
| commit | 26694e09e8f5bf2262737312e7ad217118db20de (patch) | |
| tree | ca55eee2f8c5106c61e747979780d6f393fd24c9 /keybs/sweep.kbd | |
| parent | 89a596a50ec61b8ebd6040b06a7cab994afd1b3a (diff) | |
| download | dotfiles-26694e09e8f5bf2262737312e7ad217118db20de.tar.gz dotfiles-26694e09e8f5bf2262737312e7ad217118db20de.zip | |
switching to yadm
Diffstat (limited to 'keybs/sweep.kbd')
| -rw-r--r-- | keybs/sweep.kbd | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/keybs/sweep.kbd b/keybs/sweep.kbd deleted file mode 100644 index e8e02c7..0000000 --- a/keybs/sweep.kbd +++ /dev/null @@ -1,28 +0,0 @@ -(defcfg - linux-dev-names-exclude ( - "AT Translated Set 2 keyboard" - "TPPS/2 Elan TrackPoint" - ) -) - -(defalias - mau (movemouse-accel-up 5 1000 1 5) - mal (movemouse-accel-left 5 1000 1 5) - mad (movemouse-accel-down 5 1000 1 5) - mar (movemouse-accel-right 5 1000 1 5) - - mwu (mwheel-up 1 1) - mwl (mwheel-left 1 1) - mwd (mwheel-down 1 1) - mwr (mwheel-right 1 1) -) - -(defsrc - f17 f18 f19 f20 - f21 f22 f23 f24 -) - -(deflayer mouse - @mwl @mwd @mwu @mwr - @mal @mad @mau @mar -) |