Re: [dev] [vis] text_line_end() in insert mode

2016-02-01 Thread hugues . ross
> Idea: modify `st` so it can change `cursorahape` dynamically, modify > `vis` to change the cursor on mode change. Maybe I'm crazy, but doesn't st already do this? Neovim is able to change the cursor when running in it.

Re: [dev] [RFC] Design of a vim like text editor

2014-09-24 Thread Hugues Evrard
many things about grok on the web, I think the best description is: http://bsumm.net/2012/08/11/steve-yegge-and-grok.html And thanks to all for your remarks ! -- Hugues Evrard

Re: [dev] [RFC] Design of a vim like text editor

2014-09-19 Thread Hugues Evrard
tion for "(...)", "[...]", "{...}", etc) === TL;DR === - editing command could use abstractions that are independent from the actual source code syntax - e.g., say "comment this line" rather than "add at the beginning of the line" - pro: offer uniform commands to edit different prog languages. - cons: requires knowledge of the prog language that is being edited PS: first real post for me, I happily read the list since months! -- Hugues Evrard

Re: [dev][port] Porting sbase to Java

2014-04-02 Thread Hugues Evrard
Also, I suggest all Suckless Apps to report usage statistics regularly to a server hosted in the Suckless Cloud Hosting ServiceⓇ. My 2 suckless cents, -- Hugues On 04/02/14 15:56, Nick wrote: That is a good idea, but I think we should probably be bolder. /usr/bin/ST /usr/bin/SSELP /usr/bin

Re: [dev] [sbase] [patch] Knock off a bunch of easy commands

2013-05-30 Thread Hugues
Le 30-05-2013 05:43, Galos, David a écrit : I've attached a patch which updates the TODO, and adds a bunch of easy utilities to sbase. Nice, it's awesome. Thank you. -- H MoV.

Re: [dev] WebKitGTK/surf problems

2013-05-28 Thread Hugues
Le 28-05-2013 06:21, Peter A. Shevtsov a écrit : Greetings! Hi Is it just me or is there any problems with how WebKitGTK is built from CRUX ports? So, I build WebKitGTK from this Pkgfile[0] and surf[1] from this one[2]. Did you try to compile WebKitGTK, without CRUX port? -- H MoV.

Re: [dev] [sbase / 9base] Still working on it?

2013-05-27 Thread Hugues
Le 27-05-2013 20:14, Carlos Torres a écrit : I believe it already has what you need to replace coreutils/busybox. though its not just a matter or swapping stuff. you'ld have to port all the shell scripts that depend on gnuish stuff. i.e. anything that uses the auto* stuff doesn't work with 9bas

Re: [dev] [sbase / 9base] Still working on it?

2013-05-27 Thread Hugues
Le 27-05-2013 02:48, Carlos Torres a écrit : sbase and 9base are still used. i use 9base every day :). Ah, nice. It's awesome. not much work goes into these since they don't aspire to having all the gnu options... what more do you need? Actually, I'm trying to find a coreutils/busybox alternat

[dev] [sbase / 9base] Still working on it?

2013-05-26 Thread Hugues
Hi I would like to know the current state of 9base & sbase projects. Are you still working on it? I'm asking because the community isn't mentioning them often, and we don't know the progress (even if I often check git logs) Best Regards -- H MoV.

Re: [dev] [dwm] Dvorak programmer keyboard

2013-05-24 Thread Hugues Moretto-Viry
Hi, You can also use keysym instead of the name. On AZERTY, when you press &, it shows: state 0x10, keycode 10 (keysym 0x26, ampersand), Personnally, I use 0x26 and not XK_ampersand -- H.Mo.

Re: [dev] [dwm] Running dwm in KDE

2013-05-15 Thread Hugues Moretto-Viry
Hi, Did you try with kwin? Regards -- H.Mo.

Re: [dev] upload via html?

2013-05-13 Thread Hugues Moretto-Viry
2013/5/13 Calvin Morrison > Ftp sucks > Could you explain me why FTP sucks? Regards -- H.Mo.

Re: [dev] dwm 6.0 - separate taglists for muli-monitor setup

