[dev] [dwm] Fedora package

2010-10-19 Thread Petr Sabata
Hi list, I'd just like to announce I've packaged dwm for Fedora, releases 12+. It should arrive in repositories soon. The default package contains precompiled binary with almost unchanged dwm default config. There's also a dwm-user subpackage which installs dwm sources and dwm-start script; this:

Re: [dev] [dwm] Fedora package

2010-10-19 Thread Petr Sabata
On Tue, Oct 19, 2010 at 12:23:56PM +, Kurt H Maier wrote: > I understand that you software packagers are a special breed, and > having even one binary not subject to the rigors of packaging can > cause you to lose sleep, but every time you people pull this shit we > get an influx of idiots in i

Re: [dev] [dwm] Fedora package

2010-10-19 Thread Petr Sabata
On Tue, Oct 19, 2010 at 01:14:15PM +, Anselm R Garbe wrote: > On Tue, Oct 19, 2010 at 03:11:05PM +0200, Petr Sabata wrote: > > On Tue, Oct 19, 2010 at 12:23:56PM +, Kurt H Maier wrote: > > > I understand that you software packagers are a special breed, and > > >

Re: [dev] [dwm] Fedora package

2010-10-19 Thread Petr Sabata
On Tue, Oct 19, 2010 at 05:02:02PM +0200, Moritz Wilhelmy wrote: > Excerpts from Anselm R Garbe's message of Tue Oct 19 15:14:15 +0200 2010: > > If this is part of the fedora package I'd be very happy with this. > I think that's what he's talking about > > Petr, as most users also need to patch dw

Re: [dev] [st] multibyte patch

2010-11-08 Thread Petr Sabata
On Sun, Nov 07, 2010 at 10:09:28PM +0100, Damian Okrasa wrote: > LC_CTYPE=en_US.UTF-8 should be set for UTF-8, it has some bugs and > sometimes doesn't recognise good UTF-8 string. > > http://img51.imageshack.us/img51/4591/201011072157261024x768s.png I started with something similar last week. H

Re: [dev] dmenu patch to return all matching items (for a new dmenu-powered music player interface)

2010-11-11 Thread Petr Sabata
On Thu, Nov 11, 2010 at 02:12:59PM +0100, markus schnalke wrote: > [2010-11-11 12:47] Dieter Plaetinck > > On Thu, 11 Nov 2010 12:36:23 +0100 > > sta...@cs.tu-berlin.de wrote: > > > > > * Anselm R Garbe [2010-11-11 12:19]: > > > > On 11 November 2010 06:25, Dan Brown wrote: > > > > > As part of

[dev] [slock] Linux-PAM support

2010-11-16 Thread Petr Sabata
Hey, this patch should enable Linux-PAM support in slock. It's my first try with Linux-PAM whatsoever so there's a chance it won't work everywhere :) Maybe it could be useful to some... -- Petr 'contyk' Sabata, Red Hat, Brno () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.o

Re: [dev] [slock] Linux-PAM support

2010-11-16 Thread Petr Sabata
On Tue, Nov 16, 2010 at 12:09:54PM +0100, pancake wrote: > On 11/16/10 11:46, Petr Sabata wrote: > >Hey, > > > >this patch should enable Linux-PAM support in slock. It's my first try with > >Linux-PAM whatsoever so there's a chance it won't work everywh

Re: [dev] which minimal os

2011-02-14 Thread Petr Sabata
On Mon, Feb 14, 2011 at 02:03:37AM -0500, Ammar James wrote: > Gentoo. All day, every day. > > > P.S. - Kurt H Maier is a wise sage and speaks the truth (for the most part). > The same here. Yeah, everything is crap. I just find Gentoo being the Lesser Evil; "savedconfig" sucks, though. -- P

Re: [dev] [st] bold as bright (again)

