Re: [dev] MODKEY

2011-03-31 Thread Hadrian Węgrzynowski
Dnia , o godz. KIMURA Masaru napisał(a): > Hi, > > Usually I use wmii on gentoo/ppc. > Recently I was trying to set up Cygwin/X via XDMCP and I noticed that > Mod1 and Mod4 were trapped by Windows. > > What do you think about MODKEY? > Hi. Have you tried -keyhook option?

Re: [dev] TermKit

2011-05-20 Thread Hadrian Węgrzynowski
Sometimes I would like to display some graphics inside terminal window. We could draw directly in terminal's window or place graphics inline with text. I would prefer second method. One of the key features of text terminals is monospaced font - that makes everything easier to align and easier to co

Re: [dev] 2surf, an experiment in tiled browsing

2011-06-13 Thread Hadrian Węgrzynowski
On Sun, 12 Jun 2011 00:38:14 + Bjartur Thorlacius wrote: >On 6/11/11, Peter John Hartman wrote: >> Why not just utilize dwm's tile mode and have each link open in a new >> window? >Presumably so you don't have to close a window after every article you >examine, and resize the search results

Re: [dev] How to monitor battery status

2011-06-20 Thread Hadrian Węgrzynowski
On Sun, 19 Jun 2011 22:51:46 +0200 Bartosz Nitkiewicz wrote: >Hello, >I'm looking for a best way to monitor battery status in dwm. Any hints? > It's maybe not the best way, but I written small utility that uses Linux /proc and /sys to take stats. Original source outputs cpu usage, cpu freq, cpu

Re: [dev] How to monitor battery status

2011-06-20 Thread Hadrian Węgrzynowski
On Mon, 20 Jun 2011 11:27:10 +0200 pancake wrote: >On 06/20/11 10:24, Hadrian Węgrzynowski wrote: >> It's maybe not the best way, but I written small utility that uses >> Linux /proc and /sys to take stats. Original source outputs cpu >> usage, cpu freq, cpu temp, mem

Re: [dev] Announcing sinit - the suckless init

