You are not logged in.

#26 2009-01-20 17:58:50

ThomasAdam
Member
From: Southampton, England
Registered: 2005-10-26
Posts: 148

Re: Share your FVWM desktop ! :)

joqueza wrote:

This board has no forums.

You didn't read my last reply.  I've gone and broken it and do not know how to fix it, unfortunately.

-- Thomas Adam

Offline

#27 2009-01-29 21:57:51

ThomasAdam
Member
From: Southampton, England
Registered: 2005-10-26
Posts: 148

Re: Share your FVWM desktop ! :)

joqueza wrote:
ThomasAdam wrote:
joqueza wrote:

Thanks for your input Thomas. I'll check these solutions out.

Is the unofficial fvwm locked? I registered over there to ask these questions but I can only register and I haven't access to the forum once I log in.

I might have removed you from it for being idle or for appearing to be a spammer.  Reregister the same nick and I will take a look.

-- Thomas Adam

I can't re-register because the account is still available.

Your account has already been activated.

and then once I log in:

This board has no forums.

This should be fixed now.

-- Thomas Adam

Offline

#28 2009-01-31 12:22:19

droog
Member
Registered: 2004-11-18
Posts: 877

Re: Share your FVWM desktop ! :)

heleos wrote:
droog wrote:

still using this basic setup without the menu pixmaps
http://two.xthost.info/navi/screens/200 … _scrot.png

Could you give me the code for your thumbnails? Mine are pretty messed up sad

I've been taking care of a sick friend the last couple months so i'm rareyl on my comp, she is doing much better now so will probably be home tomorrow and can post my config. Sorry for such a late response.

Offline

#29 2009-03-15 16:27:26

Thinker
Member
From: Oklahoma
Registered: 2008-03-04
Posts: 12
Website

Re: Share your FVWM desktop ! :)

Was told to post here so I am.  I just discovered FVWM, here my shot and configs:

http://thinker-philosopher.deviantart.c … -115929381

The configs aren't really ready for general release (since I'm still tweaking them), but I suppose I can for others to mess around with.  Don't worry, I'm trying to make things more efficient (I just discovered the "Swallow" command :-\).

Edit: "Was told ..." sentence

Last edited by Thinker (2009-03-15 16:28:08)

Offline

#30 2009-03-17 06:51:59

droog
Member
Registered: 2004-11-18
Posts: 877

Re: Share your FVWM desktop ! :)

hey guise, screw posterity.

Thinker wrote:

I just discovered FVWM, here my shot and configs

nice! can't believe you've only been using fvwm for a few days your config is good it only has a few redundant things but overall is great.

Last edited by droog (2009-03-17 07:20:15)

Offline

#31 2009-03-20 16:14:45

Thinker
Member
From: Oklahoma
Registered: 2008-03-04
Posts: 12
Website

Re: Share your FVWM desktop ! :)

Thanks droog!  I'm still toying with it and have done a lot of stuff since then :-D May post another shot in a day or two.

Offline

#32 2009-03-21 19:13:54

Shaika-Dzari
Member
From: Québec, Canada
Registered: 2006-04-14
Posts: 436
Website

Re: Share your FVWM desktop ! :)

Thinker wrote:

Was told to post here so I am.  I just discovered FVWM, here my shot and configs:

http://thinker-philosopher.deviantart.c … -115929381

The configs aren't really ready for general release (since I'm still tweaking them), but I suppose I can for others to mess around with.  Don't worry, I'm trying to make things more efficient (I just discovered the "Swallow" command :-\).

Edit: "Was told ..." sentence

Pretty good job! smile

Offline

#33 2009-03-28 02:31:56

Thinker
Member
From: Oklahoma
Registered: 2008-03-04
Posts: 12
Website

Re: Share your FVWM desktop ! :)

Thanks very much all :-D  Here is my new config:

http://thinker-philosopher.deviantart.c … -117218263

One day I'll edit my first config to be efficient :-\

Offline

#34 2009-03-28 04:14:08

heleos
Member
From: Maine, USA
Registered: 2007-04-24
Posts: 678

Re: Share your FVWM desktop ! :)

You really want me to start messing around with my fvwm config again... But it's such a timesink tongue

edit: timesink, not timesync wink

Last edited by heleos (2009-03-28 04:14:48)

Offline

#35 2009-03-28 04:37:56

droog
Member
Registered: 2004-11-18
Posts: 877

Re: Share your FVWM desktop ! :)

heleos wrote:

You really want me to start messing around with my fvwm config again... But it's such a timesink tongue

edit: timesink, not timesync wink

DO IT!!!

Offline

#36 2009-03-28 04:43:01

droog
Member
Registered: 2004-11-18
Posts: 877

Re: Share your FVWM desktop ! :)

heleos wrote:

You really want me to start messing around with my fvwm config again... But it's such a timesink tongue

edit: timesink, not timesync wink

The sink is worth it!

Offline

