FVWM: fvwm showing kill icon when starting and restarting

2015-10-17 Thread lee
Hi,

what could be the reason for fvwm showing its kill icon on startup and
when restarting?

It seems to do that since after I made some change to the configuration,
and I don't remember what that change was.  When it first happened, I
thought "ok, it's been restarted like so often and might be confused and
this will go away on a fresh start" --- but it didn't.

The configuration is here: https://github.com/lee-/fvwm


-- 
Again we must be afraid of speaking of daemons for fear that daemons
might swallow us.  Finally, this fear has become reasonable.



Re: FVWM: Is there a way to ignore other windows when placing one?

2015-10-17 Thread lee
Michael Großer <michael.gros...@gmx.de> writes:

> Michael Großer wrote:
>> Dan Espen wrote:
>>> lee <l...@yagibdah.de> writes:
>>> 
>>>> Hi,
>>>>
>>>> the subject pretty much says it:
>>>>
>>>> Can I somehow make it so that fvwm ignores particular windows when
>>>> figuring out where to place a new one?
>>> 
>>> Not that I know of.
>>> 
>>> What are you trying to do?
>> 
>> Without awaiting the answer about what is tried to do:
>> 
>> If no official way helps, there is always a dirty but "creative"
>> approach.
>> 
>> - Minimize the particular windows that you want to ignore
>> - Hide their icons
>> - Place your new window
>> - Unhide the hidden icons
>> - Reopen the minimized windows
>> 
>> The process would perhaps have an optical effect that is not so good
>> looking, but the "creative" approach could solve your problem if no other
>> expert delivers a better solution :-)
>
> Another idea:
>
> - Move the particular windows to a desktop that solely exists for that purpose
> - Place your new window
> - Move the cleared away windows back to their original place

Thanks, these are good ideas :)

I haven't figured out how to use multiple desks, though.  I tried that
once and apparently got multiple desks just by naming some, but no way
to switch between them.


What I'm trying to do is achieving more reasonable window placement.  I
found that one small window can make it so that a larger window is not
placed the way I would consider reasonable.  I found that out by
manually moving the small window around to see what placement I would
get and concluded that if fvwm would ignore the small window when it
figures out the placement of the larger one, the larger window would be
placed well.  So I wondered if I could have fvwm ignore the small
window.

Now you suggest to move the small window out of the way automatically
rather than manually --- something I haven't thought of :)


Is there some way to make it so that a function which moves the small
window out of the way is always called when fvwm is about to figure out
where to place a window?  And how do I prevent this function from being
called when the window that is moved out of the way is placed?

(In most cases, I probably won't need that because I'm using starter
functions to start applications which create windows, but applications
can create windows by themselves ...)


-- 
Again we must be afraid of speaking of daemons for fear that daemons
might swallow us.  Finally, this fear has become reasonable.



SOLVED: Re: FVWM: fvwm showing kill icon when starting and restarting

2015-10-17 Thread lee
Dan Espen <des...@verizon.net> writes:

> lee <l...@yagibdah.de> writes:
>
>> Hi,
>>
>> what could be the reason for fvwm showing its kill icon on startup and
>> when restarting?
>
> Do you mean kill cursor?

I guess so --- it's some icon which is probably supposed to look like a
skull with bones under it.  I vaguely remember having seen that
somewhere many years ago, and this icon reminds me of it.

>> It seems to do that since after I made some change to the configuration,
>> and I don't remember what that change was.  When it first happened, I
>> thought "ok, it's been restarted like so often and might be confused and
>> this will go away on a fresh start" --- but it didn't.
>>
>> The configuration is here: https://github.com/lee-/fvwm
>
> Somewhere in there you're issuing a Delete or Destroy not in a window
> context.

"not in a window context"?  I'm only destroying functions ... Oh, I
found it!  I used "Destroy" where I should have put "DestroyFunc".

Thanks!


-- 
Again we must be afraid of speaking of daemons for fear that daemons
might swallow us.  Finally, this fear has become reasonable.



FVWM: Is there a way to ignore other windows when placing one?

2015-10-10 Thread lee
Hi,

the subject pretty much says it:

Can I somehow make it so that fvwm ignores particular windows when
figuring out where to place a new one?


-- 
Again we must be afraid of speaking of daemons for fear that daemons
might swallow us.  Finally, this fear has become reasonable.



FVWM: WarpToWindow: to particular window?

2015-08-29 Thread lee
Hi,

with


DestroyFunc WarpToTerminal
AddToFunc WarpToTerminal
+ I Next (XTerm)   WarpToWindow 50 50

DestroyFunc WarpToEmacs
AddToFunc WarpToEmacs
+ I Next (Emacs)  WarpToWindow 50 50


bound to keys, I can switch to windows of that class/name.  This works
great until I have, for example, three emacs frames and an xterm (all on
different pages of the desktop) and want to warp between the xterm and
/one particular/ emacs frame.

What happens is that I warp to the xterm and then have to press the key
to warp to emacs several times until I arrive at the particular emacs
frame I want to go to.  If I had several xterms, I'd have switch to
several of them to arrive the one I'd want to go to.

This makes warping a bit inconvenient.


Is there a way to make it so that I automatically warp back to the last
window of the same class/name I came from when I first press the key and
only go to a different window of the same class/name when I press the
same key again?

This would allow switching between a particular xterm and a particular
emacs frame out of many immediately when pressing the corresponding key
once and still allow to switch to any other of them when pressing the
same key multiple times.


-- 
Again we must be afraid of speaking of daemons for fear that daemons
might swallow us.  Finally, this fear has become reasonable.



FVWM: mouse pointer placement when using window list

2015-05-24 Thread lee

Hi,

is there a way to define where the mouse pointer will be placed when the
window list is used to switch between windows?

Apparently, the pointer is placed at the top left edge of the selected
window, and it would be better for me if it was placed like in the
center of the selected window instead.

If this cannot be configured, a pointer to where to look in the source
would be great, too.


-- 
Again we must be afraid of speaking of daemons for fear that daemons
might swallow us.  Finally, this fear has become reasonable.



FVWM: solved: mouse pointer placement when using window list

2015-05-24 Thread lee
Thomas Adam tho...@fvwm.org writes:

 On 24 May 2015 at 11:12, lee l...@yagibdah.de wrote:

 Hi,

 is there a way to define where the mouse pointer will be placed when the
 window list is used to switch between windows?

 Apparently, the pointer is placed at the top left edge of the selected
 window, and it would be better for me if it was placed like in the
 center of the selected window instead.

 If this cannot be configured, a pointer to where to look in the source
 would be great, too.

 DestroyFunc WindowListFunc
 AddToFunc WindowListFunc
   + I Iconify off
   + I FlipFocus
   + I Raise
   + I WarpToWindow 5p 5p

 Change the values for WarpToWindow.

Thank you very much!

Wow, you find me impressed.  This is even straight from the manpage.  I
keep underestimating this wonderful window manager ...


-- 
Again we must be afraid of speaking of daemons for fear that daemons
might swallow us.  Finally, this fear has become reasonable.



FVWM: I want to set the new FVWM winning-logo into Rootmenu instead of the Title string of Rootmenu, what should i do?

2004-07-05 Thread lee
I like the new FVWM winning logo, and want to set it instead of the
RootMenu Title in my fvwm2rc file , this is i do:
AddToMenu MenuFvwmRoot %fvwm-logo-starburst-blue-250x83.png% Title
 i set the title string empty, just want to use the logo instead of
the string Root Menu

But the logo displays the left of FVWM rootmenu, if i want to it
displays the center of Rootmenu , What should i do?

Thanks

--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


FVWM: FVWM don't still read my xmodmap's setting,why?

2004-06-26 Thread lee
 Thanks Dan.  


  I do all that Dan told me.

 The problem which FVWM cann't display icons in Rootmenu did not appears.

 But FVWM still can not read my xmodmap , like the question why FVWM 
can read the command line xmodmop -e 'keycode 222 = XF86Poweroff' and 
works correctly, but it can not read my setting in .Xmodmap regardless 
of i append  xmodmap $HOME/.xmodmap or not .  

   I've used another method just set these into my .fvwm2rc file, like 
this:

...
InitFunction
+ I  Exec exec xmodmap $HOME/.xmodmap
...
The problem still exists



--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: FVWM don't still read my xmodmap's setting,why?

2004-06-26 Thread lee




AddToFunc InitFunction
+ I Exec exec xmodmap ~/.xmodmap

On my system, the .xmodmap file should contain:

keycode 222 = 86_Poweroff

If I use the XF, I get:

home xmodmap -e 'keycode 222 = XF86Poweroff'
xmodmap:  commandline:0:  bad keysym name 'XF86Poweroff' in keysym list
xmodmap:  1 error encountered, aborting.


 


Dear Dan:




Maybe you have got a kind of keyboard such as:
/usr/X1186/bin/xmodmap  /usr/share/xmodmap/xmodmap.us101A_x86
or /usr/share/xmodmap/xmodmap.uk_x86 these others keyboard





I've got my keyboard is :
/usr/X1186/bin/xmodmap /usr/share/xmodmap/xmodmap.gb-105
  
 ~~This is a chinese keyboard


I'll try set another kind of keyboard to find out the truth.

Sorry, the keycode 222 =XF86Poweroff should be keycode 222 = 
XF86PowerOff


Thanks
yours
  liguohong (learnman , a beginner for linux+fvwm , come from 
china)




--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


FVWM: FVWM don't read my xmodmap's setting,why?

2004-06-25 Thread lee
This is i do:
1. I have already install FVWM into my machine, and i commonly enter
FVWM from command console (runlevel 3) with the command'learnman$ startx'
2. cp /opt/wm/fvwm/fvwm-2.5.8/modules/FvwmSaveDesk/example/xinitrc
~~/.xinitrc
3. The .xinitrc file have these sentences:
...
usermodmap=$HOME/.Xmodmap
...
xmodmap $usermodmap
...
fvwm2 -cmd FvwmM4 -m4-prefix -m4opt -I$HOME $HOME/.fvwm/.fvwm2rc
 I change .fvwm2rc location to /home/learnman/.fvwm/, so i put the
.fvwm2rc file into /home/learnman/.fvwm/ , i think this change is right

4. And I append these keycodes into my ~/.Xmodmap file:
keycode 222 = XF86PowerOff
keycode 223 = XF86Standby
keycode 227 = XF86Wakeup
5. I check my ~/.fvwm/.fvwm2rc file, it have the sentence:
...
Key XF86Standby A A Menu RootMenu Popup
~This is test the Key
6. Now i exit FVWM to command console and typestartx , the key of
XFStandby do not work, i type 'xmodmap -pke |grep 222' to check the key
have setted or not ,the answer is :
...
keycode 222 =
this is empty, it show me the key have not setted
7.But after i typed 'xmodmap -e Keycode 222 = XF86Standby ', and
restart the FVWM(not exit FVWM to command console) , the key works
correctly. Why?

8. By the way, i set some icons into my rootmenu such as:
%mini.xterm.xpmXterm Exec exec xterm
and i enter FVWM with 'startx', these icos don't display, just display
correctly with restart FVWM (not exit FVWM to command console, just run
restart, and the ImagePath setting is correct).
I think the two problems maybe is one same question, but i can not check
out the answer.

Please.
Yours
learnman


--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


FVWM: How can i use the win-logo key in fvwm? Please....

2004-06-20 Thread lee
This is my xmodmap list:
learnman$xmodmap
xmodmap: up to 2 keys per modifier, (keycodes in parentheses):

shift Shift_L (0x32), Shift_R (0x3e)
lock Caps_Lock (0x42)
control Control_L (0x25), Control_R (0x6d)
mod1 Alt_L (0x40), Alt_R (0x71)
mod2 Num_Lock (0x4d)
mod3
mod4 Super_L (0x73), Super_R (0x74)
mod5

