Re: [dev] [st] Bug numpad does not seem to work correctly in vim

2012-11-25 Thread Christoph Lohmann
Greetings. Thanks, your patch was applied. Sincerely, Christoph Lohmann

Re: [dev] [dwm] [patch] Focus on a window by number

2012-11-25 Thread Anselm R Garbe
On 24 November 2012 23:10, Marshall Mason marshallmas...@gmail.com wrote: I just started using dwm, and I'm starting to get used to the tiled way of doing things. In Openbox, I had a little utility program that allowed me to jump to the exact window I want, by number. It's incredibly useful

Re: [dev] [st] Terminus font

2012-11-25 Thread Roberto E. Vargas Caballero
On Sat, Nov 24, 2012 at 12:01:33AM +0400, p37si...@lavabit.com wrote: On Fri, Nov 23, 2012 at 02:27:28PM -0500, Carlos Torres wrote: That sounds like a fontconfig question, you can probably set some options specific to terminus in your .fontconfig file Really, Terminus:file=ter-x16n.pcf.gz

[dev] [dwm] Xft support

2012-11-25 Thread Barbu Paul - Gheorghe
Hi. Is it planned for Xft support to come back? In the current tip (changeset 1615 9cace08dcb7e) is removed. -- Barbu Paul - Gheorghe Common sense is not so common - Voltaire Visit My GitHub profile to see my open-source projects - https://github.com/paullik

Re: [dev] [dwm] Xft support

2012-11-25 Thread Anselm R Garbe
Hi Paul, On 25 November 2012 10:31, Barbu Paul - Gheorghe barbu.paul.gheor...@gmail.com wrote: Hi. Is it planned for Xft support to come back? In the current tip (changeset 1615 9cace08dcb7e) is removed. Yes, it is planed to have two implementations of draw.c -- one with Xft, another one

Re: [dev] [dwm] Xft support

2012-11-25 Thread Barbu Paul - Gheorghe
On 11/25/2012 11:33 AM, Anselm R Garbe wrote: Yes, it is planed to have two implementations of draw.c -- one with Xft, another one (default) without. Best regards, Anselm Cool, thank you! -- Barbu Paul - Gheorghe Common sense is not so common - Voltaire Visit My GitHub profile to see my

[dev] Re: [dwm] [patch] Focus on a window by number

2012-11-25 Thread Ivaylo Kuzev
Marshall Mason marshallmason2 at gmail.com writes: I just started using dwm, and I'm starting to get used to the tiled way of doing things. In Openbox, I had a little utility program that allowed me to jump to the exact window I want, by number. It's incredibly useful when there are a lot

Re: [dev] I'm back

2012-11-25 Thread KarlOskar Rikås
I would like the bar to stay, but I'll be fine to have the mouse support removed. Thanks klr

Re: [dev] Minimal distributions

2012-11-25 Thread Hugues Moretto-Viry
2012/11/23 Hadrian Węgrzynowski hadr...@hawski.com What you want most probably does not exist. I'm quite sure that you've seen Wikipedia list of rolling release distros [1]. But somehow you aren't convinced. As seen previously in such threads there will be no helpful conclusions. You can

Re: [dev] [st] Terminus font

2012-11-25 Thread Christoph Lohmann
Greetings. On Sun, 25 Nov 2012 15:48:59 +0100 Roberto E. Vargas Caballero k...@shike2.com wrote: On Sat, Nov 24, 2012 at 12:01:33AM +0400, p37si...@lavabit.com wrote: On Fri, Nov 23, 2012 at 02:27:28PM -0500, Carlos Torres wrote: That sounds like a fontconfig question, you can probably

Re: [dev] I'm back

2012-11-25 Thread Noah Birnel
On Sat, Nov 17, 2012 at 06:20:03PM +0100, Anselm R Garbe wrote: - is there anyone who uses the mouse functionality of the dwm bar right now? Could you live without it? Yes. No. I use dwm to manage 10-15 simultaneous RDP sessions. Since RDP eats all keystrokes, the mouse is the only way to

[dev] [dwm] [patch] swapfocus with multiple tags and monitor groups

2012-11-25 Thread Eric Pruitt
Hey, I've created a swapfocus patch that remembers the previously selected window for distinct tags and monitors. With the old patch, there was only one, global `prevclient` value, so switching to a different tag means that `swapfocus` function would no longer work on the original tab upon

Re: [dev] I'm back

