Re: [Sawfish] can sawfish auto-resize windows, when I am dragging them with a mouse? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/sawfish Archives
]
There are EdgeActions. You can enable them from SawfishConfig => EdgeActions.
There's expand action that resizes a window to the half screen-size according
to the edge window was dragged (nothing stock for 25%).
Via ~/.sawfish{/rc,rc} you may do something like
(defvar-setq top-edge-move-function
(lambda (win) (some-fancy-func-to-achieve-what-you-want win)))
I strongly suggest reading EdgeActions docs:
info sawfish Workspace EdgeActions
On Friday 12 October 2012 00:14:50 Mogei Wang wrote:
> Hi,
> Can sawfish resize the window to 1/4th of the screen, when it is
> dragged to some corner of the screen? I cannot find such scripts.
> Could someone address this feature?
>
> Thanks in advance!
>
> yours, m.w.
--
Sawfish ML