Re: FVWM: color for pixmap on root

2014-09-16 Thread Jamie Griffin
On 16/09/2014 10:41, Dominik Vogt wrote: Well, if you don't post the commands you tried I cannot say what's wrong with them, but this works for me: colorset 10 tiledpixmap , tint green 25, bgtint red 50 *FvwmBacker: Command (Desk *) colorset 10 sorry i didn't explain it clearly, i'll h

Re: FVWM: color for pixmap on root

2014-09-16 Thread Jamie Griffin
On 15/09/2014 19:33, Dominik Vogt wrote: On Mon, Sep 15, 2014 at 08:25:50AM +0100, Jamie Griffin wrote: I've got a colorset set up with the usual stuff like $bg, $fg, TiledPixmap, Transparent and of course specifying the pixmap path as I understood from the manpage this might be the w

FVWM: color for pixmap on root

2014-09-15 Thread Jamie Griffin
Hi I use FvwmBacker to set the root backgrounds, on some of the desktops I use a pixmap image that is tiled. I would like to be able to add a colour of choice to the pixmap, to give it a tint-like effect. I've got a colorset set up with the usual stuff like $bg, $fg, TiledPixmap, Transparent

Re: FVWM: Dynamically Populating FvwmButtons

2014-09-04 Thread Jamie Griffin
On 04/09/2014 10:20, Thomas Adam wrote: On Thu, Sep 04, 2014 at 09:48:52AM +0100, Jamie Griffin wrote: Is there a way to populate a set of buttons based on the contents of a file or directory, perhaps using a default icon and a predefined template of an FvwmButtons instance? So, for example

FVWM: Dynamically Populating FvwmButtons

2014-09-04 Thread Jamie Griffin
Is there a way to populate a set of buttons based on the contents of a file or directory, perhaps using a default icon and a predefined template of an FvwmButtons instance? So, for example, if I had some documents in a directory each the same format and not likely to change often, can I have a

Re: FVWM: Positioning a menu

2014-08-28 Thread Jamie Griffin
On 28/08/2014 10:18, Thomas Adam wrote: On Thu, Aug 28, 2014 at 09:53:16AM +0100, Jamie Griffin wrote: I'm having trouble getting a menu to appear in the right place. I've got a taskbar at the bottom of the screen and a start button (FvwmButtons) which when pressed is supposed to o

Re: FVWM: Positioning a menu

2014-08-28 Thread Jamie Griffin
On 28/08/2014 10:18, Thomas Adam wrote: On Thu, Aug 28, 2014 at 09:53:16AM +0100, Jamie Griffin wrote: I'm having trouble getting a menu to appear in the right place. I've got a taskbar at the bottom of the screen and a start button (FvwmButtons) which when pressed is supposed to o

FVWM: Positioning a menu

2014-08-28 Thread Jamie Griffin
I'm having trouble getting a menu to appear in the right place. I've got a taskbar at the bottom of the screen and a start button (FvwmButtons) which when pressed is supposed to open a menu right above it, like Windows '98 style. The taskbar is 25 pixels in height and i'd like the menu to over

Re: FVWM: Populating an FvwmButtons button with PipeRead output

2014-08-23 Thread Jamie Griffin
On 22/08/2014 19:42, Thomas Adam wrote: On Tue, Aug 19, 2014 at 11:21:46AM +0100, Jamie Griffin wrote: How about using xclock with the -strftime command line option to print the current day and month in the button. It would be the 2nd instance of xclock running in that fvwmbuttons though

Re: FVWM: Populating an FvwmButtons button with PipeRead output

2014-08-21 Thread Jamie Griffin
On 17/08/2014 12:37, Dominik Vogt wrote: By the way, I've been using the module interface for a similar task. One of the buttons in FvwmButtons displays the time and date, another one current memory usage and a third one the top cpu using process. This is updated every fifteen seconds. Because

FVWM: Using Two FvwmIconMan

2014-08-18 Thread Jamie Griffin
Hi I'm using 1 FvwmIconMan in my taskbar which is swallowed (it's fvwmbuttons really) but, I want to have another fvwmiconman opened when I change my layout. When I close the fvwmbuttons taskbar that has fvwmiconman 1 swallowed, what is the right way to start another (2nd) fvwmiconman ? 'Mod

Re: FVWM: Populating an FvwmButtons button with PipeRead output

2014-08-17 Thread Jamie Griffin
On 17/08/2014 12:37, Dominik Vogt wrote: By the way, I've been using the module interface for a similar task. One of the buttons in FvwmButtons displays the time and date, another one current memory usage and a third one the top cpu using process. This is updated every fifteen seconds. Because

Re: FVWM: Populating an FvwmButtons button with PipeRead output

2014-08-17 Thread Jamie Griffin
On 17/08/2014 12:11, Thomas Adam wrote: On Sun, Aug 17, 2014 at 12:04:52PM +0100, Jamie Griffin wrote: Yeah that's it. The other thing I just thought of, is as I only want the current day number and month, I don't need the text to be updated during the existence of the fvwmbutton

Re: FVWM: Populating an FvwmButtons button with PipeRead output

