Re: [dev] [st] st 0.4 slow startup

2013-04-08 Thread Carlos Torres
On Sun, Apr 7, 2013 at 6:06 AM, Igor Šarić karaba...@gmail.com wrote: I have slow startup with all of them. i think, 20h's suggestion to run strace is a good suggestion. you might have an ill configured fontconfig

Re: [dev] [st] Del key ain't working

2013-04-04 Thread Carlos Torres
On Thu, Apr 4, 2013 at 2:11 PM, Chris Down ch...@chrisdown.name wrote: I just discovered that the Gmail app has an option for inline reply. Shame, really, I was living the dream for a while there. editing mail on the phone, i.e. taking stuff out of the post you're replying to, is a pain in the

Re: [dev] [dwmstatus] dynamic infos

2013-03-30 Thread Carlos Torres
On Sat, Mar 30, 2013 at 3:55 PM, Markus Teich markus.te...@stusta.mhn.de wrote: from my .vimrc: show whitespace set list listchars=tab:╺╴,eol:¬,trail:·,extends:→,precedes:← and set noexpandtab he doesn't need to have set listchars, he can toggle set list and set nolist when needed to check

Re: [dev] Re: print utility

2013-03-30 Thread Carlos Torres
awesome!!! that is the coolest pocket knife EVER! JUST BOUGHT IT! On Sat, Mar 30, 2013 at 9:54 PM, Calvin Morrison mutanttur...@gmail.com wrote: On 30 March 2013 21:49, Christian Neukirchen chneukirc...@gmail.com wrote: Calvin Morrison mutanttur...@gmail.com writes: What do you guys think of

Re: [dev] print utility

2013-03-30 Thread Carlos Torres
On Sat, Mar 30, 2013 at 10:53 PM, Calvin Morrison mutanttur...@gmail.com wrote: Should I have a seperate declaration and then intialization later or just combine the statements: int line = atoi(argv[2]); or int line; line = atoi(argv[2]); that is a style question, most people like to

Re: [dev] [DWM] Patch: stack mfact

2013-03-27 Thread Carlos Torres
On Wed, Mar 27, 2013 at 10:41 AM, Raphael Proust raphla...@gmail.com wrote: On Wed, Mar 27, 2013 at 1:17 PM, Jente Hidskes jthids...@outlook.com wrote: You're right - I should not have submitted the patch with a bug that would crash DWM. However, it was only with seven clients or more and as I

Re: [dev] [st] Segmentation fault when clicking the top of window

2013-03-26 Thread Carlos Torres
addresses for expression values are not that useful, the value of what they point to is what i would look for if i saw a troublesome address. I haven't looked at the brelease function signature, but if you know it, that would be useful when looking at the expressions. in fact i'm not sure what

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

2013-03-21 Thread Carlos Torres
I won't be at the con, but I think init is something worth talking about and I am interested in hearing about runit at least.

Re: [dev] surf man page

2013-03-13 Thread Carlos Torres
On Mar 13, 2013 10:47 AM, hiro 23h...@gmail.com wrote: submit a unified diff then like your parents teached you hopefully Huh?

Re: [dev] surf man page

2013-03-13 Thread Carlos Torres
[huh?] On Wed, Mar 13, 2013 at 10:49 AM, Carlos Torres vlaadbr...@gmail.com wrote: On Mar 13, 2013 10:47 AM, hiro 23h...@gmail.com wrote: submit a unified diff then like your parents teached you hopefully Huh?

Re: [dev] surf man page

2013-03-13 Thread Carlos Torres
sorry hiro, i thought you were trolling. but this is indeed a patch for improving the man page :) carry on... --Carlos On Tue, Mar 12, 2013 at 3:12 PM, hiro 23h...@gmail.com wrote: ~/surf-0.6$ diff surf.1.old surf.1 64c64 Scrolls page upwards. --- Scrolls up. 67c67 Scrolls page

Re: [dev] dwm switches view on _NET_ACTIVE_WINDOW

2013-03-09 Thread Carlos Torres
This all boils down to: (drum roll) USE SURF :)

Re: [dev][st] patch: aggressively disable antialiasing

