Re: [dev] [dwm] Weird behavior of Java programs

2013-09-09 Thread Florian Limberger
On Mon, 9 Sep 2013 16:31:13 -0400 Louis-Guillaume Gagnon louis.guillaume.gag...@gmail.com wrote: Simple case of RTMF: the issue is explained in dwm's man page. You say it, it may be where I remembered it from in the first place. So I am corrupted by online manpages as well… signature.asc

Re: [dev] daemon for DWM

2013-06-27 Thread Florian Limberger
On Thu, 27 Jun 2013 02:51:46 +0200, Viola Zoltán violaz...@gmail.com wrote: Compile it with this command: g++ -funsigned-char -funsigned-bitfields -Wall -Wno-long-long -Wunused -Wextra -pedantic -lX11 kajjam.cpp -o kajjam Why g++? It works fine as gcc -Wall -Wextra -std=c99 -pedantic

[dev] C talk

2012-02-29 Thread Florian Limberger
Greetings list, I think about giving a short talk about C and why to use it on a small student event at my local university this weekend. Does anybody have pointers to some stuff like that? Thanks, flo

Re: [dev] smessage

2012-02-27 Thread Florian Limberger
Greetings list, On Thu, 23 Feb 2012 09:13:07 +0100, Michael Stummvoll wrote: 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-26 Thread Florian Limberger
Hi Michael, On 23.02.2012 09:13, Michael Stummvoll wrote: Also when i resize a window (make it bigger) its not redrawn correctly for me. I've looked into this, but wasn't able to reproduce this. I've found and fixed another error, which occured when it is shrinked to a width below one

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] 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 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 ‘handlekey’:

Re: [dev] regarding surf and cookie handling

2012-02-22 Thread Florian Limberger
Hello, On 22.02.2012 16:35, Troels Henriksen wrote: Yes, inotify would be the mechanism by which file changes are discovered, although it's not portable. I'm not certain what the Suckless Zeitgeist is on using Linux-only facilities. AFAIK there are some *BSD users who also use suckless tools.

Re: [dev] smessage

2012-02-21 Thread Florian Limberger
On Tue, 21 Feb 2012 11:55:20 +0100, Florian Limberger wrote: Greetings list, I have hacked up a simple xmessage replacement which looks neater, has dmenu-like handling and supports unicode. And I am obviously too tired to write mails. Code now attached. -flo smessage.tar.bz2 Description

Re: [dev] One Border is Not Enough

2012-01-15 Thread Florian Limberger
Hello Bastien, On Sun, 15 Jan 2012 11:55:34 +0100, Bastien Dejean wrote: It might happen that the background color of the active window is very close to the color of the active border. In so, the active border become nearly invisible and useless. This is more likely a problem of your

Re: [dev] [wmii] widgets with graphics?

2011-12-22 Thread Florian Limberger
Hello, The general consensus is that sprinkling icons everywhere actually makes the interface far more complicated and distracting, and generally quite *bad*. While there *are* some exceptions where icons are more compact, they are rare. Consider the meter widgets people are obsessed with

Re: [dev] [wmii] widgets with graphics?

2011-12-22 Thread Florian Limberger
I just looked at the screenshot linked by the OP, and thats indeed wrong usage of icons, IMHO. I argued againts the wifi signal example, not for replacing descriptive names of applications with crappy logos without any expressivenes. How the fuck can a wolf represent an audio application? At

Re: [dev] [wmii] widgets with graphics?

2011-12-22 Thread Florian Limberger
On Thu, 22 Dec 2011 20:34:12 -0500, Kurt H Maier wrote: A one-letter prefix doesn't help you? b50% s70%? I don't even do that much. I used to just have it read, e.g., 50% 70% and I used my amazing pattern-recognition skills to discern that the battery life was mysteriously always first in

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-24 Thread Florian Limberger
On Sat, 22 Oct 2011 09:35:00 +0100, Connor Lane Smith wrote: [...] So I think the necessary next step would be to have a strongly typed shell. To pretty-print you'd need to add a polymorphic à la carte (multiple dispatch) pretty-printing function for the given data type. The type inference would