2012-11-25 Thread Truls Becken
On 2012-11-25, at 16:39, Noah Birnel wrote: I use dwm to manage 10-15 simultaneous RDP sessions. Since RDP eats all keystrokes, the mouse is the only way to switch between them. No mouse = I need a different WM. Assuming you are using rdesktop as RDP client, try option -K to allow window

Re: [dev] I'm back

2012-11-25 Thread Anselm R Garbe
On 25 November 2012 15:26, KarlOskar Rikås kalle...@gmail.com wrote: I would like the bar to stay, but I'll be fine to have the mouse support removed. As I said, the bar will stay (default), but there will be a compile time option to not compile it in. Best regards, Anselm

Re: [dev] I'm back

2012-11-25 Thread Barbu Paul - Gheorghe
On 11/25/2012 06:22 PM, Anselm R Garbe wrote: As I said, the bar will stay (default), but there will be a compile time option to not compile it in. Best regards, Anselm Perfect! -- Barbu Paul - Gheorghe Common sense is not so common - Voltaire Visit My GitHub profile to see my open-source

[dev] [st] keymap patches

2012-11-25 Thread Roberto E. Vargas Caballero
Hello, A new serie of patches which improves the ansi mode of st. Best regards, From 3410b47ebbdc92aadeed2841f001a02ea014a92c Mon Sep 17 00:00:00 2001 From: Roberto E. Vargas Caballero k...@shike2.com Date: Fri, 16 Nov 2012 12:02:51 +0100 Subject: Fix value of ka1 terminfo capability

Re: [dev] I'm back

2012-11-25 Thread clamiax
Why don't provide an external lib, like libdraw, which provide an interactive bar which read/write data from/to somewhere and share it between dwm, tabbed, dmenu, etc. etc.? 2012/11/25 Anselm R Garbe garb...@gmail.com On 25 November 2012 15:26, KarlOskar Rikås kalle...@gmail.com wrote: I

[dev] Re: [dwm] [patch] Focus on a window by number

2012-11-25 Thread Marshall Mason
It looks like the attachment I sent via email didn't show up in the mailing list. I'll try to edit the wiki. Meanwhile, here's the patch: Only in dwm-6.0-orig: dwm-6.0 diff -up dwm-6.0-orig/dwm.c dwm-6.0-mod/dwm.c --- dwm-6.0-orig/dwm.c 2011-12-19 07:02:46.0 -0800 +++ dwm-6.0-mod/dwm.c

Re: [dev] [st] Terminus font

2012-11-25 Thread Manolo Martínez
On 11/25/12 at 03:48pm, Christoph Lohmann wrote: But really, to make it easier, something like xfontsel(1), but without any KDE or Gnome dependency is needed. It could be a wrapper script us‐ ing xfd(1) and fc‐list(1). Any volunteers? xfontsel has Gnome or KDE dependencies?

Re: [dev] I'm back

2012-11-25 Thread Anselm R Garbe
On 25 November 2012 19:30, clamiax smo...@gmail.com wrote: Why don't provide an external lib, like libdraw, which provide an interactive bar which read/write data from/to somewhere and share it between dwm, tabbed, dmenu, etc. etc.? An external bar would require an interface with all of the

Re: [dev] Minimal distributions

2012-11-25 Thread hiro
At least you could try to be respectful. I respect you why not doing the same with me? That's a misuse of the word respect. I have absolutely no respect for you as I don't know anything (positive) about you.

Re: [dev] Minimal distributions

2012-11-25 Thread KarlOskar Rikås
It's always good to have a friendly attitude. On Nov 25, 2012 8:44 PM, hiro 23h...@gmail.com wrote: At least you could try to be respectful. I respect you why not doing the same with me? That's a misuse of the word respect. I have absolutely no respect for you as I don't know anything

Re: [dev] Minimal distributions

2012-11-25 Thread hiro
On Sun, Nov 25, 2012 at 8:46 PM, KarlOskar Rikås kalle...@gmail.com wrote: It's always good to have a friendly attitude. On the internet, mhm, yes KarlOskar.

Re: [dev] Minimal distributions

2012-11-25 Thread Kurt H Maier
On Sun, Nov 25, 2012 at 08:46:14PM +0100, KarlOskar Rikås wrote: It's always good to have a friendly attitude. On Nov 25, 2012 8:44 PM, hiro 23h...@gmail.com wrote: At least you could try to be respectful. I respect you why not doing the same with me? That's a misuse of the word

Re: [dev] Minimal distributions