2013-03-08 Thread Carlos Torres
On Fri, Mar 8, 2013 at 2:35 AM, Galos, David galos...@students.rowan.edu wrote: ... it might be a reasonable addition to the 'patches' section of the st page. you can do that too. clone git://git.suckless.org/sites , edit the st patches markdown and push it up --Carlos

Re: [dev][st] patch: aggressively disable antialiasing

2013-03-07 Thread Carlos Torres
you know what sucks about this patch? there is no command line flag to disable aa. whats up. On Wed, Mar 6, 2013 at 1:59 AM, Galos, David galos...@students.rowan.edu wrote: I've attached a patch which forcefully prevents fonts from being antialiased. On some unfortunate configurations, simply

[dev][surf][patch] switch togglebars key to GDK_bar

2013-03-04 Thread Carlos Torres
Hello, this is a suggestion for a switch of the togglebars key to GDK_bar which happens to the be pipe and seems quite apropos. Enjoy --Carlos pipe.patch Description: Binary data

Re: [dev] [st] Crash on OpenBSD i386 with vim/mutt

2013-02-26 Thread Carlos Torres
On Tue, Feb 26, 2013 at 12:44 PM, Christoph Lohmann 2...@r-36.net wrote: Anyone knows how to debug an OpenBSD i386 core on Linux x86_64? if he provides a core file? which i think is ELF, and provided you have the right versions of X11 libs installed which judging from the first post are quite a

Re: [dev][surf] disable scrollbars patch

2013-02-25 Thread Carlos Torres
Will it be applied? I'd like to disable scroll bars on my branch too :-)

Re: [dev][surf] disable scrollbars patch

2013-02-25 Thread Carlos Torres
Thank you, now I can override ctrl+shift+b toggle with my bookmarks call :) On Feb 25, 2013 4:11 PM, Christoph Lohmann 2...@r-36.net wrote: Greetings. On Mon, 25 Feb 2013 22:08:21 +0100 Carlos Torres vlaadbr...@gmail.com wrote: Will it be applied? I'd like to disable scroll bars on my

Re: [dev][surf] disable scrollbars patch

2013-02-24 Thread Carlos Torres
ok, Christoph, i sorted some stuff for the inquisition. Enjoy :) scrollbars-b6.patch Description: Binary data

Re: [dev][surf] disable scrollbars patch

2013-02-23 Thread Carlos Torres
On Fri, Feb 22, 2013 at 8:25 AM, Christoph Lohmann 2...@r-36.net wrote: I’m ok with the reloading. The patch would be welcome. ok, i found a lesser evil, rather than reload the page, i twitch ( +1 pixel, -1 pixel scroll) to make the scrollbar reappear after i set the policy to automatic.

Re: [dev][surf] disable scrollbars patch

2013-02-22 Thread Carlos Torres
Feb 2013 12:55:26 +0100 Carlos Torres vlaadbr...@gmail.com wrote: Attached you'll find a patch that adds the -b flag to disable scroll_b_ars, they can also be disabled with config.h The patch looks really good and complete, but before I include it one question: Can this feature be made

Re: [dev] [PATCH] Changed the way title is set to support UTF-8.

2013-02-22 Thread Carlos Torres
Next time why not mention the app the patch is for in the subject i.e. [dev][dwm] that way its not ambiguous. --Carlos

[dev][surf] disable scrollbars patch

2013-02-21 Thread Carlos Torres
Attached you'll find a patch that adds the -b flag to disable scroll_b_ars, they can also be disabled with config.h Enjoy :) scrollbars-b.patch Description: Binary data

Re: [dev][surf] disable scrollbars patch

2013-02-21 Thread Carlos Torres
yeah, for a while i had been using thinice cause it had skinny scrollbars. On Thu, Feb 21, 2013 at 12:15 PM, sta...@cs.tu-berlin.de wrote: * Carlos Torres 2013-02-21 16:34 Attached you'll find a patch that adds the -b flag to disable scroll_b_ars, they can also be disabled with config.h

Re: [dev] Re: A small patch for sic.