2011-04-01 Thread Petr Sabata
On Fri, Apr 01, 2011 at 03:06:09PM +0200, pancake wrote: > Oh.. i was about to push the patch...until I realized the original thread. > > Check those pictures: > > I executed the scripts in hg.youterm.com/toys/ansi to check for 256 > colors and > normal ansi escape codes. And here's the result: >

Re: [dev] [st] bold as bright (again)

2011-04-01 Thread Petr Sabata
On Fri, Apr 01, 2011 at 02:45:32PM +0100, Nick wrote: > On Fri, Apr 01, 2011 at 03:08:24PM +0200, Petr Sabata wrote: > > Speaking of colors -- another slightly annoying thing is you currently can't > > define custom (not choosing one of the 16 colors) background, foreground a

[dev] [st] Support UTF8 clipboard

2011-04-02 Thread Petr Sabata
This patch adds UTF8 clipboard support via UTF8_STRING, if it's available. This is needed to correctly exchange UTF8 data with other applications. -- Petr --- st.c | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/st.c b/st.c index 561d5b0..366f681 100644 --- a/st

Re: [dev] [st] Support UTF8 clipboard

2011-04-02 Thread Petr Sabata
On Sat, Apr 02, 2011 at 09:59:30PM +0200, Aurélien Aptel wrote: > On Sat, Apr 2, 2011 at 6:11 PM, Petr Sabata wrote: > > This patch adds UTF8 clipboard support via UTF8_STRING, if it's available. > > This > > is needed to correctly exchange UTF8 data with other app

[dev] [st] Selection should take BORDER into account

2011-04-03 Thread Petr Sabata
I use 10px BORDER and it's been quite annoying to start and end my selection a row and a few columns off. The selection code should respect BORDER. The patch below should do the thing. -- Petr --- st.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/st.c b/st.c i

[dev] [st] Better selection support?

2011-04-04 Thread Petr Sabata
Unfortunatelly, many X applications aren't compatible with just UTF8_STRING, so we'll have to do a little more. The patch below checks COMPOUND_TEXT, UTF8_STRING and XA_STRING targets. It makes it more complicated and possibly ugly, but it works... It would be nice to respond with all three suppor

Re: [dev] [slock] fixing the annoying combination with PAM

2011-04-20 Thread Petr Sabata
On Tue, Apr 19, 2011 at 10:24:38PM +0200, markus schnalke wrote: > Hoi, > > at my university PAM is used for user login. They have slock installed > because they have the suckless-tools package (Ubuntu) installed. > > If I run slock , X gets locked like it should. Unfortunately I'm not > able to

Re: [dev] [dwm] terminating the status loop

2011-04-27 Thread Petr Sabata
On Wed, Apr 27, 2011 at 05:24:55PM +0200, am...@physik.tu-berlin.de wrote: > > On Wed, 27 Apr 2011 13:55:08 +0200, Kurt Van Dijck > > wrote: > > > >> why not just: > >>dwm > >>kill $statuspid > >> > >> I see no use in backgrounding dwm, and then waiting for it. > >> What did I miss? > > >

Re: [dev] dwm

2011-05-06 Thread Petr Sabata
On Fri, May 06, 2011 at 03:26:11PM +0200, m1...@web.de wrote: > style='font-size:12px;background-color:#FF;font-family:Verdana, Arial, > sans-serif;'>hm well that should be main-features of a dynamic-window-manager > andnot just available pver a "patch"..these were some of the > main reason

Re: [dev] dwm

2011-05-09 Thread Petr Sabata
On Sat, May 07, 2011 at 02:48:24PM +0200, v4hn wrote: > On Fri, May 06, 2011 at 03:33:51PM +0200, Petr Sabata wrote: > > On Fri, May 06, 2011 at 03:26:11PM +0200, m1...@web.de wrote: > > > [huge pile of crap] > > > > Oh that hurts... > > You did _not_ try t

Re: [dev] dwm