2014-02-06 Thread Hadrian Węgrzynowski
Dnia 2014-02-06, o godz. 12:32:59 sin napisał(a): > Hi all, > > As part of experimenting with a toy distro I wanted to get rid of > busybox's init, so I hacked together sinit[1]. sinit is based on > Strake's init[2]. > > It is currently controlled via a FIFO. It supports only two commands > (

Re: [dev] Re: Reasonable Makefiles

2014-02-11 Thread Hadrian Węgrzynowski
Dnia 2014-02-11, o godz. 20:15:06 Thorsten Glaser napisał(a): > “Re: *** GMX Spamverdacht *** [dev] Reasonable Makefiles”. > Honestly! > > > Markus Wichmann dixit: > > >A typical Makefile of mine looks like this: > > Ugh, a horrid GNUmakefile… I normally write: > > PROG= foo > > .i

Re: [dev] XML vs HTML (was: Article about suckless on root.cz)

2014-02-21 Thread Hadrian Węgrzynowski
Dnia 2014-02-21, o godz. 16:21:22 "Dmitrij D. Czarkoff" napisał(a): > > Thus, rendering issues are either originating from bad > > browser-defaults or faulty CSS. > > I don't even touch CSS. And I just can't see any valid argument for > existance of browser-defaults – the format that is suppose

Re: [dev] XML vs HTML (was: Article about suckless on root.cz)

2014-02-21 Thread Hadrian Węgrzynowski
Dnia 2014-02-21, o godz. 13:27:51 Ryan O’Hara napisał(a): > On Fri, Feb 21, 2014 at 1:15 PM, Hadrian Węgrzynowski > wrote: > > It's utter nonsense to not restrict paragraph > > length (at 80 characters or something). It's utter nonsense to > > assume that e

Re: [dev] XML vs HTML (was: Article about suckless on root.cz)

2014-02-21 Thread Hadrian Węgrzynowski
Dnia 2014-02-21, o godz. 14:53:22 Charlie Kester napisał(a): > On Fri 21 Feb 2014 at 13:15:24 PST Hadrian W?grzynowski wrote: > > > >Even if it would work, I think that web shouldn't be pixel-perfect, > >because we could just use some glorified-PDFs. It's utter nonsense > >that correct rendering

Re: [dev] XML vs HTML (was: Article about suckless on root.cz)

2014-02-21 Thread Hadrian Węgrzynowski
Dnia 2014-02-21, o godz. 21:54:59 FRIGN napisał(a): > A semantic web-browser is a great idea. It has already been partially > realized in links. If X-support is compiled in, you can test it out > with "lynx -g". > It's blazing fast (!), but sadly gives insight into how unsemnatic the > web has be

Re: [dev][ubase] Implement switch_root

2014-04-13 Thread Hadrian Węgrzynowski
Dnia 2014-04-13, o godz. 14:10:51 FRIGN napisał(a): > Good day, > > sometimes, you depend on an initramfs to do stuff for you before > the rootfs is available. > Busybox has become the standard for "all your initramfs needs", but > tbh, I hate working with it. > Statically linking sbase and ubas

Re: [dev] [st] Feature to replace st window by spawned x window

2014-04-29 Thread Hadrian Węgrzynowski
Dnia 2014-04-28, o godz. 17:17:56 Nick napisał(a): > Esteemed comrades, > > I remember reading ages ago about how graphical programs launched > from Plan9's terminal thing (/editor/whatever) replace the window > it's in. I would really love a patch for st to do the same. So I > could type 'mu

Re: [dev] Lightweight, non-bloated, fast image viewer?

2014-06-14 Thread Hadrian Węgrzynowski
Dnia 2014-06-14, o godz. 14:52:39 FRIGN napisał(a): > On Sat, 14 Jun 2014 12:42:00 +0200 > Markus Wichmann wrote: > > > So, having one program that reads some standardized input and > > displays it on screen, while another program converts any given > > image file to that standardized format ma

Re: [dev] reboot, arrow in the knee because of the GNU GPL???

2014-06-26 Thread Hadrian Węgrzynowski
you would like to counter with arguments or links - don't bother. You're the one asking for information. With regards, Hadrian Węgrzynowski.

Re: [dev] [dwm] 2000 SLOC

2011-11-03 Thread Hadrian Węgrzynowski
On Thu, 3 Nov 2011 18:14:12 +1100 Alex Hutton wrote: >It has occured to me that web-servers should be sending the content in >json format, with the first page load on the site loading a html page >with the json handler in the head. Then if you didn't like the UI >provided by the site you could re

[dev] PARENT_XID environment variable.

2011-11-05 Thread Hadrian Węgrzynowski
Hi. I hacked tabbed, st and sxiv [1] (and surf, but I couldn't compile it with recent webkit) for support of PARENT_XID environment variable. Tabbed set such variable with its XID. St and sxiv embed in window identified by PARENT_XID if present. This way I can easily browse images "within" terminal

Re: [dev] PARENT_XID environment variable.

2011-11-06 Thread Hadrian Węgrzynowski
Dnia 2011-11-05, o godz. 18:40:58 Jeremy Jackins napisał(a): > > I would like to add support for surf, zathura and others I use > > daily. > > I already use it with surf, and I didn't have to add any support. > Are you using PARENT_XID environment variable enabled surf? That was the point of m

Re: [dev] wmii + ruby 1.9.3 = no power woes!

2011-11-07 Thread Hadrian Węgrzynowski
On Mon, 7 Nov 2011 22:28:59 -0800 "Suraj N. Kurapati" wrote: >On Thu 03 Nov 2011 09:57:19 AM PDT, Kurt H Maier wrote: >> There is nothing "suckless" about any aspect of modern wmii > >I thought Suckless folks were enthusiastic about Plan9 technologies; >has this changed? If so, why? > >And how i

Re: [dev] Re: dmenu's lsx binary naming conflicts with lrzsz!

2011-11-28 Thread Hadrian Węgrzynowski
On Mon, 28 Nov 2011 15:43:55 +0100 Christian Neukirchen wrote: >Connor Lane Smith writes: > >> On 28 November 2011 13:35, Christian Neukirchen >> wrote: >>> Any reason we don't replace lsx with this? >>> >>>  find -L . -maxdepth 1 -type f -perm -111 >> >> POSIX compatibility. > >All supported e

Re: [dev] what's your opinion on Go

2011-12-13 Thread Hadrian Węgrzynowski
On Tue, 13 Dec 2011 02:58:31 +0100 Arian Kuschki wrote: >Hi all, > >I would like to learn a new programming language. I do not know C. As >I remember positive reactions on this list when Go came out, I would >like to know if people still think it might be a 'better C'. One thing >I like about Go

Re: [dev] dwm: bug in fullscreen mode (SDL?)

2012-01-10 Thread Hadrian Węgrzynowski
On Wed, 11 Jan 2012 12:35:09 +0500 ∞ wrote: >On 1/11/12, Jakub Lach wrote: >> http://lists.libsdl.org/pipermail/sdl-libsdl.org/2010-February/074856.html >> >> And nothing. >> > > >but, in openbox SDL-apps work fine. need patch for dwm or SDL? > AFAIK openbox is reparenting wm. The problem is th

Re: [dev] [slock] kill slock with Ctrl+Alt+Multiply

2012-01-19 Thread Hadrian Węgrzynowski
On Thu, 19 Jan 2012 20:53:22 +0100 ilf wrote: >It's reported, that X.Org 1.10.99.902 introduced the possibility to >kill the top X.org window via keybinding Ctrl+Alt+Multiply. I don't >have a current X.Org on this box, but it reportedly works for slock >0.9: > >http://seclists.org/oss-sec/2012/q1

Re: [dev] [slock] kill slock with Ctrl+Alt+Multiply

2012-01-22 Thread Hadrian Węgrzynowski
Dnia 2012-01-22, o godz. 18:30:03 Anselm R Garbe napisał(a): > Ok, so the error handler trick doesn't work as it exceeds some x > server threshold and then raises an XIO fatal error. > > I will investigate this issue further, but will need a more current X > server first ;) > > Cheers, > Anselm

Re: [dev] interested in issue tracker dev

2012-02-09 Thread Hadrian Węgrzynowski
On Wed, 8 Feb 2012 20:15:52 +0100 Anselm R Garbe wrote: >Btw. I would like you to use C and rc, not C and bash or something >similar. There were once discussion about "blessed" rc version, but AFAIR there were no simple conclusion. What version of rc is good enough? What I remember: Byron's vers

Re: [dev] Wayland

2012-02-15 Thread Hadrian Węgrzynowski
On Wed, 15 Feb 2012 15:28:28 +0100 Eckehard Berns wrote: >I might be wrong, but my biggest fear is that using Wayland means that >I'm getting the current desktop paradigm shoved down my throat. If I >understand this correctly something like dwm would be implemented in >the compositor (for the win

Re: [dev] smessage

2012-02-23 Thread Hadrian Węgrzynowski
Dnia 2012-02-23, o godz. 18:45:08 Florian Limberger napisał(a): > > An operation Mode without any Buttons where the Window closes > > itselfs after x seconds would be also great I think. Than somebody > > could use smessage also for displaying popup-infos whithin a > > desktop environment for

Re: [dev] dwm: bug in fullscreen mode (SDL?)

2012-03-06 Thread Hadrian Węgrzynowski
On Wed, 7 Mar 2012 00:31:12 +0100 Swiatoslaw Gal wrote: >-- From Matthew Carter 23-01-2012 at 22:01 -- >> You could always run fullscreen apps/games on a separate X display >> using: >> >> xinit $(which gameName) -- :8 >> >> -Matt > >Can one use such a clean solution with a seco

Re: [dev] st: improved double-buffering with Xdbe

2012-04-23 Thread Hadrian Węgrzynowski
th >Mercurial, 3) I'm completely new to Xlib. So, while it Works For Me >(tm), you might want to test it a bit and let me know if I messed up >something. > >I'm going to keep hacking on it to try to improve further the speed if >I can. > >Cheers, >Brandon Invergo > Thanks for your work. I'll try st with your patch later this week. With regards, Hadrian Węgrzynowski.

Re: [dev] github mirror

2012-05-23 Thread Hadrian Węgrzynowski
On Wed, 23 May 2012 17:33:50 +0800 Kai Hendry wrote: >Nonetheless it would be great if you could help figure out the optimal >hg-git-hg work flow and tools required to pull it off. Or you could use hg directly. That would probably be the suckless way.

Re: [dev] New friends

2012-08-04 Thread Hadrian Węgrzynowski
Dnia 2012-07-31, o godz. 16:16:43 Calvin Morrison napisał(a): > On 31 July 2012 16:14, Lee Fallat wrote: > > Yeah I saw this today as well and looks to be promising, but what's > > wrong with ALSA? :) > > > > > > ...ok fine you caught me, everything is wrong with alsa > > This is always a good

Re: [dev] Hall of shame of the web

2012-09-30 Thread Hadrian Węgrzynowski
Dnia 2012-09-30, o godz. 16:54:32 Bjartur Thorlacius napisał(a): > hiro wrote: > > that hall of shame is called google. we should all get back to using > > gopher or telnet. > > > Yes. Because Gopher and Telnet are superior to HTTP and SSH. > > /s > Gopher is superior to HTTP/[X]HTML[5]/CSS/JS

Re: [dev] [tabbed] attach on demand

2012-10-12 Thread Hadrian Węgrzynowski
On Fri, 12 Oct 2012 08:07:55 -0300 Carlos Pita wrote: > Hi, > > I tend to open every surf instance (except for apps like gmail) in its > own tabbed instance just because I don't know beforehand if I would > need more tabs while navigating from the initial page. The ability to > attach (and maybe

Re: [dev] uriel is gone

2012-10-15 Thread Hadrian Węgrzynowski
On Sun, 14 Oct 2012 17:14:11 -0400 Kurt H Maier wrote: > Sorry to have to let you guys know, uriel passed away peacefully a > couple days ago. We'll miss him. > > Kurt > I will miss his no-bullshit attitude. Sorry if I'm ignorant, but what will happen with cat-v.org?

Re: [dev] I'm back

2012-11-18 Thread Hadrian Węgrzynowski
On 2012-11-18 at 11:04:31 Kurt H Maier wrote: > On Sun, Nov 18, 2012 at 07:00:23AM +0100, Jens Staal wrote: > > For me, this is a nicer solution than for example pacman to keep > > track on which files that belong to which package (no fragile > > databases needed). I am also happy to report that

Re: [dev] Minimal distributions

2012-11-23 Thread Hadrian Węgrzynowski
Dnia 2012-11-23, o godz. 19:53:36 Hugues Moretto-Viry napisał(a): > 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 releas

Re: [dev] Minimal distributions

2012-11-25 Thread 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 community, it is interest group.

Re: [dev] Minimal distributions

2012-11-25 Thread Hadrian Węgrzynowski
Dnia 2012-11-25, o godz. 15:54:40 Hugues Moretto-Viry 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 > something I don't know

Re: [dev] [suckless] Migration to git

2012-11-27 Thread Hadrian Węgrzynowski
On Mon, 26 Nov 2012 11:25:18 +0100 Christoph Lohmann <2...@r-36.net> wrote: > Greetings comrades, > > I am proposing a migration of all mercurial to git repositories. Git > is mature and used by nearly all major OSS projects. Mercurial > has this slow prototyping dependency of Python, whic

Re: [dev] Re: Why HTTP is so bad?

2013-05-27 Thread Hadrian Węgrzynowski
Dnia , o godz. Random832 napisał(a): > On 05/25/2013 12:55 AM, Strake wrote: > > Yes. Thus I can easily swap out any component, or insert mediators > > between components. For example, I could write my own fetcher to > > scrub the HTTP headers, or block ads; and I wouldn't need plug-ins > > to

Re: [dev] Re: Why HTTP is so bad?

2013-05-27 Thread Hadrian Węgrzynowski
Dnia 2013-05-27, o godz. 23:32:48 Dmitrij Czarkoff napisał(a): > On May 27, 2013 11:13 PM, "Nick" wrote: > > > > Netsurf's rendering libraries are pretty suckless. But they don't > > have at all complete javascript / dom support yet, so it's only as > > useful as lynx (which is to say, rather us

Re: [dev] suckless dotfiles approach

2013-06-08 Thread Hadrian Węgrzynowski
On Sat, 08 Jun 2013 00:28:14 +0200 Markus Teich wrote: > Hey guys, > > I feel this three popular approaches have drawbacks: > * When creating the repository in $HOME i have to carefully select > which files to add. > * When copying files from the working directory to $HOME i have to > sync the w

Re: [dev] Talk about suckless

2013-09-26 Thread Hadrian Węgrzynowski
ss software as is is not for everyone, but easily you can use that software as foundation to build upon. With regards, Hadrian Węgrzynowski.

Re: [dev] Some thoughts about XML

2013-10-18 Thread Hadrian Węgrzynowski
On Fri, 18 Oct 2013 14:44:55 +0200 Szymon Olewniczak wrote: > At the and I want to ask you a question. What do you think would be > the best solution for bulding websites which would look similar to > this what we have now(gopher is great but ...) and would have easily > accessible data for perso

Re: [dev] portable photoshop-like lite application based on C?

2013-12-02 Thread Hadrian Węgrzynowski
graphical terminal. If this would be reasonably fast it could be also used as a base for suckless GUI toolkit. Of course input handling remains. How such suckless GUI toolkit could be implemented? Maybe VFS? Maybe for start just a X program using stdin/stdout? [0] http://www.kfish.org/software/xsel/ With regards, Hadrian Węgrzynowski.

Re: swc library to implement dwm under Wayland (was Re: [dev] gtk3 support for surf?)

2014-01-14 Thread Hadrian Węgrzynowski
rtheless. > Let's see what the future will bring us, but it now is all about > making a decision. Even if Suckless Wayland Compositor can be successfully implemented suckless most probably will not abandon X11 for the foreseeable future, which I think is good. Truth is - we can talk, but only written code matters. With regards, Hadrian Węgrzynowski.