2013-02-20 Thread Carlos Torres
On Feb 20, 2013 6:14 AM, Mark Edgar medgar...@gmail.com wrote: Oh man, I found the same patch two years ago in my sent mail... :( You are consistent :)

Re: [dev][st] st.c:2548: warning: unused variable 'minor' and 'major'

2013-02-20 Thread Carlos Torres
I think git knows about minor and major.

Re: [dev] Makefile/markdown based static site generator

2013-02-19 Thread Carlos Torres
i started looking through the repo and found the list thingy list/maillist it looks like the List-Unsubscribe header http url says unsub rather than unsubscribe on line 28, not sure if thats correct. also isn't it even better etiquette to also include a mailto url in the List-Unsubscribe header.

Re: [dev] Makefile/markdown based static site generator

2013-02-19 Thread Carlos Torres
On Tue, Feb 19, 2013 at 11:52 PM, Kai Hendry hen...@iki.fi wrote: https://github.com/kaihendry/sg-hackandtell/blob/master/.htaccess Ah i missed that rewrite :p

Re: [dev] gregkh likes us

2013-02-16 Thread Carlos Torres
Who is Gregkh anyway? On Feb 16, 2013 8:03 AM, Nick suckless-...@njw.me.uk wrote: So I was reading GregKH's Google Plus page when I came across this: Sometimes I think the suckless.org developers take things a bit too far,

Re: [dev][surf] fix DOWNLOAD macro cookies

2013-02-15 Thread Carlos Torres
two thank yous suggests i should thank you too. On Wed, Feb 13, 2013 at 3:02 PM, Christoph Lohmann 2...@r-36.net wrote: Yes, that one was missing. Thank you for the patch, it’s applied. Thanks :)

Re: [dev] [surf] Remove the indicator?

2013-02-12 Thread Carlos Torres
you don't like the little watch? On Tue, Feb 12, 2013 at 12:39 AM, Christoph Lohmann 2...@r-36.net wrote: Looking at the patch already gives me nightmares of the past when I was using this Windows stuff where the changing of this cursor indicated that some amateur programmer did

Re: [dev] [surf] Remove the indicator?

2013-02-12 Thread Carlos Torres
On Tue, Feb 12, 2013 at 10:45 AM, Nick suckless-...@njw.me.uk wrote: Let the title bar hold status, not the pointer. Fine. Die cursor die!

[dev][surf] fix DOWNLOAD macro cookies

2013-02-12 Thread Carlos Torres
Hello, Attached you'll find a simple patch that makes the DOWNLOAD macro use the cookiefile variable. --Carlos fix_DOWNLOAD_macro.patch Description: Binary data

Re: [dev] Suckless generic diagram creation software?

2013-02-11 Thread Carlos Torres
On Wed, Feb 6, 2013 at 3:32 PM, Carlos Torres vlaadbr...@gmail.com wrote: graphviz I must say, i hadn't looked at graphviz code in a while, and it looks like the project is no longer an ATT project, there seems to be autoconf etc... and other libs, luckly its all optional. i don't have

Re: [dev] [surf] Remove the indicator?

2013-02-11 Thread Carlos Torres
On Mon, Feb 11, 2013 at 6:47 PM, Jens Nyberg jens.nyb...@gmail.com wrote: Oppinions? Agree? Disagree? i think this is a good idea mostly because it makes the location of status information more compact. as an alternative to the downloading, couldn't the cursor change? http://sprunge.us/ZYOD

Re: [dev] Suckless generic diagram creation software?

2013-02-06 Thread Carlos Torres
graphviz

Re: [dev][dmenu] dmenu_path is not executable

2013-01-18 Thread Carlos Torres
On Jan 18, 2013 7:06 AM, Nikolay Vasylchyshyn vasylchyshy...@gmail.com wrote: But, I think it would be better to have x bit already set in fresh git clone. If anything, the makefile should do it upon install. --Carlos

Re: [dev] xinerama and dbe mutual exclusion

2013-01-08 Thread Carlos Torres
Thus, for those who use xinerama, st is unusable. i run Xinerama (through Nvidia) and st just fine. maybe i don't have double buffer.