2012-11-25 Thread KarlOskar Rikås
Well I don't know how to change that with the shitty client I'm using. On Nov 25, 2012 8:51 PM, Kurt H Maier khm-suckl...@intma.in wrote: On Sun, Nov 25, 2012 at 08:46:14PM +0100, KarlOskar Rikås wrote: It's always good to have a friendly attitude. On Nov 25, 2012 8:44 PM, hiro

Re: [dev] Minimal distributions

2012-11-25 Thread Kurt H Maier
On Sun, Nov 25, 2012 at 09:00:18PM +0100, KarlOskar Rikås wrote: Well I don't know how to change that with the shitty client I'm using. Then stop posting until you get to a real mail client

Re: [dev] Minimal distributions

2012-11-25 Thread hiro
FUCK OFF THEN On Sun, Nov 25, 2012 at 9:00 PM, KarlOskar Rikås kalle...@gmail.com wrote: Well I don't know how to change that with the shitty client I'm using.

Re: [dev] Minimal distributions

2012-11-25 Thread Manolo Martínez
On 11/25/12 at 09:02pm, hiro wrote: FUCK OFF THEN You probably think you come across as a refreshingly-no-nonsense kind of person. You don't.

Re: [dev] Minimal distributions

2012-11-25 Thread KarlOskar Rikås
On Nov 25, 2012 9:02 PM, hiro 23h...@gmail.com wrote: FUCK OFF THEN Sure, I thought suckless's community had a common sense how to behave, good bye.

Re: [dev] Minimal distributions

2012-11-25 Thread Hadrian Węgrzynowski
Dnia 2012-11-25, o godz. 21:16:17 KarlOskar Rikås kalle...@gmail.com napisał(a): On Nov 25, 2012 9:02 PM, hiro 23h...@gmail.com wrote: FUCK OFF THEN Sure, I thought suckless's community had a common sense how to behave, good bye. It is not a community, it is interest group.

Re: [dev] Minimal distributions

2012-11-25 Thread Hugues Moretto-Viry
2012/11/25 Hadrian Węgrzynowski hadr...@hawski.com Dnia 2012-11-25, o godz. 21:16:17 KarlOskar Rikås kalle...@gmail.com napisał(a): On Nov 25, 2012 9:02 PM, hiro 23h...@gmail.com wrote: FUCK OFF THEN Sure, I thought suckless's community had a common sense how to behave, good bye.

Re: [dev] Minimal distributions

2012-11-25 Thread Kurt H Maier
On Sun, Nov 25, 2012 at 09:57:53PM +0100, Hugues Moretto-Viry wrote: It doesn't change anything. This mailing is interesting, especially for patches / news , except when you see rude comments. Nearly every rude comment posted to this list is well-deserved. Many of us consider it just as rude

Re: [dev] [st] keymap patches

2012-11-25 Thread Christoph Lohmann
Greetings. On Sun, 25 Nov 2012 22:14:16 +0100 Roberto E. Vargas Caballero k...@shike2.com wrote: Hello, A new serie of patches which improves the ansi mode of st. Thanks. Applied. Sincerely, Christoph Lohmann

[dev] [tabbed] new shortcuts and data structures

2012-11-25 Thread Christoph Lohmann
Greetings. In the tip of tabbed is now a change to use an array instead of the sin‐ gle‐linked list for managing the clients. By doing this it’s easier pos‐ sible to navigate between clients in functions. This adds two new short‐ cuts, Ctrl+Shift+{j,k}, which will move the tabs in their position.

Re: [dev] [st] Terminus font

2012-11-25 Thread Christoph Lohmann
Greetings. On Sun, 25 Nov 2012 22:37:18 +0100 Manolo Martínez man...@austrohungaro.com wrote: On 11/25/12 at 03:48pm, Christoph Lohmann wrote: But really, to make it easier, something like xfontsel(1), but without any KDE or Gnome dependency is needed. It could be a wrapper script us‐

Re: [dev] Minimal distributions

2012-11-25 Thread Hadrian Węgrzynowski
Dnia 2012-11-25, o godz. 15:54:40 Hugues Moretto-Viry hugues.more...@gmail.com napisał(a): Thank you for your constructive answer. Actually, I looked this page but I think many distribs are missing, just because they're not known. That's why I asked this question. I thought some persons use

Re: [dev] [st] Terminus font

2012-11-25 Thread p37sitdu
On Sun, Nov 25, 2012 at 10:37:18PM +0100, Christoph Lohmann wrote: Greetings. On Sun, 25 Nov 2012 22:37:18 +0100 Manolo Martínez man...@austrohungaro.com wrote: On 11/25/12 at 03:48pm, Christoph Lohmann wrote: But really, to make it easier, something like xfontsel(1), but without