2014-08-17 Thread Jamie Griffin
On 17/08/2014 11:55, Thomas Adam wrote: On Sun, Aug 17, 2014 at 11:50:28AM +0100, Jamie Griffin wrote: Thanks for explaining that. So, say I create a function for it rather than starting the script in the startfunction, when I define the particular button i reference the function to get the

Re: FVWM: Populating an FvwmButtons button with PipeRead output

2014-08-17 Thread Jamie Griffin
On 17/08/2014 11:41, Thomas Adam wrote: On Sun, Aug 17, 2014 at 11:11:42AM +0100, Jamie Griffin wrote: Within my dock (FvwmButtons) I would like to have the day (number) and the three letter abbreviation of the current date shown in-place of an icon inside one of my buttons, sort-of like a

FVWM: Populating an FvwmButtons button with PipeRead output

2014-08-17 Thread Jamie Griffin
be able to show me an example? I've searched online which has been informative but I've found nothing about this specific command so far. Jamie

Re: FVWM: Function To Manage FvwmButtons Instances

2014-08-16 Thread Jamie Griffin
On 16/08/2014 10:30, Dominik Vogt wrote: On Sat, Aug 16, 2014 at 09:50:15AM +0100, Jamie Griffin wrote: Aside from any errors, would you have any recommendations to improve what i'm trying to achieve? In my eyes, this is a good approach. Well, in the CloseFooOpenBar function you might

Re: FVWM: Function To Manage FvwmButtons Instances

2014-08-16 Thread Jamie Griffin
On 16/08/2014 08:40, Dominik Vogt wrote: + I TestRc (NoMatch) KillModule Dock I've had a go at using your suggestion but it does not work for me?

Re: FVWM: Function To Manage FvwmButtons Instances

2014-08-16 Thread Jamie Griffin
On 16/08/2014 08:40, Dominik Vogt wrote: AddToFunc ToggleWindow + I None ($$0, CirculateHit) $$1 + I TestRc (Match) Break + I Next (currentpage, visible, !iconic, $$0, CirculateHit) Close + I TestRc (Match) Break + I Next ($$0, CirculateHit) Function MakeVisible AddToFunc Make

FVWM: Function To Manage FvwmButtons Instances

2014-08-16 Thread Jamie Griffin
g one, it doesn't handle that well. I'd much prefer it to be bound to a single key stroke and have it check which instance is open, then close the open fvwmbuttons and start the other, as I mentioned. I'd be very grateful if anyone could offer a solution or some help. Best wishes, Jamie.

Re: FVWM: change position of the cursor

2011-05-20 Thread Jamie Paul Griffin
On Thu, May 19, 2011 at 11:38:38PM +0100, Thomas Adam wrote: > If it's via: > > DestroyFunc WindowListFunc > AddToFunc WindowListFunc > + I WarpToWindow 50 50 > + I ... > > etc. thank you, that's it. jamie

FVWM: change position of the cursor

2011-05-19 Thread Jamie Paul Griffin
On Thu, May 19, 2011 at 08:26:02PM +0100, Jamie Paul Griffin wrote: > Key Tab A M WindowList CurrentatEnd SelectOnRelease Meta_L > sorry, i wasn't meant to send that yet. i wanted to ask how i can get the cursor to warp to the middle of the window, or anywhere but not the top left c

FVWM:

2011-05-19 Thread Jamie Paul Griffin
Key Tab A M WindowList CurrentatEnd SelectOnRelease Meta_L

Re: FVWM: Task Bar Disappearing

2011-05-16 Thread Jamie Paul Griffin
ay. > fvwmtaskbar colorset colors show up lighter than the same colorset in > FvwmIconMan or elsewhere.. would you be able/willing to share the relevent section of your config file to show how you did it? jamie

Re: FVWM: Task Bar Disappearing

2011-05-15 Thread Jamie Paul Griffin
ke to see how other people have configured their window manager as well, it always amazes me to see how versatile it is and some people achieve really fantastic results. jamie

Re: FVWM: Task Bar Disappearing

2011-05-14 Thread Jamie Paul Griffin
't yet looked at using it as a task bar though so not sure how tricky will be. jamie

Re: FVWM: Task Bar Disappearing

2011-05-13 Thread Jamie Paul Griffin
suggested and use use those two other modules, I used to use them anyway but in a slightly different way. Thanks to you both for your help. Jamie

FVWM: Task Bar Disappearing

2011-05-13 Thread Jamie Paul Griffin
if so, do you know how I can fix it. I'm sorry but I do not know of any debugging technique to provide more information. The version of fvwm I am using is 2.7.0 built using the FreeBSD port process. Jamie

FVWM: libstroke with fvwm

2010-12-14 Thread Jamie
does this mean that libstroke needs other dependencies that aren't on my system? does anyone have a set-up with fvwm that uses this and who might know what i need to do? also, is it worth it :-) jamie

Re: FVWM: compiling with gnome support problem

2010-12-14 Thread Jamie
nfigure and the line i posted it confused me - i thought it wasn't picking up something it should. Not to worry and thanks for clearing that up for me. Best wishes, jamie.

FVWM: compiling with gnome support problem

2010-12-14 Thread Jamie
t say. After running configure, the relevent line reads this: With GNOME libs support in FvwmGtk? no: Can't find working gnome-config i'm sure i must be missing something simple, just wondering if anyone can give me some help. Thanks jamie.