Re: [dev] xinerama and dbe mutual exclusion

2013-01-08 Thread Carlos Torres
On Tue, Jan 8, 2013 at 11:02 AM, clamiax smo...@gmail.com wrote: Does your st is built after 2012-07-28? That seems quite a ways back, i'm on 73879c1... and was able to compile and run. I believe thats tip... --Carlos

Re: [dev] xinerama and dbe mutual exclusion

2013-01-08 Thread Carlos Torres
On Tue, Jan 8, 2013 at 11:14 AM, clamiax smo...@gmail.com wrote: DbeExtensionInit() just returns when Xinerama is enabled. I told my xorg.conf to load dbe but while trying to run st, XdbeQueryExtension() returns false. What's the story? right, i forgot to check whether i have dbe loaded and

Re: [dev] xinerama and dbe mutual exclusion

2013-01-08 Thread Carlos Torres
On Tue, Jan 8, 2013 at 11:16 AM, Carlos Torres vlaadbr...@gmail.com wrote: On Tue, Jan 8, 2013 at 11:14 AM, clamiax smo...@gmail.com wrote: DbeExtensionInit() just returns when Xinerama is enabled. I told my xorg.conf to load dbe but while trying to run st, XdbeQueryExtension() returns false

Re: [dev] xinerama and dbe mutual exclusion

2013-01-08 Thread Carlos Torres
On Tue, Jan 8, 2013 at 11:55 AM, clamiax smo...@gmail.com wrote: That's mine: http://sprunge.us/bEeM Not sure what to compare, though. For what is worth there's nothing about dbe in both. Under Extensions you'll notice that mine mentions DOUBLE-BUFFER, where yours does not. I don't see

Re: [dev][surf] searchengine patch against surf git tip

2013-01-05 Thread Carlos Torres
Thanks hiltjo! On Jan 5, 2013 7:29 AM, Hiltjo Posthuma hil...@codemadness.org wrote: On Fri, Jan 4, 2013 at 10:44 PM, Carlos Torres vlaadbr...@gmail.com wrote: http://sprunge.us/QMMS someone requested that on IRC and i had it. Enjoy! You can also use shellscripting and do

Re: [dev] [st] font fallback

2013-01-05 Thread Carlos Torres
On Jan 5, 2013 1:21 PM, Christoph Lohmann 2...@r-36.net wrote: What are the list's opinions? Extract the keys to another header, categorize keys somehow, add defines in config.mk to include/exclude different category keys. Or document defines in readme. Possible categories: EXTENDED_FN,

[dev][surf] searchengine patch against surf git tip

2013-01-04 Thread Carlos Torres
http://sprunge.us/QMMS someone requested that on IRC and i had it. Enjoy!

Re: [dev] [dwmstatus] Nvidia Temperature

2013-01-01 Thread Carlos Torres
you will need libXNVCtrl installed somewhere and the dev headers. http://sprunge.us/dhQI boldly ripped/based on conky source. Enjoy! On Tue, Jan 1, 2013 at 1:55 PM, Hugues Moretto-Viry hugues.more...@gmail.com wrote: Hey, Happy new year! Do you know guys how could I print Nvidia GPU

Re: [dev] [dwmstatus] wifi patch

2012-12-31 Thread Carlos Torres
On Dec 31, 2012 2:07 AM, Comrade DOS suloevdmi...@gmail.com wrote: You mad, bro? Use bash! Stay higher when you can. I'm crazy! Watch out we might replace you with a static binary. :) 2012/12/31 Carlos Torres vlaadbr...@gmail.com Since we've been in the mood for sharing dwmstatus patches

[dev] [dwmstatus] wifi patch

2012-12-30 Thread Carlos Torres
Since we've been in the mood for sharing dwmstatus patches here is a a patch that adds wifi signal strength to status. http://sprunge.us/ZJIG Enjoy :)

Re: [dev] [dwmstatus] Mail counter

2012-12-21 Thread Carlos Torres
On Dec 21, 2012 11:53 AM, Christoph Lohmann 2...@r-36.net wrote: Greetings. On Fri, 21 Dec 2012 17:45:28 +0100 Xavier Cartron thu...@singularity.fr wrote: Hello, I tried my first piece of C into adding a mail counter to dwmstatus. The code is added on the wiki [1] Please correct my

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

