diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-11-23 11:08:21 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-11-23 11:08:21 +0100 |
commit | 6d6e0462eb2dd1d770653f5e22582e3571c63c8f (patch) | |
tree | 897c90f8ef0290fe974a9381eeec964545607904 /ratpoison/numpad | |
parent | 8dee1d67a9e2caa3a3286b13c86880c0757fcd16 (diff) | |
download | dotfiles-6d6e0462eb2dd1d770653f5e22582e3571c63c8f.tar.gz dotfiles-6d6e0462eb2dd1d770653f5e22582e3571c63c8f.tar.bz2 dotfiles-6d6e0462eb2dd1d770653f5e22582e3571c63c8f.zip |
big ratpoison update
Diffstat (limited to 'ratpoison/numpad')
-rw-r--r-- | ratpoison/numpad/ratnumpad.conf | 12 | ||||
-rw-r--r-- | ratpoison/numpad/ratnumund.conf | 12 |
2 files changed, 0 insertions, 24 deletions
diff --git a/ratpoison/numpad/ratnumpad.conf b/ratpoison/numpad/ratnumpad.conf deleted file mode 100644 index f3cc280..0000000 --- a/ratpoison/numpad/ratnumpad.conf +++ /dev/null @@ -1,12 +0,0 @@ -# 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 deleted file mode 100644 index 32d4919..0000000 --- a/ratpoison/numpad/ratnumund.conf +++ /dev/null @@ -1,12 +0,0 @@ -# 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 |