Re: [dev] interested in issue tracker dev

2012-02-08 Thread Ahmet Emre Çepoğlu
On Thu, Jan 26, 2012 at 2:40 AM, Paul Hoffman wrote: > > - store everything under version control system: closed/resolved issues > > can be moved to different branch (smaller checkout) > > Interesting. > > > This way data can be accessed very easily, some usage ideas: > > > > - searching for exis

[dev] cat unique deice identifier e.g. serial number

2012-02-08 Thread hiro
Anybody know a simple way to get a laptops device's serial number or some other unique identifier which won''t identify all other same models? So far I came up with this: ( for MA in `ls /sys/bus/pci/devices/*/modalias` do cat "$MA"; done ) | sha1sum

Re: [dev] cat unique deice identifier e.g. serial number

2012-02-08 Thread Premysl Hruby
On 08/02/12 12:50, hiro wrote: Anybody know a simple way to get a laptops device's serial number or some other unique identifier which won''t identify all other same models? So far I came up with this: ( for MA in `ls /sys/bus/pci/devices/*/modalias` do cat "$MA";

Re: [dev] [st] 0.2 is out

2012-02-08 Thread ilf
On 02-08 00:14, Aurélien Aptel wrote: As I said previously somewhere on the list, I've tagged the last changeset of the default branch as 0.2. Thanks! Care to update the website? http://st.suckless.org/ And add a post to the News section of http://suckless.org/? Also, please provide a Tarball

Re: [dev] cat unique deice identifier e.g. serial number

2012-02-08 Thread hiro
It evolved from a *non*-unique hardware identification which triggered automatic kernel module downloads. Was too difficult, so I'm back to doing everything manually again. Although this means some machines with different ids load the same list of stuff. No real overhead, because most stuff is bugg

Re: [dev] cat unique deice identifier e.g. serial number

2012-02-08 Thread hiro
s/stuff/hardware (drivers)/ On 08.02.2012, hiro <23h...@googlemail.com> wrote: > It evolved from a *non*-unique hardware identification which triggered > automatic kernel module downloads. Was too difficult, so I'm back to > doing everything manually again. Although this means some machines > with

Re: [dev] [st] 0.2 is out

2012-02-08 Thread Aurélien Aptel
On Wed, Feb 8, 2012 at 2:17 PM, ilf wrote: > Care to update the website? http://st.suckless.org/ > And add a post to the News section of http://suckless.org/? I did but the wiki has moderation.

Re: [dev] [st] 0.2 is out

2012-02-08 Thread ilf
On 02-08 00:14, Aurélien Aptel wrote: As I said previously somewhere on the list, I've tagged the last changeset of the default branch as 0.2. Checking it out for the first time since 0.1.1. I am running the same tmux session in both rxvt-unicode and st next to each other. The drawing speed o

Re: [dev] cat unique deice identifier e.g. serial number

2012-02-08 Thread Christoph Lohmann
Greetings. hiro wrote: > Anybody know a simple way to get a laptops device's serial number or > some other unique identifier which won''t identify all other same > models? > > So far I came up with this: > ( for MA in `ls /sys/bus/pci/devices/*/modalias` > do > cat "$MA";

Re: [dev] [st] 0.2 is out

2012-02-08 Thread Benjamin R. Haskell
On Wed, 8 Feb 2012, ilf wrote: On 02-08 00:14, Aurélien Aptel wrote: As I said previously somewhere on the list, I've tagged the last changeset of the default branch as 0.2. Checking it out for the first time since 0.1.1. I am running the same tmux session in both rxvt-unicode and st next to

Re: [dev] [st] 0.2 is out

2012-02-08 Thread Aurélien Aptel
On Wed, Feb 8, 2012 at 2:49 PM, ilf wrote: > I am running the same tmux session in both rxvt-unicode and st next to each > other. The drawing speed of st does indeed feel better than before, but it's > still way slower than rxvt in everything I have tried. This is one of the > issues still holding

Re: [dev] [st] 0.2 is out

2012-02-08 Thread Aurélien Aptel
On Wed, Feb 8, 2012 at 3:39 PM, Benjamin R. Haskell wrote: > rxvt-unicode uses the wonderful optimization of not really caring whether > everything gets displayed.  As a test, simulate some command that produces > output that can't actually be read -- like from a noisy makefile, the > non-error ou