2012-12-16 Thread Carlos Torres
Xdotool? On Dec 16, 2012 2:44 PM, Hugues Moretto-Viry hugues.more...@gmail.com wrote: 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

Re: [dev] [slock] [patch] Add a simple script for X11 idle watching.

2012-12-08 Thread Carlos Torres
What about xss, http://woozle.org/~neale/src/xss.html it doesn't poll. On Dec 8, 2012 2:09 AM, Christoph Lohmann 2...@r-36.net wrote: Greetings. On Sat, 08 Dec 2012 08:02:33 +0100 Comrade DOS suloevdmi...@gmail.com wrote: Did you try use xautolock? What wrong with it? Xautolock has a

Re: [dev] [slock] [patch] Add a simple script for X11 idle watching.

2012-12-08 Thread Carlos Torres
On Dec 8, 2012 10:10 AM, Christoph Lohmann 2...@r-36.net wrote: Greetings. On Sat, 08 Dec 2012 16:05:52 +0100 Carlos Torres vlaadbr...@gmail.com wrote: What about xss, http://woozle.org/~neale/src/xss.html it doesn't poll. It seems to expose the same functions but in a more hideous way

Re: [dev] [slock] [patch] Add a simple script for X11 idle watching.

2012-12-08 Thread Carlos Torres
Thanks 20h, i missed the part where xssstate.c was so here is what it could be http://sprunge.us/UGaB On Sat, Dec 8, 2012 at 3:48 PM, Christoph Lohmann 2...@r-36.net wrote: Greetings. On Sat, 08 Dec 2012 21:48:52 +0100 Carlos Torres vlaadbr...@gmail.com wrote: On Dec 8, 2012 10:10 AM

Re: [dev] [slock] [patch] Add a simple script for X11 idle watching.

2012-12-08 Thread Carlos Torres
maybe this is more appealing to the inquisition http://sprunge.us/GbCf On Sat, Dec 8, 2012 at 9:20 PM, Carlos Torres vlaadbr...@gmail.com wrote: Thanks 20h, i missed the part where xssstate.c was so here is what it could be http://sprunge.us/UGaB On Sat, Dec 8, 2012 at 3:48 PM

Re: [dev] [st] Terminus font

2012-12-05 Thread Carlos Torres
So far I've noticed the difference between terminus fonts who's name starts with x and the others is the amount of languages they contain, in other words you should be able to construct an xftpattern with more than one value for lang and indirectly force those ter-x files to be used for all

Re: [dev] surf/tabbed - fullscreen

2012-12-03 Thread Carlos Torres
I believe it's on the to-do, so yes On Dec 3, 2012 1:22 PM, Krol, Willem van de 008...@jfc.nl wrote: Hello all, I have implemented fullscreen modus (F11) in surf (when used without tabbed) and tabbed (to fullscreen e.g. surf when using tabbed). Is there anyone interested? It's in the to-do,

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

2012-11-24 Thread Carlos Torres
You forgot the patch, though you could also post it on the wiki directly. See http://hg.sickness.org/sites On Nov 24, 2012 5:11 PM, 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

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

2012-11-24 Thread Carlos Torres
Lol, that was a funny typo On Nov 24, 2012 5:43 PM, Carlos Torres vlaadbr...@gmail.com wrote: You forgot the patch, though you could also post it on the wiki directly. See http://hg.sickness.org/sites On Nov 24, 2012 5:11 PM, Marshall Mason marshallmas...@gmail.com wrote: I just started

Re: [dev] [st] Terminus font

2012-11-23 Thread Carlos Torres
That sounds like a fontconfig question, you can probably set some options specific to terminus in your .fontconfig file

Re: [dev] I'm back

2012-11-17 Thread Carlos Torres
Good to hear you're back On Sat, Nov 17, 2012 at 12:20 PM, Anselm R Garbe garb...@gmail.com wrote: Hi there, I'm back in the game ;) Here is my master plan: dwm --- (i) First I plan a new dwm release with the introduction of draw{.h,c} or libdraw. The idea is to abstract all the

