From 4fb35e37da4b9b7e1289d2ec4dbd8fd2e6b972b6 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 26 Nov 2013 01:37:08 +0100 Subject: 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. --- .stumpwmrc | 2 ++ 1 file changed, 2 insertions(+) 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")) -- cgit v1.2.3-54-g00ecf