#37 2009-03-28 16:14:52

heleos
Member
From: Maine, USA
Registered: 2007-04-24
Posts: 678

Re: Share your FVWM desktop ! :)

Can someone post me good working thumbnail code? smile

Offline

#38 2009-03-29 18:27:43

Shaika-Dzari
Member
From: Québec, Canada
Registered: 2006-04-14
Posts: 436
Website

Re: Share your FVWM desktop ! :)

heleos wrote:

Can someone post me good working thumbnail code? smile

#### Thumbnails #####

DestroyFunc Thumbnail
AddToFunc Thumbnail
+ I Raise
+ I ThisWindow (!Iconic) SetEnv Icon-$[w.id] $[w.iconfile]
+ I ThisWindow (!Shaded, Iconifiable, !Iconic) PipeRead \
"xwd -silent -id $[w.id] | convert -scale 100 -frame 1x1 \
-mattecolor black -quality 0 xwd:- png:$[fvwm_home]/icon.tmp.$[w.id].png \
&& echo WindowStyle IconOverride, Icon $[fvwm_home]/icon.tmp.$[w.id].png \
|| echo Nop"
+ I Iconify

DestroyFunc DeThumbnail
AddToFunc DeThumbnail
+ I PipeRead "echo Test \\(i \\$\\[Icon-$[w.id]\\]\\) WindowStyle Icon \\$\\[Icon-$[w.id]\\]"
+ I TestRc (NoMatch) WindowStyle NoIconOverride, Icon
+ I Exec rm -f $[fvwm_home]/icon.tmp.$[w.id].png
+ I UnsetEnv Icon-$[w.id]

DestroyModuleConfig FvwmEvent:*
*FvwmEvent: Cmd
*FvwmEvent: deiconify DeThumbnail

But, you can surelly find something better on fvwm forum. smile

Offline

#39 2009-03-29 18:31:29

ThomasAdam
Member
From: Southampton, England
Registered: 2005-10-26
Posts: 148

Re: Share your FVWM desktop ! :)

Shaika-Dzari wrote:

But, you can surelly find something better on fvwm forum. smile

You will.  The code you posted isn't even complete -- you don't even start FvwmEvent at any point.  No, go see the forums, this implementation is old, and I am not prepared to waste my time fixing it.

-- Thomas Adam

Offline

#40 2009-03-29 19:16:42

Shaika-Dzari
Member
From: Québec, Canada
Registered: 2006-04-14
Posts: 436
Website

Re: Share your FVWM desktop ! :)

ThomasAdam wrote:
Shaika-Dzari wrote:

But, you can surelly find something better on fvwm forum. smile

You will.  The code you posted isn't even complete -- you don't even start FvwmEvent at any point.  No, go see the forums, this implementation is old, and I am not prepared to waste my time fixing it.

-- Thomas Adam

Sorry Thomas sad
I did not said it was complete. I did not use anymore these function and I did not rewrite it for my new configuration. This is why you can see some error (like $[fvwm_home] roll).
I think this post should be usefull heleos : http://fvwm.lair.be/viewtopic.php?f=38& … n&start=25 smile

Offline

#41 2009-03-30 00:08:23

heleos
Member
From: Maine, USA
Registered: 2007-04-24
Posts: 678

Re: Share your FVWM desktop ! :)

Excellent, thank you smile

Offline

#42 2009-03-30 06:05:00

zer4tul
Member
Registered: 2009-03-29
Posts: 3

Re: Share your FVWM desktop ! :)

my fvwm screenshot. keyboard oriented.

http://img15.imageshack.us/img15/2814/2 … 80x800.png

Offline

#43 2009-04-01 21:50:41

heleos
Member
From: Maine, USA
Registered: 2007-04-24
Posts: 678

Re: Share your FVWM desktop ! :)

My FVWM config is almost complete (Complete means that I can start breaking it again tongue) But there are a couple snags I still have:

- Finally got thumbnails working, but I'd like to set a vertical size limit. On windows like pidgin's buddylist, the thumbnail is ~300px tall. Here is the code for thumbnailing... Maybe I can set a max height in here?

DestroyFunc Thumbnail
AddToFunc Thumbnail
+ I Raise
+ I SetEnv Icon-$[w.id] $[w.iconfile]
+ I ThisWindow (!Shaded, Iconifiable, !Iconic) PipeRead "xwd -silent -id $[w.id] | convert -scale $[fvwm_icon_size] -frame 1x1 -quality 0 xwd:- png:$[FVWM_USERDIR]/icon.tmp.$[w.id].png && echo WindowStyle IconOverride, Icon $[FVWM_USERDIR]/icon.tmp.$[w.id].png || echo Nop"
+ I TestRc (Match) Test (f $[HOME]/icons/$[w.miniiconfile]) PipeRead "composite -geometry +2+4 $[HOME]/icons/$[w.miniiconfile] $[FVWM_USERDIR]/icon.tmp.$[w.id].png $[FVWM_USERDIR]/icon.tmp.$[w.id].png && echo Nop || echo Beep"
+ I Iconify

