summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-20 18:54:03 +0100
committerGravatar Tom Willemsen2012-11-20 18:54:03 +0100
commitc545bedf7fa756531b0c486845a6f9af36a83eb2 (patch)
tree9b606864f8e571231d32089e16ce82deefbd0a72
parente2ed387df12186dba6f6e0c60044ae5d4d59aa20 (diff)
downloaddotfiles-c545bedf7fa756531b0c486845a6f9af36a83eb2.tar.gz
dotfiles-c545bedf7fa756531b0c486845a6f9af36a83eb2.zip
.sawfish/rc
-rw-r--r--.sawfish/rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/.sawfish/rc b/.sawfish/rc
index 700c1de..684ce1d 100644
--- a/.sawfish/rc
+++ b/.sawfish/rc
@@ -109,7 +109,8 @@ raise it."
"XF86AudioNext" '(run-shell-command "mpc next"))
(bind-keys oni:extended-keymap
- "w" oni:window-management-keymap)
+ "w" oni:window-management-keymap
+ "Super-b" 'popup-window-list-menu)
;; (ungrab-keymap global-keymap)
(bind-keys
@@ -133,7 +134,6 @@ raise it."
"Super-M" 'maximize-window-toggle)
;; (grab-keymap global-keymap)
-(add-window-matcher '((WM_CLASS . "^Firefox/Navigator$"))
- '((position . north-east)))
-(add-window-matcher '((WM_CLASS . "^Conkeror/Navigator$"))
- '((position . north-east)))
+(add-window-matcher '((WM_CLASS . "^(Firefox|Conkeror)/Navigator$"))
+ '((position . north-east)
+ (maximized . all)))