Re: [Sawfish] Some issues is Sawfish |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/sawfish Archives
]
- To: sawfish@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [Sawfish] Some issues is Sawfish
- From: dmg <dmg@xxxxxxx>
- Date: Thu, 7 Mar 2013 03:27:52 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=YR8Fkvi5YJqr3/pKt8nA9tkbr1knzPXM95Jrosx8qvs=; b=SmOJaOJVmmtuSpf0Ll5sxFTJmlwqHQ5ZFLDnGX4zhdx5N6V8i/6Tp2YPR3de43gibD u0KOyYnlmZ02pfMv2paylwdCjylZndT1bBlFgJTQ1geOzrEo+pxqDufPvg4mLXipnJrx MFevEY8lfwQoLqetaBgtjsxHFv21QWgKiGrPfuiIGEeg89hXAJz5JsDAMIXmcpe7xEil 8mUlX+k9FpcZ9D6wL78yv3KJ2/e1Na3EbFCgdEBPUJSwCVp/6xsik4nyM7cQPXSRLAvk fe5F+JsZYRwjGL/9NUfpF0hc0FDBJOvA42lGwI5bTKzvOe370dm2poQIeH2K4PWjCGMf spyw==
On Thu, Mar 7, 2013 at 3:04 AM, Vladimir Kravets <vova.kravets@xxxxxxxxx> wrote:
> Hi guys,
>
> I'm very sad that there are rumors that project is dead. But I found in it a
> lot of things which is needed to me and BIG THANKS for it to authors of
> Sawfish.
>
> So about the issues:
What I can help with:
> 3. I canot find how I can in my ~/.sawfishrc define some properties for
> specific window match.
> I use now the gui to add WindowRule but some of cases I need to specify it
> in .sawfishrc to have more logic except only chnaging the properties of
> window.
maybe this will help. in this case the matcher is for the class. It
makes the window sticky.
(add-window-matcher '((WM_CLASS . "^class/instance$"))
'((sticky . t)
(sticky-viewport . t)))
>
> 4. How I can add hook to change workspace and e.g show notify using
> libnotify or exec notify-send?
>
add a hook to enter-workspace-hook
see
http://demonastery.org/2010/10/sawfish-and-emacs-org-mode/
it might help.
you can use (system "command") to execute a command
--
--dmg
---
Daniel M. German
http://turingmachine.org
--
Sawfish ML