[Sawfish] Re: Add compton module to sawfish |
[ Thread Index | Date Index | More lists.tuxfamily.org/sawfish Archives ]
On Samstag, 21. September 2013, 03:11:43 wrote fuchur: > Hi, > > On Fri, 13 Sep 2013 21:47:31 +0200 > > wrote fuchur <flohtransporter@xxxxxxxxx>: > >Hi, > > > >On Thu, 12 Sep 2013 15:59:27 +0200 > > > >wrote fuchur <flohtransporter@xxxxxxxxx>: > >>Hi, > >> > >>I have build a patch to add support for transparency in sawfish. > >>It use compton and you can use sawfish to set the most settings. > > > >With this patch i have add some settings for shadows. Changes: > > > >Disable shadows by windows with tabs, but you can force shadows for > >windows with tabs. > >Improve shadows for windows with tabs. > > > >Selectable: > >Don’t draw shadows on menus. > >Don’t draw shadows on drag-and-drop windows. > >Don’t draw shadows on shaped windows. > >Only draw shadows on normal windows and dialogs. > > > >Add window match whether a window never become shadows. > >Better xinerama support (remove shadows by fullscreen on a head) > >Add "--detect-rounded-corners". > > > > > >Should now complete, if you missing something important please > >send a mail. > > With this patch we set all inactiv/background tabs shade. Tabbed > windows now also looks like normal windows. Also improve translucency > for shadows settings. Fix frame errors by frametype-button from StyleTab themes. Apply this patch after 02_tab-shade.patch. -- Regards, Fuchur GPG Fingerprint: CA3B 8204 5B3E 6D48 6D53 C116 E5BC 70D5 B8D7 B2B0
diff -urNad sawfish.orig/themes/StyleTab/theme.jl sawfish/themes/StyleTab/theme.jl --- sawfish.orig/themes/StyleTab/theme.jl +++ sawfish/themes/StyleTab/theme.jl @@ -703,7 +703,8 @@ (window-put w 'type new) (reframe-window w) (move-window-to w pos-x pos-y) - (resize-window-to w dim-x dim-y)) wins)))) + (resize-window-to w dim-x dim-y)) wins) + (tab-refresh-group w 'move)))) (define (set-frame-default-and-default/transient) "Set frametype to `default' and toggle transient-ness with resize."
Attachment:
signature.asc
Description: This is a digitally signed message part.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |