Re: FVWM: using FvwmTaskBar with keyboard

2013-05-07 Thread JUNG, Christian
Hi, > Would it work if you could move the mouse with the keyboard and have > some keys assigned to the mouse buttons? I think this could work. But I would prefer real key bindings on the FvwmTaskBar. I'll give it a try if there's currently no other possibility. Thanks for the idea! bye Chris

FVWM: hide borders

2013-05-07 Thread JUNG, Christian
Hi, is it possible to hide the borders e.g. only on the left and right edge of a window? BorderWidth only defines the size of the border all around the window. But can I tell fvwm to hide the borders on specific edges of a window? Thanks Chris SHS SERVICES GmbH - Informatik Hofstattstraße 1

FVWM: using FvwmTaskBar with keyboard

2013-04-12 Thread JUNG, Christian
Hello, is there a way to bind certain keys to the FvwmTaskBar? I've already searched the mailing list and the internet for some hints but couldn't find any useful information. We do not have a mouse attached on some thinclients here. These terminals are used for displaying only some informatio

FVWM: Limit fullscreen applications to EWMH working area

2012-06-14 Thread JUNG, Christian
Hello, is there a possibility to limit applications which set their _NET_WM_STATE to _NET_WM_STATE_FULLSCREEN to the EWMH working area? I would like to start Mozilla Firefox in fullscreen mode (without window decoration, menu etc.) and limit it to the working area so that the FvwmTaskBar is no

Re: FVWM: limiting window movement to working area

2012-04-13 Thread JUNG, Christian
I've found a way to work around this messy FvwmEvent-stuff: Mouse 1 T A Function MoveWindow DestroyFunc MoveWindow AddToFunc MoveWindow + M Move + M PipeRead '[ $[w.x] -lt $[WORKAREA_LEFT_MARGIN] ] && echo Move $[WORKAREA_LEFT_MARGIN]p w0' + M PipeRead '[ $[w.y] -lt $[WORKAREA_TOP_MAR

FVWM: limiting window movement to working area

2012-04-12 Thread JUNG, Christian
Hello, is it possible to limit the movement of a window to the area defined by EWMHBaseStrut? Some details: I've got a FvwmTaskBar at the top of my desk and define the working area with the following commands: AddToFunc StartFunction + I Module FvwmTaskBar + I Wait FvwmTaskBar + I Nex

Re: FVWM: window buttons and button-focus

2010-03-30 Thread JUNG, Christian
> -Original Message- > From: thomas.ada...@gmail.com > [mailto:thomas.ada...@gmail.com] On Behalf Of Thomas Adam > Sent: Monday, March 29, 2010 11:04 AM > To: JUNG, Christian > Cc: fvwm@fvwm.org > Subject: Re: FVWM: window buttons and button-focus > > >

FVWM: window buttons and button-focus

2010-03-29 Thread JUNG, Christian
Hi, I've tried to get following behaviour of the window-buttons but I can't find a satisfying solution. If a mouse button is pressed and held on one of the window buttons and the mouse pointer moved from the button, the according action should not be invoked. But if the mouse pointer moves bac