On Monday 03 September 2012 12:23:33 sam wrote:
> is there a way to make this apply only to transients/dialogs?
> 
> I assume this is possible since sawfish already knows which windows are
> transients or dialogs
> On Mon, Sep 03, 2012 at 01:53:37PM +0400, Dmitry Derjavin wrote:
> > On Вск, Сен 02 2012 at 21:51, sam wrote:
> > > I've found myself wanting to move transient windows (no buttons so no
> > > quick way to get the popup menus) between workspaces
> > > 
> > > There are also windows that the designers don't want me to resize for
> > > whatever reason but I want to resize them anyway, & full borders would
> > > be good for that, even if for some of these windows the innards remain
> > > the same size.
> > 
> > Try something like this:
> > 
> > (custom-set-keymap (quote window-keymap) (quote (keymap
> > 
> >                    (move-window-interactively . "Super-Button1-Move")
> >                    (popup-window-menu . "Super-Button2-Click")
> >                    (resize-window-interactively . "Super-Button3-Move")
> >                    )))
> > 
> > You could do it with sawfish-config in Configuration -> Bindings ->
> > Window keymap.

in sawfishrc:

(defvar-setq decorate-transients t)

/notetomyself: whyisthisnotinsawfishconfig? gonnaaddthisbefornextrelease!

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to