.sawfish/rc
This commit is contained in:
parent
e2ed387df1
commit
c545bedf7f
1 changed files with 5 additions and 5 deletions
10
.sawfish/rc
10
.sawfish/rc
|
@ -109,7 +109,8 @@ raise it."
|
||||||
"XF86AudioNext" '(run-shell-command "mpc next"))
|
"XF86AudioNext" '(run-shell-command "mpc next"))
|
||||||
|
|
||||||
(bind-keys oni:extended-keymap
|
(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)
|
;; (ungrab-keymap global-keymap)
|
||||||
(bind-keys
|
(bind-keys
|
||||||
|
@ -133,7 +134,6 @@ raise it."
|
||||||
"Super-M" 'maximize-window-toggle)
|
"Super-M" 'maximize-window-toggle)
|
||||||
;; (grab-keymap global-keymap)
|
;; (grab-keymap global-keymap)
|
||||||
|
|
||||||
(add-window-matcher '((WM_CLASS . "^Firefox/Navigator$"))
|
(add-window-matcher '((WM_CLASS . "^(Firefox|Conkeror)/Navigator$"))
|
||||||
'((position . north-east)))
|
'((position . north-east)
|
||||||
(add-window-matcher '((WM_CLASS . "^Conkeror/Navigator$"))
|
(maximized . all)))
|
||||||
'((position . north-east)))
|
|
||||||
|
|
Loading…
Reference in a new issue