I just want to popup the RootMenu when i press the win-logo key anywhere
an d anytime! like this:

### Key Keyname Context Action ##
Key Pause A N Popup Utilities
..
Key Keyname(what should i set?) A N(what should i set?) Popup RootMenu

I don't know the win-logo key is Modifier or a common key? if it is
Modifiers ,but FVWM have predefined the M of Alt.

What i'll do correctly in my fvwm2rc? please.



--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


FVWM: I like FVWM, thank Dan Espen, thank Dominik Vogt, and thank others who works for [EMAIL PROTECTED] A chinese fvwmer.

2004-06-20 Thread lee


--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


FVWM: why FVWM cann't display these icons in root_menu while FVWM start?

2004-06-16 Thread lee
I set some icons in root_menu such as ...xterm%mini.xterm.xpm%,
but it cann't display these icons while Fvwm START, and display these
icons correctly while Fvwm RESTART,why?
Where is the difference of  StartFunction,InitFunction ,ExitFunction?
And Which function is used when Fvwm START? and which function is used
when Fvwm RESTART?

--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: Re: FvwmTabs v1.3

2003-01-18 Thread Glen Lee Edwards

Scott Smedley wrote:

Hi Glen,



It doesn't seem to
recognize FvwmTabs as the module (window?) name. I removed the 'Style 
FvwmTabs...' line
because it isn't doing anything.



Quite right. By default perl/Tk sets the class/resource name to 'Toplevel'.

To fix, replace the Toplevel() function call in createNewTabber()
with this line of code:

my $tl = $TOP-Toplevel(Name = 'FvwmTabs', -class = 'FvwmTabs', -title = 
$title);

 all should be fine.


Scott,

Bingo.  I now have a Title Bar. However, NoSticky isn't working - it's still 
sticky.
Glancing through the man pages it appears that NoSticky only works in a 
WindowList
context.  That's not a major problem.  I'll just remove Sticky as a default Fvwm
Module behavior and set it on an individual basis.

A couple of questions:

1) When capturing web browsers, I can't type a URL into the location field.
   Is it supposed to behave like that?  Is there a fix?
2) Is there a way to program shortcut keys so I can Alt-left or Alt-right
   between tabs instead of using the mouse?

Great module.  Thanks for writing it!

Glen



--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


FVWM: Re: FvwmTabs v1.3

2003-01-17 Thread Glen Lee Edwards
On Wednesday 15 January 2003 05:54 pm, SCoTT SMeDLeY wrote:
 Hi all,

 FvwmTabs v1.3 allows you to resize an app in a tab simply by resizing
 the FvwmTabs window when that app/tab is displayed.

 Also added 'Multi-Add'  'Release All (Iconify)' features.

 http://users.tpg.com.au/users/scottie7/fvwmtabs.html

 SCoTT. :)

I like the general concept of FvwmTabs.  I'm using Fvwm-2.5.5 and have 
noticed that FvwmTabs doesn't have a title bar, and is sticky - no 
matter what desktop or page I go to it's there.  Is there a way to make 
it work like regular Fvwm windows?  I don't want it to replace my 
existing setup, but rather I'd like to use it to organize projects into 
FvwmTabs.  For example, if I'm writing a PERL cgi script, I'd like to 
be able to place Emacs, Konsole, and a web browser that I'm using for 
the project into one tab, yet still be able to change desktops to 
access the other apps that are active but unrelated to the project.

Regards,

Glen
--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: Re: FvwmTabs v1.3

2003-01-17 Thread Glen Lee Edwards

Dan Espen wrote:

Scott Smedley [EMAIL PROTECTED] writes:


Hi Glen,


I like the general concept of FvwmTabs.  I'm using Fvwm-2.5.5 and have 
noticed that FvwmTabs doesn't have a title bar, and is sticky - no 
matter what desktop or page I go to it's there.  Is there a way to make 
it work like regular Fvwm windows?


