aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-26 01:37:08 +0100
committerGravatar Tom Willemse2013-11-26 01:37:08 +0100
commit4fb35e37da4b9b7e1289d2ec4dbd8fd2e6b972b6 (patch)
treead88989c65bce358f5bdf7e080f92a17f0b76c8b
parent2c47c722155d6c906c42e1cd2910bd66a719bc0b (diff)
downloadstumpwm-4fb35e37da4b9b7e1289d2ec4dbd8fd2e6b972b6.tar.gz
stumpwm-4fb35e37da4b9b7e1289d2ec4dbd8fd2e6b972b6.zip
Use *-in-frame commands
One thing that has been bugging me about stumpwm for a long time is the fact that windows don't keep their place by default. Using the *-in-frame commands helps to keep them where I want them and keeps each frame dedicated to its type of window.
-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"))