summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-18 23:33:45 +0100
committerGravatar Tom Willemsen2013-01-18 23:33:45 +0100
commit7d7c224a4bd9b4a728262aff542db6aea9a7ad4a (patch)
tree935ddf9bba354650a4dbcae896143c90ff32cd71
parent4dd14f6b18e683a95da4024175c857ef49b467e6 (diff)
downloaddotfiles-7d7c224a4bd9b4a728262aff542db6aea9a7ad4a.tar.gz
dotfiles-7d7c224a4bd9b4a728262aff542db6aea9a7ad4a.zip
Stumpwm: Remove some unused keybindings
Since I don't have a keypad on either my PC or laptop anymore, binding them is useless.
-rw-r--r--.stumpwmrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/.stumpwmrc b/.stumpwmrc
index 91cddf0..627d2b5 100644
--- a/.stumpwmrc
+++ b/.stumpwmrc
@@ -128,12 +128,6 @@
(set-prefix-key (kbd "C-i"))
(define-key *top-map* (kbd "C-M-l") "run-i3lock")
-(define-key *top-map* (kbd "KP_Begin") "vsplit")
-(define-key *top-map* (kbd "KP_Divide") "remove")
-(define-key *top-map* (kbd "KP_Left") "only")
-(define-key *top-map* (kbd "KP_Multiply") "fnext")
-(define-key *top-map* (kbd "KP_Right") "hsplit")
-(define-key *top-map* (kbd "KP_End") "pull-hidden-next")
(define-key *root-map* (kbd "c") "raise-urxvt")
(define-key *root-map* (kbd "C") "run-urxvt")