Re: [dev] I'm back

2012-11-17 Thread Carlos Torres
you know what, i take beck what i said about a couple of things: 1) while separating out common drawing functionality in to a librady is appealing. i don't think all suckless apps should be depending on an external source. they're all independent right now. and i've only incrementally started

Re: [dev] [st] function keys

2012-11-15 Thread Carlos Torres
I've mapped F2-F12 in vim, now that i have a terminal that allows higher mappings i will probably add further mappings F1 is help. --Carlos On Thu, Nov 15, 2012 at 4:18 PM, Raphael Proust raphla...@gmail.com wrote: On Thu, Nov 15, 2012 at 6:36 PM, Christoph Lohmann 2...@r-36.net wrote:

Re: [dev] dwm: Xkb brokenness

2012-11-14 Thread Carlos Torres
Usually it's better to submit a patch as an attachment. We'll see On Nov 14, 2012 7:02 PM, neil klopfenstein rebr...@gmail.com wrote: Hi all, I use dwm with Xvnc, which apparently is broken when it comes to Xkb (or maybe that's just my site installation). Anyway, I just installed the code

Re: [dev] Problem with dwm while using locale kn_IN

2012-11-12 Thread Carlos Torres
Could you provide more information, like dwm version, font, and bank account? On Nov 12, 2012 9:10 AM, Vasudev Kamath kamathvasu...@gmail.com wrote: Hello all, I recently switched my locale to kn_IN which is native language I use and I saw dwm display is broken. I'm attaching the screenshot.

Re: [dev] [st] patch to support mouse wheel scrolling

2012-11-06 Thread Carlos Torres
You're not saying that emacs sucks right? I couldn't resist... On Nov 6, 2012 1:51 PM, Brandon Invergo bran...@invergo.net wrote: Gentlemen, Because, unfortunately, you sometimes have a mouse in your hand... Here's a patch to add support for buttons 4 and 5 on your mouse (usually the

Re: [dev] I don't want to live on this planet anymore

2012-10-31 Thread Carlos Torres
Maybe your professor means it should be double spaced and times New Roman 14. On Oct 31, 2012 10:22 AM, Calvin Morrison mutanttur...@gmail.com wrote: My 3rd year computer science professor just said: In order to have a good program, it must be large *facepalm*

Re: [dev] I don't want to live on this planet anymore

2012-10-31 Thread Carlos Torres
You should think about transferring to another school that's more challenging. On Oct 31, 2012 1:50 PM, Calvin Morrison mutanttur...@gmail.com wrote: An example we had to do for a quick in class activity was writing a program to student names (in a text files) into a list and print out their

Re: [dev] [surf] keyboard shortcut not working

2012-10-18 Thread Carlos Torres
Does anyone else find that scrolling with the keyboad shortcuts doesn't work on a page with frames? --Carlos On Sun, Oct 14, 2012 at 1:11 AM, Christoph Lohmann 2...@r-36.net wrote: Greetings. On Sun, 14 Oct 2012 07:11:49 +0200 Thomas Dean 78...@web.de wrote: On Sat, Oct 13, 2012 at

Re: [dev] [st] toggle font

2012-10-11 Thread Carlos Torres
On Thu, Oct 11, 2012 at 9:56 AM, Christoph Lohmann 2...@r-36.net wrote: Greetings. On Thu, 11 Oct 2012 15:56:54 +0200 Stephen Paul Weber singpol...@singpolyma.net wrote: Somebody claiming to be sta...@cs.tu-berlin.de wrote: This patch (against tip) introduces an array of font names in

Re: [dev] [OT] performance monitoring using hardware counters

2012-08-31 Thread Carlos Torres
On Solaris there is dtrace, Linux provides something similar, but I forget what it's called...there might be a port of dtrace for Linux. System tap. --Carlos On Aug 31, 2012 3:22 PM, Amit Uttamchandani amit.uttamchand...@my.csun.edu wrote: Hello, Would you be able to share your

Re: [dev] The Design of Design et al.

2012-08-21 Thread Carlos Torres
On Aug 21, 2012 10:57 AM, Anselm R Garbe garb...@gmail.com wrote: Hi there, yet another addition to the related links section: http://queue.acm.org/detail.cfm?id=2349257ref=fullrss Thank you sir for not using libtool Cheers, Anselm

Re: [dev] dmenu, dwm and two screens

2012-08-14 Thread Carlos Torres
top On Tue, Aug 14, 2012 at 9:01 AM, v4hn m...@v4hn.de wrote: Hey everyone, I got a new monitor recently and started to work with two screens and dwm. No problem at all. Everything works fine, except for one _really annoying_ issue with dmenu and dwm. If no windows are open on the

Re: [dev] dmenu, dwm and two screens

2012-08-14 Thread Carlos Torres
On Tue, Aug 14, 2012 at 9:33 AM, Martti Kühne mysat...@gmail.com wrote: On Tue, Aug 14, 2012 at 03:01:08PM +0200, v4hn wrote: Hey everyone, I got a new monitor recently and started to work with two screens and dwm. No problem at all. Everything works fine, except for one _really

Re: [dev] unsubscribe

2012-08-10 Thread Carlos Torres
he just had to click on that now On Aug 10, 2012 7:41 PM, Kurt H Maier khm-suckl...@intma.in wrote: On Fri, Aug 10, 2012 at 03:34:57PM -0800, Jon Bradley wrote: dev+unsubscr...@suckless.org almost there!

Re: [dev] Starting surf automatically after webserver has started

2012-07-17 Thread Carlos Torres
Them fighting words... :) On Jul 17, 2012 8:01 AM, hiro 23h...@gmail.com wrote: debian itself is not more than a hack either.

