summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)))