.sawfish/rc

This commit is contained in:
Tom Willemsen 2012-11-20 18:54:03 +01:00
parent e2ed387df1
commit c545bedf7f

View file

@ -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)))