2013-05-09 Thread Hugues Moretto-Viry
2013/5/8 Jente Hidskes > Hugues, > > I am still on my ... erhm.. "gap year trip" around Europe, I don't have a > second monitor at hand and until I do, I won't test this patch. Sure, I > can try make it work on pertag2 but testing you will have to do yourself

Re: [dev][sic][PATCH]Colors

2013-05-09 Thread Hugues Moretto-Viry
For now, it's kinda dirty but I'll improve it when I'll back from my journey. Regards -- H.Mo. > >

Re: [dev] dwm 6.0 - separate taglists for muli-monitor setup

2013-05-08 Thread Hugues Moretto-Viry
Jente, Any news about this patch? I tried to apply it but I was unable to do it, with pertag2. Regards -- H.Mo.

Re: [dev][ii]Help with my frontend

2013-05-08 Thread Hugues Moretto-Viry
2013/5/4 Carlos Torres > https://github.com/c00kiemon5ter/iii > https://github.com/c00kiemon5ter/iim > > I saw it. Thank you. Anyway, I'm using sic now. -- H.Mo.

Re: [dev][sic][PATCH]Colors

2013-05-01 Thread Hugues Moretto-Viry
I forgot to say: when you send a message to channel or user, it prints the message in red. So, you can easily notice when you started a private conversation. Best Regards -- H.Mo.

[dev][sic][PATCH]Colors

2013-05-01 Thread Hugues Moretto-Viry
Hi, I installed sic and it's a great tiny software. I love it. Here a patch, which includes colors. You can easily tweak colors yourself. Maybe, you don't need colors, but it helps a lot and I wanted to share it. Here the colors: Channel: bold magenta Date: bold cyan JOIN/QUIT/NOTICE messages: bo

[dev][ii]Help with my frontend

2013-04-29 Thread Hugues Moretto-Viry
Hi guys, I installed ii and now I'm trying to create a little shell (mksh) frontend for it. I saw the existing frontends on the wiki, but I prefer creating another one from scratch. It will perfectly fit my needs. I use "tail -f" on the out file, but I would like to ask you, if you know a prompt

Re: [dev] dwm 6.0 - separate taglists for muli-monitor setup

2013-04-23 Thread Hugues Moretto-Viry
2013/4/22 Carlos Torres > It has been argued before that the use of named tags is somewhat a > misunderstanding of dwm. > Yeah, it's was a misnomer. Personally, I was thinking about workspaces, but I always called it tags. Anyway, Jente, did you try it with statuscolors and / or pertag? Kind Re

Re: [dev] dwm 6.0 - separate taglists for muli-monitor setup

2013-04-21 Thread Hugues Moretto-Viry
Hi, I would love to find a similar patch, me too. I think having all the tags on both screen, is redundant. Best Regards -- H.Mo.

Re: [dev] suckless conference 2013 - programme

2013-04-21 Thread Hugues Moretto-Viry
Hi, All the conferences interest me a lot (especially the one about dwm). I hope you'll record videos. Kind regards -- H.Mo.

Re: [dev][surf]Some questions about surf.

2013-04-15 Thread Hugues Moretto-Viry
Thanks a lot for all the explanations. It was useful. 2013/4/14 > No. > > You probably are aware that you can put sth like this in > .surf/style.css, but for the sake of completeness: > > * {font-family:Linux Libertine O;} > Yes, I know it but I don't use this line, because it inhibits

Re: [dev] [st] windows port?

2013-04-15 Thread Hugues Moretto-Viry
2013/4/15 Martti Kühne > giggety! > guess who's trollinig! > Oh yeah, "sorry for the noise"... > > cheers! > mar77i > Actually, the quote from my previous message was wrong, and I've noticed it too late. I shouldn't have mentioned message from Chris Down. And about trolling, I don't know. I don'

[dev][surf]Some questions about surf.

2013-04-14 Thread Hugues Moretto-Viry
Hi, I decided to switch from Firefox to surf + tabbed (without dmenu). I love it so far. Anyway, I have to ask you many questions, here we go: - I'm compiling webkitgtk (currently 1.11.92) myself because I just want to disable many crappy features (as geolocation for example), do you know if surf

Re: [dev] [st] windows port?

2013-04-13 Thread Hugues Moretto-Viry
2013/4/12 Chris Down > On 13 Apr 2013 05:07, "hiro" <23h...@gmail.com> wrote: > > > > can the moralfags please fuck off already? > > > > "Moralfags"? What are you, twelve years old? Kindly go back to 4chan, it's > where you belong with such lacking social skills. > You shouldn't even pay attenti

