Re: sticky window and uniconify all windows ?
- From: Ewan Mellor <sawfish ewanmellor org uk>
- To: William Xuuu <william_xuuu 163 com>
- Cc: sawfish-list gnome org
- Subject: Re: sticky window and uniconify all windows ?
- Date: Sun, 23 Jan 2005 13:28:25 +0000
On Thu, Jan 20, 2005 at 02:31:36PM +0800, William Xuuu wrote:
> 2.`iconify-workspace-windows' can iconify all windows in current workspace,
> are there any corresponding functions that would uniconify all windows in
> current workspace ?
How about
(define uniconify-workspace-windows
(mapc (lambda (w) (when (member current-workspace (window-workspaces w))
(uniconify-window w)))
(managed-windows))
)
Ewan.
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]