2011-05-09 Thread Petr Sabata
r years, it sounds like I haven't been *fully* > using it, i.e. I haven't been making use of the ability to assign > multiple tags to a single client. Can you give me an example how you > use this? > > Many thanks! > > Cheers, > David > See your config file, look for TAGKEYS... -- # Petr Sabata pgpi72VX8FQIQ.pgp Description: PGP signature

Re: [dev] [dmenu] tip

2011-05-17 Thread Petr Sabata
et. > > -- > \ Troels > /\ Henriksen > Same here. -- # Petr Sabata pgpvlEPBM9M4S.pgp Description: PGP signature

[dev] [lsx] Assume cwd if no arguments are given.

2011-05-23 Thread Petr Sabata
This makes lsx a bit more usable. Signed-off-by: Petr Sabata --- lsx.c | 38 +++--- 1 files changed, 23 insertions(+), 15 deletions(-) diff --git a/lsx.c b/lsx.c index 5060b9c..7fa5e35 100644 --- a/lsx.c +++ b/lsx.c @@ -8,28 +8,36 @@ #include #include

Re: [dev] [st] Font issues

2011-05-31 Thread Petr Sabata
be no big deal... I might look at it) - vim in st with Solarized [1] colorscheme draws invisible text (this is quite strange; not sure where the problem is...) [1] http://ethanschoonover.com/solarized -- # Petr Sabata pgpNz4TmXJoMA.pgp Description: PGP signature

[dev] [PATCH] [lsw] Create manpage directory if it's not there

2011-06-06 Thread Petr Sabata
This is self-explanatory... Signed-off-by: Petr Sabata --- Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 1d2f43d..7a324ef 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,7 @@ install: all @cp -f lsw ${DESTDIR}${PREFIX}/bin

Re: [dev] [PATCH] [lsw] Create manpage directory if it's not there

2011-06-06 Thread Petr Sabata
On Mon, Jun 06, 2011 at 12:52:32PM +0100, Connor Lane Smith wrote: > Hey, > > On 6 June 2011 09:35, Petr Sabata wrote: > > This is self-explanatory... > > Applied, thanks. Awesome. While you're updating those small tools, any chance of getting this in? http://lists.

Re: [dev] [PATCH] [lsw] Create manpage directory if it's not there

2011-06-06 Thread Petr Sabata
On Mon, Jun 06, 2011 at 04:36:24PM +0100, Ethan Grammatikidis wrote: > On Mon, 6 Jun 2011 10:35:56 +0200 > Petr Sabata wrote: > > > + @mkdir -p ${DESTDIR}${MANPREFIX}/man1 > > This is the sort of thing which has people symlinking man -> share/man or > vice versa.

Re: [dev] ideas on suckless file manager

2011-06-07 Thread Petr Sabata
On Wed, Jun 08, 2011 at 12:57:40PM +0800, Patrick Haller wrote: > On Tue, Jun 07, 2011 at 09:03:06PM -0700, Noah Birnel wrote: > > ls >listing && vim listing && mv `cat listing` dest > > define $EDITOR then ^x^e I guess this is just something

Re: [dev] ideas on suckless file manager

2011-06-07 Thread Petr Sabata
On Tue, Jun 07, 2011 at 05:34:00PM +0200, pancake wrote: > If you need thumbs use an image viewer. Gqview works quite well for this. > sxiv is my image viewer of choice, currently... http://github.com/muennich/sxiv -- # Petr Sabata pgpmcotAqOQJu.pgp Description: PGP signature

Re: [dev] ideas on suckless file manager

2011-06-09 Thread Petr Sabata
oot or so linking against imlib2 and > > >>allowing opaque colors like xsetroot does.. > I think developing another X background setter would make sense in only > one scenario: if it finally had decent support for xinerama. Because > currently there is _no_ _such_ _thing_. How abo

Re: [dev] Re: Cleanup of (hg.)suckless.org