Re: [dev] Call for pkgsrc users

2013-04-13 Thread Hugues Moretto-Viry
2013/4/13 Jens Staal > Sorry about the late reply. A pkgsrc and musl libc based distro I have been > meaning to try is Snowflake > > https://github.com/GregorR/snowflake > > It seems to have some interesting ideas like "per application view of the > file > system". > > No idea how useable it is a

Re: [dev] [st] windows port?

2013-04-11 Thread Hugues Moretto-Viry
2013/4/11 Strake > On 11/04/2013, Max DeLiso wrote: > > I completely agree that Windows is a legacy OS, but plenty of people are > > still forced to use it for many legitimate reasons. > > Forced? How? At knifepoint? > Because of my work. I'm using PL7Pro which only exists on Windows. Maybe, yo

Re: [dev] Call for pkgsrc users

2013-04-11 Thread Hugues Moretto-Viry
2013/4/11 Patrick Haller <201009-suckl...@haller.ws> > Anyway, pancake's contributing to voidlinux so I'll try void. Any other > good rolling release distros? > Didn't know it. I'll give it a try. Thank you. -- H.Moretto

Re: [dev] System shell for sta.li

2013-04-05 Thread Hugues Moretto-Viry
I cannot agree more. Using mksh since two weeks and I love it so far. I always liked shel,l but now I think I can't live without it. I also had a nice feeling when I came on IRC and on the mailing list, because Thorsten is friendly and patient. Regards -- H.Moretto

Re: [dev] [DWM] Bug: URxvt window title "broken"

2013-04-01 Thread Hugues Moretto-Viry
Yeah, I just reported the bug on the rxvt-unicode Freenode channel. -- H.Moretto

[dev] [DWM] Bug: URxvt window title "broken"

2013-04-01 Thread Hugues Moretto-Viry
Hi, I'm using dwm 6.0 and when I launch URxvt (rxvt-unicode 9.18 compiled by me) and then moc (2.5beta1 compiled by me), after leaving moc, the "window title" shows "broken". I remember a similar post on the mailing list. Here xprop output (before starting moc): WM_STATE(WM_STATE): window

Re: [dev] Re: print utility

2013-03-31 Thread Hugues Moretto-Viry
2013/3/31 Calvin Morrison > Sed and awk are not suckless, they are very anti-unix philosophy in my > mind. > I disagree. Personnally, I use very often awk on scripts, because it allows multiple statements and it also replaces grep / cut. I think it's one of the most powerful tool I've ever seen.

Re: [dev] Re: [slcon] Call for Papers 2013

2013-03-22 Thread Hugues Moretto-Viry
2013/3/21 Christian Neukirchen > I would like to give a talk called "runit & ignite - a suckless init > system?", but I'm asking whether there is interest first since I noticed > these projects in the suckless context yet. > > runit is a reliable init system based on service supervision, and igni

Re: [dev] FTP script: how to store password?

2013-02-27 Thread Hugues Moretto-Viry
Finally, I found lftp[1] so I don't know if I will continue this script. Anyway, my script has less dependencies since it just needs sh + awk + curl (I dropped sqlite for plain file + awk). [1] http://lftp.yar.ru/ H.Mo.

Re: [dev] swaprootname -- a tool just a little bit more useful than xsetroot -name.

2013-02-22 Thread Hugues Moretto-Viry
Good. Btw, your purg[1] repo is empty too. Maybe it's the same issue. [1] https://github.com/ElectronicRU/purg H.Mo.

Re: [dev] swaprootname -- a tool just a little bit more useful than xsetroot -name.

2013-02-22 Thread Hugues Moretto-Viry
Hi, For now, your repo seems to be kinda empty. H.Mo.

Re: [dev] Suckless and Wayland

2013-02-14 Thread Hugues Moretto-Viry
Thanks a lot comrade. Regards. *H.Mo.*

Re: [dev] Suckless and Wayland

2013-02-14 Thread Hugues Moretto-Viry
2013/2/14 Kai Hendry > There is nice new LWN coverage on Wayland here: > http://lwn.net/Articles/536862/ > > Embrace change :) > > Thank you, I'll take a look in a week (when it will be free). -- *H. Mo. *

