summaryrefslogtreecommitdiffstats
path: root/.stumpwmrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-07 15:23:23 +0200
committerGravatar Tom Willemsen2012-10-07 15:23:23 +0200
commit52abe4f88168002420813e20751d772023d96718 (patch)
treed87aeefe7ca798fd8cdb911d932a2712944f5ca3 /.stumpwmrc
parent5b8d412cf79168fc6cdd45eac3ce65934d1f7b8d (diff)
parent049a44b608aacbaf1f040183def77fd7e7243fe3 (diff)
downloaddotfiles-52abe4f88168002420813e20751d772023d96718.tar.gz
dotfiles-52abe4f88168002420813e20751d772023d96718.zip
Merge remote-tracking branch 'origin/master' into phoenix
Conflicts: .config/awesome/rc.lua
Diffstat (limited to '.stumpwmrc')
-rw-r--r--.stumpwmrc8
1 files changed, 7 insertions, 1 deletions
diff --git a/.stumpwmrc b/.stumpwmrc
index e2f6662..8c258e7 100644
--- a/.stumpwmrc
+++ b/.stumpwmrc
@@ -127,9 +127,15 @@
(format-expand *window-formatters* *window-format*
(current-window)))))
-(set-prefix-key (kbd "C-z"))
+(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")