Re: [dev] flash fullscreen issue (dwm-5.7.2)

2009-12-07 Thread Sean Howard
Used to have this issue back when I was using flash. The problem is kinda weird. The site is designed such that when the window doesn't have focus, it closes. Therefore, you need to continue to give the Window focus. Since dwn gives focus in a sane way (to the mouse, and keeps focus on the old w

Re: [dev] Suckless design in Games

2010-08-09 Thread Sean Howard
I do not believe there's a suckless games library. The world of game coding is a different animal, and the libraries do what they say, we hope, and so we use them. It depends on the game. Most games want an Object Oriented Language, simply because the OO design is the best for something dealing

Re: [dev] [dmenu] Patch for XDG Base Directory specification of dmenu_path

2011-01-04 Thread Sean Howard
You do both. Ideally you SSH into a machine running a NFS mounted home directory on your own notebook. Of course, in that case, you're likely not running dmenu, or even X. Or that's my experience, at least. On 4 January 2011 09:11, Anselm R Garbe wrote: > On 4 January 2011 14:56, Gregor Best wro

Re: [dev] dwm battery level alarm system

2011-01-27 Thread Sean Howard
I'd just get the current life of the battery (as you would normally pipe it to xsetroot, using acpi or whatnot), then, if you want a popup window, check the state everytime you update the rootname, and pipe something to Zenity if it is at 10% or less. If it is at 0% run 'zzz' (or however you suspen

Re: [dev] what program to create custom menus

2011-01-28 Thread Sean Howard
I would likely use dmenu. Same way you'd use it for playlists or such. --Sean On 28 January 2011 10:41, pancake wrote: > I would probably use cat (1) it's available in most distributions nowadays. > > On 01/28/11 16:22, Michael wrote: >> >> Hello. >> >> What program do you recommend to create a

Re: [dev] what program to create custom menus

2011-01-28 Thread Sean Howard
That was what I was looking for! ratmen is pretty good at this. Likely more visual than dmenu, although basically the same thing. http://www.update.uu.se/~zrajm/programs/ --Sean On 28 January 2011 11:24, Julien Jehannet wrote: >> * Michael [28-janv.-2011 16:26]: >> Hello. >> >> What program d

Re: [dev] which minimal os

2011-02-11 Thread Sean Howard
I use OpenBSD. It can grow quickly if you want it to, and it can be run on a VAX if you want it to. What performance need do you have that makes OpenBSD not worth it? When I am going to be throwing a system together without OpenBSD then I tend to use Debian. --Sean On 11 February 2011 13:34, Be

Re: [dev] Not Using a Window Manager?

2011-03-02 Thread Sean Howard
It (might be) ideal software for text modification and regex. Ideal software doesn't do everything. In fact, it is often suboptimal software that does everything. On 2 March 2011 12:48, hiro <23h...@googlemail.com> wrote: > Do you want to tell me that sed, awk and cat is "ideal software"? > > sed

Re: [dev] [wmii] running script on 'desktop'?

2011-03-22 Thread Sean Howard
What do you mean by this? If Conky outputs as text, you can send it's output to a constantly updating xrootconsole (sorta hackish and not very pretty, and likely you need to install xrootconsole) (printing out_to_console=yes and out_to_x=no). I don't use the program myself, but I think I can see w

Re: [dev] [wmii] running script on 'desktop'?

2011-03-22 Thread Sean Howard
ay over > the background displayed by feh and under the terminator window (or any > other window really). > > I did not think this would be possible as it seems that all programs running > need a 'window'. > > I looked for xrootconsole using yaourt (arch linux) and

Re: [dev] [wmii] running script on 'desktop'?

2011-03-22 Thread Sean Howard
Ah - sorry. Reread the wmiirc. It uses xsetroot to set the background. Therefore running a program in the root window (examples: xrootconsole, xmoon, xpenguins, or xfireworks) will happen over top of that. On 22 March 2011 11:08, Sean Howard wrote: > http://sourceforge.net/projects/xrootcons

Re: [dev] dwm taskbar config

