[dev] [dwm] exit fullscreen correctly

2012-02-23 Thread Andreas Amann
dwm does not always leave the fullscreen mode correctly. For example, if you use the mouse to resize a fullscreen client, the boarder does not get painted, which indicates that internally the isfullscreen flag is still set. A similar effect happens if togglefloat (Alt-Shift-Space) is applied to

Re: [dev] [dwm] question regarding floating clients being always on top

2012-02-23 Thread Bert Münnich
On 20.02.12, Uli Armbruster wrote: > By default, floating clients are always on top of tiled clients. I'd > like to change this behavior to make it possible to use floating and > tiled clients together (either having the same tag or if multiple tags > are selected) so the currently selected clie

Re: [dev] smessage

2012-02-23 Thread Hadrian Węgrzynowski
Dnia 2012-02-23, o godz. 18:45:08 Florian Limberger napisał(a): > > An operation Mode without any Buttons where the Window closes > > itselfs after x seconds would be also great I think. Than somebody > > could use smessage also for displaying popup-infos whithin a > > desktop environment for

Re: [dev] smessage

2012-02-23 Thread Florian Limberger
Hi Bartosz, On 23.02.2012 13:30, Bartosz Pranczke wrote: > I have a warning preventing this from compile. > > cc -Wall -Wextra -Werror -std=c99 -pedantic -I/usr/X11R6/include > -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DNAME=\"smessage\" > -DVERSION=\"ALPHA\" -c smessage.c > smessage.c: In function ‘ha

Re: [dev] smessage

2012-02-23 Thread Florian Limberger
Hi Aurélien, On 23.02.2012 13:06, Aurélien Aptel wrote: > Nice code. Thanks. > If you want to replace xmessage, you should make text scrollable and selectable. Thats actually quite at the top on my to do list. -flo

Re: [dev] smessage

2012-02-23 Thread Florian Limberger
Hi Michael, On 23.02.2012 09:13, Michael Stummvoll wrote: > nice Tool, but you should make thinks like the font or colors > configurable (excluded in a config.h). personally I don't like nested includes much, but if it's general consent that it is the preferred way, I'll change it. At the moment

Re: [dev] [dwm] question regarding floating clients being always on top

2012-02-23 Thread Ivan Kanakarakis
Look into the restack() function. the code relevant to the floating window check would be moved to one of the focus functions, I guess, so that when you focus a floating window it'll get on top of others. On 23 February 2012 17:11, Uli Armbruster wrote: > * Ivan Kanakarakis [20.02.2012 14:20]:

Re: [dev] [dwm] question regarding floating clients being always on top

2012-02-23 Thread Uli Armbruster
* Ivan Kanakarakis [20.02.2012 14:20]: > On 20 February 2012 15:16, Uli Armbruster > wrote: > > > Hi there > > > > I'm willing to solve this by myself, despite my lack of real C-knowledge, > > but I need some hints at least: > > > > By default, floating clients are always on top of tiled clients

Re: [dev] smessage

2012-02-23 Thread Ivan Kanakarakis
oh, forgot to say that I don't get such a warning, everything seems fine here. I'm with libx11 1.4.4 , xproto 7.0.22-1 On 23 February 2012 15:20, Ivan Kanakarakis wrote: > There's XkbKeycodeToKeysym which needs theX11/XKBlib.h > Here's the man page relevant part: > >The XKeycodeToKeysym

Re: [dev] smessage

2012-02-23 Thread Ivan Kanakarakis
There's XkbKeycodeToKeysym which needs theX11/XKBlib.h Here's the man page relevant part: The XKeycodeToKeysym function uses internal Xlib tables and returns the KeySym defined for the specified KeyCode and the element of the Key‐ Code vector. If no symbol is defined, XKeycodeToKeys

Re: [dev] smessage

2012-02-23 Thread Bartosz Pranczke
I have a warning preventing this from compile. cc -Wall -Wextra -Werror -std=c99 -pedantic -I/usr/X11R6/include -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DNAME=\"smessage\" -DVERSION=\"ALPHA\" -c smessage.c smessage.c: In function ‘handlekey’: smessage.c:568:2: error: ‘XKeycodeToKeysym’ is deprecated (d

Re: [dev] smessage

2012-02-23 Thread Aurélien Aptel
On Tue, Feb 21, 2012 at 11:55 AM, Florian Limberger wrote: > I have hacked up a simple xmessage replacement which looks neater, > has dmenu-like handling and supports unicode. Nice code. If you want to replace xmessage, you should make text scrollable and selectable.

[dev] [st] selection problem

2012-02-23 Thread Martin Kopta
1. Move cursor to the middle of left side of the screen. 2. Create new st terminal. 3. Create some output in that terminal. 4. Create new st terminal. 5. Hover with the cursor over the old terminal, which makes it focused. 6. Attempt to select a word from that terminal. Expected result: one click

Re: [dev] smessage

2012-02-23 Thread Michael Stummvoll
Hi Florian, nice Tool, but you should make thinks like the font or colors configurable (excluded in a config.h). Also when i resize a window (make it bigger) its not redrawn correctly for me. An operation Mode without any Buttons where the Window closes itselfs after x seconds would be also great

Re: [dev] Moveresize patch page defaced

2012-02-23 Thread clamiax
Hi, 2012/2/22 Connor Lane Smith : > I think we can agree that the "maximize vertical/horizontal patch" > should be on a separate page, but what I don't understand is why > you're emailing this mailing list. Clearly either you should make the > change, or you should email Jan (whose email is availa