aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.stumpwmrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.stumpwmrc b/.stumpwmrc
index fccc802..0ecc3ee 100644
--- a/.stumpwmrc
+++ b/.stumpwmrc
@@ -229,6 +229,8 @@ Run `*lock-screen-hook*' before locking it and run
(define-key *root-map* (kbd "f") "move-focus right")
(define-key *root-map* (kbd "n") "move-focus down")
(define-key *root-map* (kbd "p") "move-focus up")
+(define-key *root-map* (kbd "SPC") "next-in-frame")
+(define-key *root-map* (kbd "C-z") "other-in-frame")
(undefine-key *root-map* (kbd "C-a"))
(undefine-key *root-map* (kbd "C-c"))