From c545bedf7fa756531b0c486845a6f9af36a83eb2 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 20 Nov 2012 18:54:03 +0100 Subject: .sawfish/rc --- .sawfish/rc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.sawfish') 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))) -- cgit v1.2.3-54-g00ecf