2011-03-23 Thread Sean Howard
Firstly: you are not closing one of the three nested loops. Secondly: You don't need that many loops, just one infinite loop should be fine. Also, that "&" makes it so it both runs dwm AND continues the loop, this is a good thing. Thirdly:: calling dwm is not a good idea inside any of the loops Fou

Re: [dev] dwm taskbar config

2011-03-23 Thread Sean Howard
My apologies. I am at work, no chance to look at my own .xinitrc but I was under the impression I did use exec dwm. Perhaps I don't and am just a bit addled. On 23 March 2011 16:37, Henri Ducrocq wrote: > Doing exec won't allow for execution of the loop since dwm is going to > replace the shell

Re: [dev] @bleidl, 26/03/11 19:41

2011-03-29 Thread Sean Howard
On 29 March 2011 12:47, Christoph Lohmann <2...@r-36.net> wrote: > Hello, > > pancake wrote: >> >> *Bruce Leidl (@bleidl )* >> 26/03/11 19:41 >> Dude patiently tries to explain to #Archlinux >>

Re: [dev] hgweb typically sucks

2011-04-01 Thread Sean Howard
Firefox reads it just fine. I get the .c in the browser. What web browser are you using? (I typically use a combination of xxxterm, lynx, and firefox. I am at work though, so only Firefox is available). Also - the point of a web browser is to read the web - if you want it to dump everything raw

Re: [dev] hgweb typically sucks

2011-04-01 Thread Sean Howard
Ethan Grammatikidis wrote: > > On 1 Apr 2011, at 2:15 pm, Sean Howard wrote: > >> Firefox reads it just fine. I get the .c in the browser. >> >> What web browser are you using? > > Firefox... > > Version 3.6.3 to be exact, packaged by Slackware. What ve

Re: [dev] Microsoft considers harmful...

2011-06-17 Thread Sean Howard
The base problem is simple: The Web is a hammer. It's a nice pretty hammer, but there's a lot of things that aren't nails. Somebody claiming to be Mate Nagy wrote: > On Fri, Jun 17, 2011 at 01:55:37PM -0400, Bryan Bennett wrote: > > Let's face it - the web is no longer focused on Gopher-like info

Re: [dev] aijuboard

2015-04-30 Thread Sean Howard
!_/ Sent from my BlackBerry 10 smartphone on the TELUS network. ‎

Re: [dev] Suckless Desktop Environment

2011-11-07 Thread Sean Howard
wrote a filesystem for a joke, but never even entered Linux, much less suckless. Is that not the kind of audience we want to engage? People who see the problem, but not the solution? I see Suckless as attempting to maintain the idea of Computer Programming as craft, a work of a pure mind, and not as simply hacking out letters and symbols until it compiles. Is that idea not a good one? --Sean Howard

Re: [dev] Suckless Desktop Environment

2011-11-08 Thread Sean Howard
Somebody signing messages as Petr Sabata wrote: > On Mon, Nov 07, 2011 at 03:13:35PM -0500, Sean Howard wrote: > > Suckless, as an organization currently has a lot of tools, I personally use > > very few of them. > > dwm - I use this every day, and I twitch when I n

Re: Regarding "dogma" words [Was: Re: Regarding "make"-systems [Was: Re: [dev] Build system: redo]]

2012-08-10 Thread Sean Howard
Obviousness varies by experience and research. On 2012-08-10 2:27 PM, "Anselm R Garbe" wrote: > On 10 August 2012 16:32, Ciprian Dorin Craciun > wrote: > > On Fri, Aug 10, 2012 at 5:06 PM, hiro <23h...@gmail.com> wrote: > >> people like inventing words. so what? > > > > I'm not against inven

Re: [dev] [ANN] CGD - Ultra-minimalist HTTP and FastCGI wrapper for CGI programs.

2012-09-21 Thread Sean Howard
On Sep 19, 2012 10:51 AM, "Stephen Paul Weber" wrote: > > Somebody claiming to be Uriel wrote: >> >> Sadly not all servers speak CGI this days, most notably nginx, and >> others often have broken CGI support. > > > Oh? I guess I just never tried CGI with nginx. > > Don't you remember when I was