Re: [dev] Surf 0.5 released

2012-07-15 Thread Carlos Torres
possibly SSL session doesnt time out after 3 or 5 minutes? --Carlos On Sun, Jul 15, 2012 at 10:14 AM, Troels Henriksen at...@sigkill.dk wrote: Surf 0.5 is now available from http://surf.suckless.org. Since the last release, surf has gained a number of exciting features, for example: * No

Re: [dev] bug in revision 1578

2012-07-12 Thread Carlos Torres
what if a new rule was added to the Makefile distclean: clean @rm config.h i use [patch queue][1] and all that stuff... but maybe a distclean could better communicate the need to tend for the config.h file after an update and hint at the config.h rule [1]:

Re: [dev] bug in revision 1578

2012-07-12 Thread Carlos Torres
or that :) On Thu, Jul 12, 2012 at 10:26 AM, Christoph Lohmann 2...@r-36.net wrote: Greetings comrades. On Thu, 12 Jul 2012 16:26:16 +0200 Carlos Torres vlaadbr...@gmail.com wrote: what if a new rule was added to the Makefile distclean: clean @rm config.h Never ever touch my config.h

Re: [dev] Why does the floating window lose focus ?

2012-07-04 Thread Carlos Torres
Is your input in chinese? Does it happen when the input is english? On Jul 3, 2012 11:04 PM, z_axis z_a...@163.com wrote: I am using DWM-6.0 on my FreeBSD 9.0 box. Somtimes when i am inputting something in a floating window, it will lose focus automatically. Then i have to press

Re: [dev] fceux in fullscreen

2012-07-03 Thread Carlos Torres
it could be a bug in SDL too? On Tue, Jul 3, 2012 at 11:18 AM, Bjartur Thorlacius svartma...@gmail.com wrote: On Tue, Jul 3, 2012 at 4:51 PM, Manolo Martínez man...@austrohungaro.com wrote: Also, this square is slightly bigger than the unmaximized fceux, so I don't really know where is that

Re: [dev] [dmenu] doesn't appear with 2 monitors and no application opened

2012-06-30 Thread Carlos Torres
I execute a wrapper script implement the restart feature, and within that script I redirect stdout and err to a file. shells that dwm execs happen to go there for me. I've seen dmenu info there... --Carlos On Jun 30, 2012 3:30 PM, Kurt H Maier khm-suckl...@intma.in wrote: On Sat, Jun 30, 2012