- I cannot get a mouse function working properly. I want to be able to hold the titlebar to drag, but also doubleclick to maximize. I've tried, and it seems like I can't have both. Here is the code I have for the hold-to-move:

DestroyFunc UnMaximizeAndMove
AddToFunc UnMaximizeAndMove
+ H ThisWindow (Maximized, !Shaded) Maximize False
+ H Move

Trying to add "+ D Maximize $0 $1" to the above function didn't work. I'm guessing you can't have a hold and a doubleclick in the same function

Offline

#44 2009-04-01 22:09:44

ThomasAdam
Member
From: Southampton, England
Registered: 2005-10-26
Posts: 148

Re: Share your FVWM desktop ! :)

heleos wrote:

My FVWM config is almost complete (Complete means that I can start breaking it again tongue) But there are a couple snags I still have:

- Finally got thumbnails working, but I'd like to set a vertical size limit. On windows like pidgin's buddylist, the thumbnail is ~300px tall. Here is the code for thumbnailing... Maybe I can set a max height in here?

Go read the options to "convert" -- it is possible.

heleos wrote:

- I cannot get a mouse function working properly. I want to be able to hold the titlebar to drag, but also doubleclick to maximize. I've tried, and it seems like I can't have both. Here is the code I have for the hold-to-move:

DestroyFunc UnMaximizeAndMove
AddToFunc UnMaximizeAndMove
+ H ThisWindow (Maximized, !Shaded) Maximize False
+ H Move

Trying to add "+ D Maximize $0 $1" to the above function didn't work. I'm guessing you can't have a hold and a doubleclick in the same function

You're wrong.

Why are you adding "$0" and "$1"?  That's either going to do nothing, or put garbage to the Maximize command.

DestroyFunc UnMaximizeAndMove
AddToFunc UnMaximizeAndMove
+ H ThisWindow (Maximized, !Shaded) Maximize False
+ H Move
+ D Maximize

-- Thomas Adam

Offline

#45 2009-04-01 22:19:40

heleos
Member
From: Maine, USA
Registered: 2007-04-24
Posts: 678

Re: Share your FVWM desktop ! :)

ThomasAdam wrote:
DestroyFunc UnMaximizeAndMove
AddToFunc UnMaximizeAndMove
+ H ThisWindow (Maximized, !Shaded) Maximize False
+ H Move
+ D Maximize

-- Thomas Adam

This doesn't work either. Attempting to double click just brings up the 'move' mouse icon for a split second

Offline

#46 2009-04-01 22:27:35

ThomasAdam
Member
From: Southampton, England
Registered: 2005-10-26
Posts: 148

Re: Share your FVWM desktop ! :)

heleos wrote:
ThomasAdam wrote:
DestroyFunc UnMaximizeAndMove
AddToFunc UnMaximizeAndMove
+ H ThisWindow (Maximized, !Shaded) Maximize False
+ H Move
+ D Maximize

-- Thomas Adam

This doesn't work either. Attempting to double click just brings up the 'move' mouse icon for a split second

So increase your ClickTime then:

ClickTime 310

When I say it works, I mean, it works.  If it doesn't for you, you've something else wrong, so using a pastebin for your entire config would help.

-- Thomas Adam

Offline

#47 2009-04-01 22:30:17

heleos
Member
From: Maine, USA
Registered: 2007-04-24
Posts: 678

Re: Share your FVWM desktop ! :)

ThomasAdam wrote:

So increase your ClickTime then:

ClickTime 310

When I say it works, I mean, it works.  If it doesn't for you, you've something else wrong, so using a pastebin for your entire config would help.

-- Thomas Adam

Hey... That works great. Thanks for the help and quick responses.

Offline

#48 2009-12-17 17:00:19

tartan
Member
From: Moscow, Russia
Registered: 2009-09-24
Posts: 61

Re: Share your FVWM desktop ! :)

d62b6c.png

Here's mine - pixmaps ripped from Silent Night xfwm theme to suit GTK, no fancy buttons or menu things 'cause I'm still learning to configure fvwm and want to have my own config.

Config files and pixmaps: http://www.sendspace.com/file/tq5bw1

Last edited by tartan (2009-12-17 17:00:57)

Offline

#49 2009-12-31 17:24:44

Shaika-Dzari
Member
From: Québec, Canada
Registered: 2006-04-14
Posts: 436
Website

Re: Share your FVWM desktop ! :)

Cool config Tartan smile

Offline

#50 2011-02-17 12:19:54

Mr. Alex
Member
Registered: 2010-08-26
Posts: 623

Re: Share your FVWM desktop ! :)

I don't have mine but am very curious about its look. From what I noticed - there are very few folks in the world who use FVWM... :-)

Offline

Board footer

Powered by FluxBB