[dev] Suckless and Wayland

2013-02-13 Thread Hugues Moretto-Viry
Hi guys, I already started a similar topic some months ago where I asked you your opinion. Now, the project seems to move fast, this is why I start another subject. The aim is different now, and I want to have some details from Suckless community / developpers about the upcoming technology. After

Re: [dev] FTP script: how to store password?

2013-02-10 Thread Hugues Moretto-Viry
Rox and Daniel: Yes, I'll share it when it's done.

Re: [dev] FTP script: how to store password?

2013-02-09 Thread Hugues Moretto-Viry
If I understand correctly, your demonstration works because it's like you added a parameter to an existing program. In my script, you can't use a parameter, I just use variables inside the script. So, ps -ax just shows the called script or the command used in the variable (here SQlite) and not the

Re: [dev] FTP script: how to store password?

2013-02-09 Thread Hugues Moretto-Viry
Thank you for the ideas, guys. @v4hn: Now, the password is requested via a variable (maybe I'll change it), for example: PASS=$(sqlite3 $HOME/.bin/Misc/FOO.sqlite "select pass from t1 limit 1";) I don't know if anyone else can read it with ps -ax. I tried myself and I was unable to see it.

[dev] FTP script: how to store password?

2013-02-09 Thread Hugues Moretto-Viry
Hi guys, I'm writing a little FTP client in pure shell + curl for my personal needs. Anyway, I need to store my passwords so I chose SQlite, because I don't want to put them in a regular file or in the script. Unfortunately, I think this is not really perfect. Do you know how to store my password

Re: [dev] [dwmstatus] Nvidia Temperature

2013-01-02 Thread Hugues Moretto-Viry
Hi Martti, You suggested me to add -lXNVCtrl but it was already placed on the line (was pretty clear in errors.log, LDFLAGS line). I used Google but many results were dumped. I figured out. I added -lXext and the compilation works fine. About LANG, I won't do same mistake again. Cheers.

Re: [dev] [dwmstatus] Nvidia Temperature

2013-01-02 Thread Hugues Moretto-Viry
Thanks a lot mate! I really appreciate it. Anyway, gcc returns me an error, maybe you can help me one more time. I installed libXNVCtrl with AUR (I'm on Archlinux). I sent you related files. Regards 2013/1/2 Carlos Torres > you will need libXNVCtrl installed somewhere and the dev headers. > > h

[dev] [dwmstatus] Nvidia Temperature

2013-01-01 Thread Hugues Moretto-Viry
Hey, Happy new year! Do you know guys how could I print Nvidia GPU Temperature in my dwm bar (in C)? I tried to write something but it didn't work. In my .xinitrc, I'm using awk because I love it: nvidia-smi -q -d TEMPERATURE | awk 'NR == 10 {print $3}' Regards.

Re: [dev] [dwmstatus] wifi patch

2012-12-31 Thread Hugues Moretto-Viry
Maybe I'm wrong but I don't understand why people are using Conky in a tiling environment. 2012/12/31 Mariano Bono > @Kai i think the same, but i want volume and time always visible so i > use conky + volume and date in dwm statusbar: > http://postimage.org/image/5tiu8dxel/ > >

Re: [dev] [dwm] How to place window automatically?

2012-12-18 Thread Hugues Moretto-Viry
2012/12/17 Bogdan Ionuț > Sincer I'm the author of the center-floating, I can only suggest using > a rule in your config to disable this feature for any particular app. > That's what I did, lad. Regards

Re: [dev] [dwm] How to place window automatically?

2012-12-17 Thread Hugues Moretto-Viry
When Eric posted his patch, I remembered I can create a custom rule which doesn't center window (with the patch I posted above). Then, I did exactly what Martti said, and it's fine Thank you guys. Take care Ypnose

Re: [dev] [dwm] How to place window automatically?

2012-12-16 Thread Hugues Moretto-Viry
2012/12/16 Christoph Lohmann <2...@r-36.net> > If you have the control over the size of the first window, then just > calculate the fixed position of the second one and run it there. > > > Sincerely, > > Christoph Lohmann > > I tried this with the urxvt -geometry 80x23+200+0 but it doesn't wor

[dev] [dwm] How to place window automatically?

2012-12-16 Thread Hugues Moretto-Viry
Hi, I'm launching two apps on a floating tag when dwm starts (I just need small window). Do you know how can I place the 2nd window on the top-right corner automatically (or somewhere else) Best Regards

Re: [dev] Starch has a mailing list

2012-12-08 Thread Hugues Moretto-Viry
2012/12/8 Strake > What it says. > > d...@lists.starchlinux.org > http://lists.starchlinux.org/listinfo.cgi/dev-starchlinux.org > > Cheers, > Strake > > Subscribed. About installer, why not fork Arch-Install-Scripts? https://github.com/falconindy/arch-install-scripts Regards.

Re: [dev] Re: Starch has a web site

2012-12-07 Thread Hugues Moretto-Viry
2012/12/6 Strake > > Well, we have none yet, but we have a few options: > > * Mailing list > My preferred, but as the site is on someone else's server, and > unfortunately I had to delegate them the whole domain, this may be > difficult. > > * werc bridge > Tried it; not sure how to configure it.

Re: [dev] Starch has a web site

2012-12-06 Thread Hugues Moretto-Viry
There is a little bug at the right of the page. I can scroll horizontally and then I see a little white space at the top right. I'm on Firefox 17. If you need a screenshot, just ask me.

Re: [dev] Starch has a web site

2012-12-06 Thread Hugues Moretto-Viry
Dude, I can tell you I'm very interested about this project. I will follow you. Good work! 2012/12/6 Strake > Hello all. Starch Linux has its own web site now: > http://starchlinux.org > so further announcements will be made there. > > As a reminder, the earlier thread: > http://lists.suckless.o

Re: [dev] Minimal distributions

2012-12-01 Thread Hugues Moretto-Viry
Thank you for these many interesting comments. I was looking for a secondary distributions for desktop usage. And I will try FreeBSD soon. Regards.

Re: [dev] Migration to git

2012-11-29 Thread Hugues Moretto-Viry
I really liked RSS feed with hg. Could you create a feed with git as explained here (or with an other tool): https://github.com/scotchi/gitfeed Thanks a lot. Regards

Re: [dev] Minimal distributions

2012-11-25 Thread Hugues Moretto-Viry
2012/11/25 Hadrian Węgrzynowski > Dnia 2012-11-25, o godz. 21:16:17 > KarlOskar Rikås 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 communi

Re: [dev] Minimal distributions

2012-11-25 Thread Hugues Moretto-Viry
2012/11/23 Hadrian Węgrzynowski > 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 prepare for: "every

Re: [dev] Minimal distributions

2012-11-23 Thread Hugues Moretto-Viry
I didn't talk about Arch because I already use it. 2012/11/23 Roel Deckers > You probably heard about Arch too then, but it also has a x64_86 version > with all the packages.(which less people seem to know)

[dev] Minimal distributions

2012-11-23 Thread Hugues Moretto-Viry
Hi there, Just because I'm really curious, I'm searching minimal GNU/Linux distributions with the following options: - x86_64 architecture - minimal installation - no default Desktop Environment - rolling release Someone talked about another distrib' on a previous subject, but I cannot find it.

Re: [dev] Re: I'm back

2012-11-18 Thread Hugues Moretto-Viry
@Anselm I think all those changes will come with the official 6.1 release? Good work though. Take care.

Re: [dev] Re: dwm xft

2012-11-11 Thread Hugues Moretto-Viry
You're totally right Anselm. I didn't know you will create two implementations. Actually, I was kinda surprised about xft changes (without the option for disabling it in config.mk). That's why I worked on it. Take care 2012/11/11 Anselm R Garbe > On 11 November 2012 21:00, H

[dev] Re: dwm xft

2012-11-11 Thread Hugues Moretto-Viry
You didn't answer me so I created a patch which turn off Xft. The user needs to turn on Xft if he wants it. Maybe it could be better but I'm not a programer. 2012/11/7 Hugues Moretto-Viry > Hi, > With the last hg revision (0284f00e70d2), you added Xft support. Could you > tel

Re: [dev] A window without focus

2012-10-26 Thread Hugues Moretto-Viry
I'm pretty sure he's using dwm... 2012/10/26 Sam Watkins > Use a window manager that doesn't steal focus? > What window manager are you using? > Seems off topic, unless you're asking about a suckless window manager. > >

Re: [dev] Wayland

2012-10-23 Thread Hugues Moretto-Viry
Wow high level.

[dev] Wayland

2012-10-23 Thread Hugues Moretto-Viry
Hi guys, With the new Wayland version 1.0, the change is coming slowly. What do you think about Wayland? Actually, I'm using many WM like dwm, and I would like to know how the devs see the future. Thanks. Here links: http://www.h-online.com/open/news/item/Wayland-s-1-0-milestone-fixes-graphics-pr

Re: [dev] HTML5 screencasts

2012-10-21 Thread Hugues Moretto-Viry
I like the idea but with recordmydesktop, I don't have to install many dependencies (usually libtheora, the others are already installed by moc). It's really useful for a minimal cast. Unfortunately your script is using ffmpeg which needs many more packages. And I dislike installing a bunch of depe

Re: [dev] [dwm] Why does gimp float by default

2012-10-01 Thread Hugues Moretto-Viry
As I said before... 2012/9/27 Hugues Moretto-Viry > But it depends how you're using GIMP too. If I'm not wrong, before 2.7, we > didn't have "Single Window Mode". > -- Envoyé d'Archlinux

Re: [dev] [dwm] Why does gimp float by default

2012-09-27 Thread Hugues Moretto-Viry
Actually, GIMP in tiling mode is not very usable. In floating, it's easy to move the windows as you wish. But it depends how you're using GIMP too. If I'm not wrong, before 2.7, we didn't have "Single Window Mode". With this mode, you can open GIMP in monocle / tiling. Maybe that's the reason we h

Re: [dev] bspwm 0.1

2012-09-23 Thread Hugues Moretto-Viry
I'll give it a try soon. BTW, I like your logo. -- Envoyé d'Archlinux

Re: [dev] bspwm 0.1

2012-09-23 Thread Hugues Moretto-Viry
Hi dude, Even if I saw you README and your cast, could you do a little presentation of it (aim, how many SLOC, ...)? The screencast was interesting, I liked how bspwm looks. Good job (from a french comrade). -- Envoyé d'Archlinux

Re: [dev] a suckless init system?

2012-08-14 Thread Hugues Moretto-Viry
That's a really good question! Maybe, I already know what suckless thinks about SystemD. -- Envoyé d'Archlinux

Re: [dev] Github

2012-08-01 Thread Hugues Moretto-Viry
Thanks for the information. Actually I think it was a good idea to add suckless in Github. Take care. -- Envoyé d'Archlinux

[dev] Github

2012-08-01 Thread Hugues Moretto-Viry
Hi, I was away from computer but today I saw suckless repo on Github. This is an official repo as http://hg.suckless.org , maintened by devs or this is something added by volunteers? Cheers. -- Envoyé d'Archlinux

[dev] Twinview

2012-04-12 Thread Hugues Moretto-Viry
Hi, I wanna add soon a second monitor on the same GPU (Nvidia GTX460) and I wanted to know what option I should choose in the nvidia-settings. Xinerama or TwinView? I know dwm support Xinerama but could it work with TwinView? I tried to search dwm and Twinview on Google but I didn't find anything i

Re: [dev] [DWM]Strange new window behavior

2012-04-02 Thread Hugues Moretto-Viry
I compared the two versions. You added many lines but unfortunately, it means nothing for me. I know nothing about C language. But I don't know why these blinks are missing in 5.9. Take care guys. -- Envoyé d'Archlinux

Re: [dev] [DWM]Strange new window behavior

2012-03-29 Thread Hugues Moretto-Viry
Hum, in the video my wallpaper was experimental. It doesn't show you my real setup. The background color used was plain to show you the behavior. I'm not really disturbed about this, I just wanted to have some details from you. Another question: did you changed the code much compared to the 5.9?

[dev] [DWM]Strange new window behavior

2012-03-28 Thread Hugues Moretto-Viry
Dear devs, I'm using DWM since a long time and some months ago I decided to switch to 6.0 (used around 9 months 5.9). I noticed something is missing in dwm-5.9. Don't know if it's a bug, that's why I send you this mail. When I open a new window as rxvt-unicode for example on a tag which already in