Gentoo Archives: gentoo-user

From: Daniel Bengtsson <danbe535@×××××××××××.se>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to set an application to be on all workspaces?
Date: Sat, 15 Oct 2005 16:22:18
Message-Id: 20051015181810.326cd49a@calvin.hemma
In Reply to: Re: [gentoo-user] How to set an application to be on all workspaces? by Holly Bostick
1 > > I am using engage (from enlightenment) as a toolbar
2 >
3 > ... and toolbars don't usually have titlebars.
4
5 Ah, must have been missing out on the word toolbar.
6 Not shure what it means acutally =)
7
8 >
9 > Is there another way to make a given window sticky in fluxbox (via a
10 > menu or something)? Otherwise, looks like it's still a job for
11 > devilspie.... (and that is kinda what devilspie is for, anyway,
12 > so....)
13 >
14 > Holly
15
16
17 Then you could define a key-sequence for setting the sticky property.
18 If fluxkeys is installed, use it and add a kombination for "stick"
19
20 If not, you can edit ~/.fluxbox/keys by hand and add something like:
21 Mod1 Shift s :stick
22
23 Then alt-shift-s makes the active window sticky. Hope it works for
24 toolbars as well.