2011-06-19 Thread Petr Sabata
epos? And why do you want to move them, actually? > > > @Kris: Please let me know how much time you need for the transition > > and if you need any help. I guess a transition could take a couple of > > months quite easily and requires some time on your side as well. > > Any news on this please? > > Cheers, > --garbeam > -- # Petr Sabata pgpBZYChqO0JP.pgp Description: PGP signature

Re: [dev] Re: Cleanup of (hg.)suckless.org

2011-06-20 Thread Petr Sabata
On Mon, Jun 20, 2011 at 07:55:51PM +0100, garbeam wrote: > On 20 June 2011 07:48, Petr Sabata wrote: > > On Sat, Jun 18, 2011 at 10:33:02PM +0100, garbeam wrote: > >> On 3 June 2011 17:35, garbeam wrote: > >> > RELOCATE > >> > - last (google code) ?? >

Re: [dev] hell with the Terminus font?

2011-06-21 Thread Petr Sabata
guages. I have Terminus in /usr/share/fonts/terminus/, my X server uses that (configured by distribution). dwm config.def.h: static const char font[] = "-*-terminus-medium-r-normal-*-16-*-*-*-*-*-iso10646-*"; And my locale is en_US.UTF-8. No issues. Can you see Terminus in xfontsel?

Re: [dev] dmenu-4.4

2011-07-20 Thread Petr Sabata
tools.suckless.org/lsx I remember Gentoo had this binary/symlink too, ... some time ago at least. They seem to get rid of it. -- # Petr Sabata pgpAIDRYUh5Je.pgp Description: PGP signature

Re: [dev] [dwm] layers

2011-07-21 Thread Petr Sabata
. > > Plus, this layer system may help to simulate tabs (even more powerful > 'cause we can have layouts). > > Thanks anyway, may be I should try to implement it myself. > -- # Petr Sabata pgpFtkr52PJMv.pgp Description: PGP signature

Re: [dev] color-scheme

2011-07-26 Thread Petr Sabata
es everybody [1]. [1] https://github.com/altercation/solarized/issues -- # Petr Sabata pgpTjy6Mk0YYK.pgp Description: PGP signature

Re: [dev] color-scheme

2011-07-28 Thread Petr Sabata
is improves the contrast a lot, e.g. see my screenshot: http://dwm.suckless.org/screenshots/dwm-20110720.png -- # Petr Sabata pgpgO6gnRYbWA.pgp Description: PGP signature

Re: [dev] [dmenu] Hide matching items if the search string is empty

2011-08-04 Thread Petr Sabata
pear only when a non empty search > string exists. ...so you couldn't choose the item via cursor keys, great. You could add yet another bloat option for this and use that in dmenu_run. -- # Petr Sabata pgpJO1ytBvwLD.pgp Description: PGP signature

Re: [dev] [dwm] [patch] USPosition, USSize

2011-08-08 Thread Petr Sabata
atch into mainline; > I'd like xterm et al to behave just they way they have been. +1 But I use resizehints = False; so it won't affect me anyway... -- # Petr Sabata pgpETF58pxB0X.pgp Description: PGP signature

Re: [dev] Formatting emails

2011-10-03 Thread Petr Sabata
; format? What about RFC 2646: text/plain; format=flowed? > Embedding any more formatting characters in emails than strictly > necessary sucks, and autogenerated HTML sucks hard. > +1 -- # Petr Sabata pgp87w1pqcQZW.pgp Description: PGP signature

Re: [dev] [dwm] adding docking support

2011-10-17 Thread Petr Sabata
posed to do that? Did you > put that into your config.h? It's in the default dwm config, line 93... -- # Petr Sabata pgppbAgz30VGI.pgp Description: PGP signature

Re: [dev] Suckless Desktop Environment

2011-11-08 Thread Petr Sabata
On Mon, Nov 07, 2011 at 03:13:35PM -0500, Sean Howard wrote: > Suckless, as an organization currently has a lot of tools, I personally use > very few of them. > dwm - I use this every day, and I twitch when I need to use a computer > without it. I also twitch when I need to use a computer without