[dev] [dwm] [patch] cycle through focus stack

2012-11-07 Thread Andreas Amann
Here a patch which adjusts dwm to my personal taste, but maybe others find it useful as well. First, I missed a function in dwm which allows me to quickly go back in the list of windows in the order in which they were focused. Dwm already records the focus history, but there was no way to access

Re: [dev] [announce] rat - ridiculously abysmal tar

2012-11-07 Thread Andrew Hills
On Wed, Nov 7, 2012 at 7:04 AM, Joerg Zinke wrote: > toki pona to the rescue! http://en.tokipona.org/wiki/Dark_teenage_poetry I'm sold. --Andrew Hills

[dev] [st] Some new patches

2012-11-07 Thread Roberto E. Vargas Caballero
>From fa65a3cc8ab13abb61ede180fd26ab3594d036c3 Mon Sep 17 00:00:00 2001 From: "Roberto E. Vargas Caballero" Date: Wed, 7 Nov 2012 18:05:58 +0100 Subject: Save cursor position in terminal reset After terminal reset saved terminal position is reset to 0, allowing know where cursor will go in next r

Re: [dev] [surf]easier keyboard shortcuts

2012-11-07 Thread Thuban
I'm not enough "C-self confident" to do this yet. But if anyone is able to, I would be more than interested too. If there is no problem, I'll put it on the wiki if no one is against. Cheers, Xavier Le 14:24:21 le 07 nov. 2012 , Christoph Lohmann a écrit : > Hello. > > On Wed, 07 Nov 2012 14:24

Re: [dev] [st] line drawing?

2012-11-07 Thread Stephen Paul Weber
Somebody claiming to be Roberto E. Vargas Caballero wrote: It is a problem related to the switch to Xft. It impossible a font has all the unicode glyphs, so if the font fails in a glyph you have a problem. It is not clear for us how other terminals fix this problem, but maybe we should add this i

Re: [dev] [announce] rat - ridiculously abysmal tar

2012-11-07 Thread Strake
On 07/11/2012, hiro <23h...@gmail.com> wrote: >> Which languages qualify as suckless? > > C, body language. Language

Re: [dev] [announce] rat - ridiculously abysmal tar

2012-11-07 Thread hiro
> Which languages qualify as suckless? C, body language.

[dev] Re: [st] line drawing?

2012-11-07 Thread Christian Neukirchen
"Roberto E. Vargas Caballero" writes: >> If I switch to Liberation Mono it works. This is a pretty serious >> regression, since I used to be able to use whatever font I wanted >> without issue. > > It is a problem related to the switch to Xft. It impossible a font > has all the unicode gly

Re: [dev] [surf]easier keyboard shortcuts

2012-11-07 Thread Christoph Lohmann
Hello. On Wed, 07 Nov 2012 14:24:21 +0100 Thuban wrote: > hi all, > Instead of always using Ctrl + any other key to navigate with surf, here > is a simple replacement using vim usual shortcuts. > It is javascript, and simply typing h/j/k/l to move around is enough. > Pressing g or G bring you to

Re: [dev] [announce] rat - ridiculously abysmal tar

2012-11-07 Thread Strake
On 07/11/2012, Joerg Zinke wrote: > Loglan is way to over-engineered and bloated. > toki pona to the rescue! "Training your mind to think in Toki Pona can lead to many deeper insights about yourself or the world around you." [1] Well, it can lead to many shallow insights about its creator. [1]

Re: [dev] [announce] rat - ridiculously abysmal tar

2012-11-07 Thread Strake
On 06/11/2012, Alex Hutton wrote: > Which languages qualify as suckless? Only Unicode-extended Lazy K. λ is for wimps.

Re: [dev] [announce] rat - ridiculously abysmal tar

2012-11-07 Thread Joerg Zinke
On Tue, Nov 06, 2012 at 09:07:03PM -0500, Kurt H Maier wrote: > On Wed, Nov 07, 2012 at 12:58:09PM +1100, Alex Hutton wrote: > > Which languages qualify as suckless? > > Loglan for new development, English for legacy support. > Loglan is way to over-engineered and bloated. toki pona to the rescu

[dev] [st] Patch

2012-11-07 Thread Roberto E. Vargas Caballero
>From 463bf62c9331f8a11e5dc41dc51b38f9746c45a3 Mon Sep 17 00:00:00 2001 From: "Roberto E. Vargas Caballero" Date: Wed, 7 Nov 2012 10:53:26 +0100 Subject: Clarify some or exclusive expressions Since relational expresions are always evaluated to 0 or 1, we can use bitwise xor operator instead of us

Re: [dev] [st] line drawing?

2012-11-07 Thread Jean-Paul DEUX
On 11/06/2012 11:48 PM, Christoph Lohmann wrote: Seriously, do you really use Open Source software? Sincerely, Christoph Lohmann Of course not, I use libre softwares.

[dev] [st] Patch

2012-11-07 Thread Roberto E. Vargas Caballero
This patch fixes the problems with hide/unhide. >From d14745fa4d678c0b9abb21f8f2fe2913e30c26b0 Mon Sep 17 00:00:00 2001 From: "Roberto E. Vargas Caballero" Date: Wed, 7 Nov 2012 10:38:05 +0100 Subject: [PATCH] Fix bug restoring cursor position Sequences like DECSC, DECRC, ESC [?1047l or ESC [?104

[dev] [surf]easier keyboard shortcuts

2012-11-07 Thread Thuban
hi all, Instead of always using Ctrl + any other key to navigate with surf, here is a simple replacement using vim usual shortcuts. It is javascript, and simply typing h/j/k/l to move around is enough. Pressing g or G bring you to the top or the bottom of the page. Just add this code in ~/.surf.sc

Re: [dev] [st] line drawing?

2012-11-07 Thread Roberto E. Vargas Caballero
> I have the same problem. When I use Liberation Mono and start > ncmcpp, everything > is fine but when I quit the program, no cursor, I have to reset the > terminal. > > When I'm using 'DejaVu Sans Mono', I have little squares in lieu of > the drawing bars, > but when I quit everything is fine. I