Sounds like an Fvwm config problem as I have FvwmTabs working exactly
as you desire. Try something like:

Style FvwmTabs NoSticky, Title

in your .fvwm2rc file.



Most likely, there's a:

Style Fvwm* Sticky, NoTitle



arlready in the .fvwm2rc.


That is the problem.


Make sure to add the

Style FvwmTabs NoSticky, Title

after it.


That didn't fix it.  It's not responding to any configuration options
I'm putting on the line:

Style FvwmTabs etc

For example,

Style FvwmTabs NoSticky, Title, BorderWidth 10

makes no difference.  It's still Sticky, no Title, with a BorderWidth
of 2.  When I removed the 'Style Fvwm* Sticky, NoTitle' line it and
all the other Fvwm Modules had a Title and weren't Sticky.  I seem to be
unable to find a way to individually configure FvwmTabs.  It I need to
I can leave out the 'Style Fvwm*...' line and add it individually to
each module, but that wouldn't be my first choice.

Glen





--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


FVWM: How to inconify/deinconify a window when clicking on the corresponding button in the icon manager?

2002-10-20 Thread Leo Jingyu LEE
Hi, 

I am a real newbie on fvwm and trying it with Cygwin/XFree86.  I am just
not able to figure out this simple behavior (at least it works in twm by
default) after reading and trying various things.  I am also not able to
find a search function in the mail archive so that I have to post the
question.  I will greatly appreciate your help.

-- Leo



--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


FVWM: How to inconify/deinconify a window when clicking on the corresponding button in the icon manager?

2002-10-20 Thread Leo Jingyu LEE
Hi, 

I am a real newbie on fvwm and trying it with Cygwin/XFree86.  I am just
not able to figure out this simple behavior (at least it works in twm by
default) after reading and trying various things.  I am also not able to
find a search function in the mail archive so that I have to post the
question.  I will greatly appreciate your help.

-- Leo



--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


FVWM: How to inconify/deinconify a window when clicking on the corresponding button in the icon manager?

2002-10-20 Thread Leo Jingyu LEE

Hi, 

I am a real newbie on fvwm and trying it with Cygwin/XFree86.  I am just
not able to figure out this simple behavior (at least it works in twm by
default) after reading and trying various things.  I am also not able to
find a search function in the mail archive so that I have to post the
question.  I will greatly appreciate your help.

-- Leo



--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


RE: FVWM: Cygwin

2002-04-10 Thread Lee, Richard
 -Original Message-
 From: Stephen Dennison [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, April 10, 2002 5:36 PM
 To: fvwm@fvwm.org
 Subject: FVWM: Cygwin
 
 
 I recently compiled fvwm under cygwin.  To my amazement it actually
 worked!  Unfortunately it's not exactly... well you know... 
 stable.  I was
 just wondering if anyone else had tried to run fvwm2 under 
 cygwin using
 the X server supplied by XFree86.org.
 Oh, and I'm running it on a windows 98 machine, although 
 quite possibly it
 may soon become a windows 2000 machine.
 
 Anyone, I'm interested in hearing if anyone has tried using it under
 windows with cygwin or other software.  Maybe you could provide hints,
 tips, etc?
 
 Thanks.
 --s.r.d.

I've done exactly the same thing, using fvwm 2.4.3, except on a Windows 2000
pro system; been steady as a rock.  As I recall, the configure and make
worked cleanly with no special diddling needed.
--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


SnapGrid

2001-10-11 Thread Glen Lee Edwards
Can you please include the ability in SnapGrid for it to begin with an offset
number?  I use the WindowShade feature, and layer the windows I'm using on a
project one below the other at 35p increments (the width of the WindowShaded
TitleBar).  To give some clearance to the FvwmTaskBar I start the layering at 
x+0 y+10.  The increments I need for the SnapGrid to work then would be:

x+0 y+10
x+0 y+45
x+0 y+80
x+0 y+115
x+0 y+150
etc.

Thanks for allowing us input.

Glen


--
Visit the official FVWM web page at URL:http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm-workers in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]