Re: [dev] [st] 0.2 is out

2012-02-08 Thread ilf
On 02-08 09:39, Benjamin R. Haskell wrote: rxvt-unicode uses the wonderful optimization of not really caring whether everything gets displayed. I don't know if every one of those output lines is rendered on screen once. But it doesn't need to, since I can't read it anyways, no matetr if it ta

Re: [dev] [st] 0.2 is out

2012-02-08 Thread Diego Joss
Hi, there is a minor error on the website in the News section for the announcement: http://st.suckles.org";>st 0.2 I think it should be ;-) http://st.suckless.org";>st 0.2 Have a nice day, -- Diego Joss

Re: [dev] [st] 0.2 is out

2012-02-08 Thread Aurélien Aptel
On Wed, Feb 8, 2012 at 4:13 PM, Diego Joss wrote: > there is a minor error on the website in the News section for the > announcement: Pushed a fix, waiting for moderation, thanks.

Re: [dev] [st] 0.2 is out

2012-02-08 Thread Benjamin R. Haskell
On Wed, 8 Feb 2012, ilf wrote: On 02-08 09:39, Benjamin R. Haskell wrote: rxvt-unicode uses the wonderful optimization of not really caring whether everything gets displayed. I don't know if every one of those output lines is rendered on screen once. But it doesn't need to, since I can't rea

Re: [dev] [st] 0.2 is out

2012-02-08 Thread ilf
On 02-08 10:25, Benjamin R. Haskell wrote: As Aurélien pointed out, `st` at least behaves similarly (if not identically). Didn't realize what hg rev I was on on that machine. Prior test was w/ 187. With current non-xft tip (rev 228), I get similar results: 0.2s wall time. st-0.2: 30

Re: [dev] [st] 0.2 is out

2012-02-08 Thread Aurélien Aptel
On Wed, Feb 8, 2012 at 4:41 PM, ilf wrote: > Using "radeon" driver, but this should be irrelevant, right? You're not the first one to have performance problem with it [1], I'm afraid :/ 1: https://www.google.com/search?q=site%3Alists.suckless.org+radeon

Re: [dev] [st] 0.2 is out

2012-02-08 Thread Martti Kühne
On Wed, Feb 08, 2012 at 03:47:00PM +0100, Aurélien Aptel wrote: > > Last, has anyone managed to adjust the transparency patch to this version? > > http://lists.suckless.org/dev/1009/6046.html > > https://gist.github.com/1432900 > > I don't know. But you can be sure it will trigger another troll-fe

Re: [dev] cat unique deice identifier e.g. serial number

2012-02-08 Thread Kurt H Maier
On Wed, Feb 08, 2012 at 03:36:04PM +0100, Christoph Lohmann wrote: > > Of course you will need a fallback, if there is no DMI. > Is 'fallback' a technical term for 'new computer'?

Re: [dev] cat unique deice identifier e.g. serial number

2012-02-08 Thread Christoph Lohmann
Greetings. Kurt H Maier wrote: > On Wed, Feb 08, 2012 at 03:36:04PM +0100, Christoph Lohmann wrote: >> >> Of course you will need a fallback, if there is no DMI. >> > > Is 'fallback' a technical term for 'new computer'? Yes, but usually it is only used when doing Windows support. Sincerely, C

Re: [dev] [st] 0.2 is out

2012-02-08 Thread Anselm R Garbe
On 8 February 2012 14:17, ilf wrote: > On 02-08 00:14, Aurélien Aptel wrote: > Care to update the website? http://st.suckless.org/ > And add a post to the News section of http://suckless.org/? Applied. > Also, please provide a Tarball-Link and Checksum in the announce mail. http://dl.suckless

Re: [dev] [dwm] hg: bug or feature?

2012-02-08 Thread Anselm R Garbe
On 8 February 2012 00:05, Eckehard Berns wrote: >> Just a quick question: Is it a bug or a feature, that, if a client is being >> toggled floating, it is placed behind the tiled clients, so it can't be seen >> anymore? It can of course be used to hide clients, but well, dwm is a >> tagging wind