Re: [dev] [surf] crash when leaving a page containing java

2012-06-15 Thread Carlos Torres
There are a lot of stripped libs in that stack trace don't you think? though it does indicate that the problem is either in webkit or icedtea. On Jun 15, 2012 11:10 AM, pancake panc...@youterm.com wrote: On 06/15/12 16:59, anonimopococin...@alice.it wrote: I opened www.gokgs.com/applet.jsp

Re: [dev] about patch xft on FreeBSD

2012-05-03 Thread Carlos Torres
Looks like you don't have freetype or freetype dev headers. On May 3, 2012 9:34 AM, alphachi alpha...@mediaspirit.org wrote: Hello! I'm using dwm 6.0 on FreeBSD 9.0 Release amd64. I need font antialias and CJK supports for statusbar. When I patch

Re: [dev] Multimedia keys doesn't send proper keycodes

2012-04-20 Thread Carlos Torres
the wonders of execve On Wed, Apr 18, 2012 at 7:52 AM, Alexander Tanyukevich atanyukev...@gmail.com wrote: You need to separate the argument from the actual command like so: static const char *volinccmd[] = {/home/olek/.bin/pavolume, increase, NULL}; Otherwise it would try to exec a script

Re: [dev] [dwm] drop the bars (was: systray in upstream dwm?)

2012-04-10 Thread Carlos Torres
DockApps :) yay On Tue, Apr 10, 2012 at 6:04 AM, Bjartur Thorlacius svartma...@gmail.com wrote: On Saturday 07 April 2012 12:13:43 Jan Christoph Ebersbach wrote: I wonder how these kind of patches can be done in a better way. It's clear that including a systray in dwm is not a good idea but it

Re: [dev] [dwm] drop the bars (was: systray in upstream dwm?)

2012-04-07 Thread Carlos Torres
this might be a bad idea but, the window manager could set an X prop of an array(tag) of arrays(wids) and there could be another app that reads this property and exposes the info in a friendly way so that something else can display the info any way it wants. without having to deal with the

Re: [dev] [dwm] Why am I having a gap between the master window and the others?

2012-02-16 Thread Carlos Torres
For the terminal, setting resize hint to false just means the gap will be inside the terminal. It can't fit either a column or row of chars in the remaining space. Most widget toolkits won't mind, it's an aesthetic switch. On Feb 16, 2012 3:08 PM, pmarin pacog...@gmail.com wrote: Thanks.

[dev] [dwm][patch] bstack

2012-02-13 Thread Carlos Torres
hello, Attached you'll find an updated version of the bstack patch that is nmaster aware. there is a bit of duplication between bstack.c and bstackhoriz.c not sure if its really necesary to simplify though. There might be some fuzz with the config.def.h portion of the patch. comments welcome!

Re: [dev] install dwm

2012-01-26 Thread Carlos Torres
Perhaps you should upgrade too HUD. that seems too do it all. On Jan 25, 2012 11:17 PM, Kurt H Maier khm-suckl...@intma.in wrote: On Wed, Jan 25, 2012 at 10:31:41PM -0500, Bryan Bennett wrote: Bending over backward: cd ~/.bin/builds/dwm make cp dwm ~/.bin; echo export PATH=$PATH:~/.bin/

Re: [dev] DWM equivalent of wihack?

2011-12-07 Thread Carlos Torres
you can set the -name of the terminal; that will set the WM_CLASS to name, XTerm i.e. xterm -name TOPLESS is XTerm.TOPLESS or according to xprop WM_CLASS(STRING) = TOPLESS, XTerm you can then set a line in config.h of dwm for that specific XTerm instance. --Carlos On Wed, Dec 7, 2011 at 9:46

Re: [dev] [dwm] Useless Gaps Are Useful

2011-12-03 Thread Carlos Torres
*internalBorder?? On Dec 3, 2011 8:00 AM, Yoshi Rokuko yo...@rokuko.net wrote: +--- Bjartur Thorlacius ---+ On 12/3/11, Bastien Dejean nihilh...@gmail.com wrote: In my opinion, the concept of gap between frames should be part of dwm. The

<    1   2