diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-02-23 16:59:47 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-02-23 16:59:47 +0100 |
commit | 4b66da7ff8060fffdeac1cc4cb27f3182b3f2d46 (patch) | |
tree | d596ad6a67295d3f46e4ab189fd2b3539ea83c10 /ratpoison/numpad | |
download | dotfiles-4b66da7ff8060fffdeac1cc4cb27f3182b3f2d46.tar.gz dotfiles-4b66da7ff8060fffdeac1cc4cb27f3182b3f2d46.tar.bz2 dotfiles-4b66da7ff8060fffdeac1cc4cb27f3182b3f2d46.zip |
First commit of dotfiles.
Diffstat (limited to 'ratpoison/numpad')
-rw-r--r-- | ratpoison/numpad/ratnumpad.conf | 12 | ||||
-rw-r--r-- | ratpoison/numpad/ratnumund.conf | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/ratpoison/numpad/ratnumpad.conf b/ratpoison/numpad/ratnumpad.conf new file mode 100644 index 0000000..f3cc280 --- /dev/null +++ b/ratpoison/numpad/ratnumpad.conf @@ -0,0 +1,12 @@ +# Use numpad to move the rat +definekey top KP_End ratrelwarp -10 10 +definekey top KP_Down ratrelwarp 0 10 +definekey top KP_Next ratrelwarp 10 10 +definekey top KP_Left ratrelwarp -10 0 +definekey top KP_Begin ratclick 1 +definekey top S-KP_Begin ratclick 1 +definekey top KP_Right ratrelwarp 10 0 +definekey top KP_Home ratrelwarp -10 -10 +definekey top KP_Up ratrelwarp 0 -10 +definekey top KP_Prior ratrelwarp 10 -10 +definekey top KP_Delete banish diff --git a/ratpoison/numpad/ratnumund.conf b/ratpoison/numpad/ratnumund.conf new file mode 100644 index 0000000..32d4919 --- /dev/null +++ b/ratpoison/numpad/ratnumund.conf @@ -0,0 +1,12 @@ +# Use numpad to move the rat +undefinekey top KP_End +undefinekey top KP_Down +undefinekey top KP_Next +undefinekey top KP_Left +undefinekey top KP_Begin +undefinekey top S-KP_Begin +undefinekey top KP_Right +undefinekey top KP_Home +undefinekey top KP_Up +undefinekey top KP_Prior +undefinekey top KP_Delete |