Re: [dev] [dwm] Optional status bar

2012-02-08 Thread Anselm R Garbe
On 28 January 2012 13:51, Tom Vincent wrote: > It would seem there might be opportunity here to reduce the dwm > codebase by handing off responsibility of the status bar to something > else, similar to how xmonad does it. dwm could provide an interface > that outputs "desktop" and urgency hints ra

Re: mouse tag switching with alternative keyboard layout (was [dev] Re: skype gui interface)

2012-02-08 Thread Anselm R Garbe
On 5 February 2012 07:27, Robert Ransom wrote: > On 2012-02-04, sta...@cs.tu-berlin.de wrote: >>> What versions of dwm are you using? >> >> Patched dwm based on changeset 64eb02a74f2b (Tip from end of September >> 2010). > > http://hg.suckless.org/dwm/rev/79fe8e97dcf7 might be the fix (applied >

Re: [dev] [dwm] strange behavior with mupdf

2012-02-08 Thread Anselm R Garbe
On 2 February 2012 17:20, Thomas Dean <78...@web.de> wrote: > On Thu, Feb 02, 2012 at 14:45:42 +0100, Uli Armbruster wrote: >> Means, only after refocusing mupdf, it looks fine. It doesn't depend on >> this certain pdf file, it happens with all pdf files. It also doesn't >> depend on the layout I u

Re: [dev] interested in issue tracker dev

2012-02-08 Thread Anselm R Garbe
On 8 February 2012 10:53, Ahmet Emre Çepoğlu wrote: > On Thu, Jan 26, 2012 at 2:40 AM, Paul Hoffman wrote: >> That's good for starters.  Here's a simple issue tracker repository >> using directories, key-value text files, and symlinks: >> >> /path/to/repo/ >>    ticket/ >>        abc123/ >>      

Re: [dev] [dwm] Optional status bar

2012-02-08 Thread Sebastian Liem
On Wed, 8 Feb 2012 20:01:58 +0100, Anselm R Garbe wrote: > What I do plan though, is adding a config.h hook to make the bar > window smaller (in terms of width) for a better dzen2 or similar > integration. While I personally doesn't have need for it, how about ability to make clients "unmanaged"?

Re: [dev] [dwm] Optional status bar

2012-02-08 Thread Anselm R Garbe
On 8 February 2012 21:26, Sebastian Liem wrote: > On Wed, 8 Feb 2012 20:01:58 +0100, Anselm R Garbe wrote: >> What I do plan though, is adding a config.h hook to make the bar >> window smaller (in terms of width) for a better dzen2 or similar >> integration. > > While I personally doesn't have ne

[dev] please test slock tip

2012-02-08 Thread Anselm R Garbe
Hi there, I would like to ask you to test the slock tip. I haven't fixed the multiply numpad combo issue, however I believe I have fixed the issue that new clients appear on top of the black windows. If so, slock-1.0 will be out soon. Thanks, Anselm

Re: [dev] cat unique deice identifier e.g. serial number

2012-02-08 Thread hiro
I don't know, I will have to googel this dmi thing up I guess?

[dev] [st and terminals] About escape sequences and stuff

2012-02-08 Thread Guillaume Quintin
Hi, This is not a question about st in particular. Have you any stuff for me to read or explain to me why each terminal (linux, xterm, rxvt, gnome-terminal, konsole) has its own strings for keys like insert, delete, function keys ? They vary from terminal to terminal, why ? Guillaume.

Re: [dev] [st and terminals] About escape sequences and stuff

2012-02-08 Thread Kurt H Maier
Please see the Unix Haters' Handbook[1], Part 1, Chapter 6. [1] - http://www.simson.net/ref/ugh.pdf

Re: [dev] cat unique deice identifier e.g. serial number

2012-02-08 Thread hiro
mhm, so there's no native way on a linux?

Re: [dev] cat unique deice identifier e.g. serial number

2012-02-08 Thread Benjamin R. Haskell
On Thu, 9 Feb 2012, hiro wrote: mhm, so there's no native way on a linux? Depending on your kernel, the DMI information may be available via sysfs. You asked for the serial number before. I have that at: /sys/class/dmi/id/board_serial Contents are equivalent to `dmidecode -s baseboard-se