Friday, August 26, 2005

What I dislike about Metacity

...coming from Sawfish. Some of these problems may be fixable by configuration; then again, metacity is notoriously unconfigurable.

I want opaque cycle-windows (alt-tab) and opaque move-window and resize-window.

(custom-set-keymap (quote window-keymap) (quote (keymap (raise-or-pass-through-click . "Button1-Click") (resize-window-interactively . "M-Button3-Move") )))

Note that raise-or-pass-through-click is different from raise-and-pass-through-click.

(bind-keys global-keymap "F5" '(display-window (get-window-by-name-re "Mozilla") ))

Can't let windows go beyond the top edge of the screen (intentionally hiding the titlebar).

No comments :