I have always bound a key to call-command (call-command . "M-C-x")
it can always get you out of a problem. and i also bind (maximize-window-horizontally-toggle . "M-C-h") (maximize-window-vertically-toggle . "M-C-v") (maximize-window-toggle . "M-C-m") I use these 3 commands all the time (particularly the vertical, and general toggle). I also have a lisp-command that moves the windows "inside" (dmg-move-window-inside . "M-C-i") this means move and if necessary, resize. it is part of this module: http://turingmachine.org/hacking/sawfishLisp/dmg-after-rotate.jl which is very handy if you rotate the screen. --dmg On Thu, Jun 9, 2011 at 6:47 PM, Alan McConnell <[email protected]> wrote: > On Thu, Jun 09, 2011 at 09:22:07PM +0200, Andrea Vettorello wrote: >> >> > Is there a keyboard command to deal with this problem? I always >> > have terminal windows open, so I could set up a rep command >> > to set the proper size of (whatever) window, in this case the >> > iceweasel one. >> > >> >> I use a lot the "Resize window interactively" function to resize a >> window clicking anywhere on it, instead of pointing at the >> borders/edges. > This sounds like _exactly_ what I need. But it is too little > information for this sawfish-internals newbie. I have done > some googling, and have poked around in the > http://sawfish.wikia.com/wiki/, but only got more confused. > I don't even know how to set up .sawfish/ in my home directory > properly. > > Many thanks in advance for additional pointers! > > Alan > > -- > Alan McConnell : http://patriot.net/users/alan > It is better to know some of the questions than all of the answers. > He who hesitates is sometimes saved. (both by James Thurber) > -- --dmg --- Daniel M. German http://turingmachine.org
