Re: FVWM: Icon quetsions

From: Dominik Vogt <dominik.vogt_at_gmx.de>
Date: Sat, 27 Jan 2001 18:28:43 +0100

On Sat, Jan 27, 2001 at 10:52:25PM +0000, M.Kirillov wrote:
> Hello.
>
> I build one of the last version of 2.3.x and have some
> questions about weird things which were not in 2.2.x.
>
> 1) Default Icon position
>
> In the 2.2.x, icons were by default handles as in twm. In
> the first time I iconify a window, it place the icon where
> the pointer is - i.e., the "Iconify" button. Now, it is
> placed in the "Default IconBox". As I could get from the
> manual, the default iconbox cannot be destroyed. So, how can
> I achieve the previous behavior?

You can't. Well, at least not untils you fetch the latest
copy from CVS. I have added an option to the IconBox style. Now
you can say

  Style * IconBox None

To disable the default icon box.

> 2) Icons moving.
>
> In the 2.2.x, I used this string to drag icons and windows:
>
> Mouse 0 SFWTI M Move
>
> Now, it doesn't work for Icons. What can I do to move icons
> by mouse?

This should work. Please post your config file so we can see
what's wrong.

> 3) MinOverlapPlacement consider Icons
>
> Well, it is like I said. New Window starts aside from icons,
> I want it to cover them and avoid only overlaping with the
> normal windows. "SnapAttraction 1 Windows" didn't help

Right now you don't have detailed control over the placement
policy other than using one of the predefined options. In the
future we will probably add much more flexibility in window
placement. However, you could place your icons on a lower
layer:

  AddToFunc my_iconify
  + I Iconify on
  + I Layer 1

  AddToFunc my_deiconify
  + I Layer default
  + I Iconify off

Then use my_(de)iconify everywhere to (de)iconify your windows.
With the modification I made to the MinOverlapPercentPlacement
style, windows/icons on lower layers will be covered more often
than windows/icons above them. You will need the current
source code, though.

> And, question not concerning icons.
>
> 4) Smart placements places windows in a physical screen
> instead of desktop - i.e. it failed is there is no space in
> the screen (however it can place them in the desktop)

Yes. SmartPlacement has always worked this way. New windows are
always placed on a specific page of the desktop. This is normally
the current page unless other options override that.

Bye

Dominik ^_^ ^_^

--
Dominik Vogt, dominik.vogt_at_gmx.de
Reply-To: dominik.vogt_at_gmx.de
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Sat Jan 27 2001 - 12:59:34 GMT

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:51 BST