[dev]

2009-05-21 Thread Ricardo Catalinas Jiménez

[dev] [dwm] Added email notifier script to the wiki

2009-07-08 Thread Ricardo Catalinas Jiménez
I have uploaded a new entry to the patches/ section of dwm. It is a small init script with email notifying capabilities using fetchmail. Bye. -- Ricardo

Re: [dev] Sup and dmc

2011-05-04 Thread Ricardo Catalinas Jiménez
Despite Mutt does a good job for me, today I tried Heirloom mailx[1] and I'm hooked to its simplicity. [1] http://heirloom.sourceforge.net/mailx.html -- Ricardo

[dev] hidcur: Utility for hiding the mouse cursor in X11

2011-10-04 Thread Ricardo Catalinas Jiménez
Hello, In case someone is interested, I wrote this little utility in C: https://github.com/jimenezrick/hidcur It hides the mouse cursor whenever is idle. A good excuse for me to try XCB and to learn a little about X11. Inspired by: - unclutter: http://ftp.x.org/contrib/utilities/unclutter-8.

Re: [dev] hidcur: Utility for hiding the mouse cursor in X11

2011-10-04 Thread Ricardo Catalinas Jiménez
On Tue, Oct 04, 2011 at 07:47:44PM +0200, pmarin wrote: > Any advantage over unclutter? No, except that the code is simpler. unclutter support some nice features like ignoring mouse jitter, which I could add in a future. > Does it work with dosbox and qemu? As naive answer, yes it should. I'm no

Re: [dev] hidcur: Utility for hiding the mouse cursor in X11

2011-10-04 Thread Ricardo Catalinas Jiménez
On Tue, Oct 04, 2011 at 10:37:33PM +0100, Rob wrote: > I find unclutter sometimes locks my focus to a window, I try to shift focus > (dwm), it just jumps back. I'd use hidcur, except that the initial click isn't > passed through to the window beneath, so scrolling in a browser, for example, > seems

Re: [dev] Status bar warning

2011-10-20 Thread Ricardo Catalinas Jiménez
When some X11 client raises the urgent flag, dwm will show the target tag in a different color. In my case, I customized urxvt to raise urgent with the terminal bell. So with mcabber (jabber client) I get notified when someone talk to me while I am in another tag. Regards On Thu, Oct 20, 2011 a

[dev] Ranger, a textbased filemanager

2011-10-23 Thread Ricardo Catalinas Jiménez
I found this project in the Arch Linux forums: https://bbs.archlinux.org/viewtopic.php?id=93025 I bet someone is gonna start with Python is not suckless, anyway, I like the concept of a filemanager with 3 columns. Regards -- Ricardo (http://r.untroubled.be/)

Re: [dev] Introducing SEE, the Simple Executing Engine

2011-10-23 Thread Ricardo Catalinas Jiménez
On Sun, Oct 23, 2011 at 01:37:23PM +0200, pancake wrote: > Notes: > - looks interesting > - mkdir target require to get make working > - does not compile in osx. ( __sa thingy) > - did you tried newlisp? Could be possible to emulate the same functionality of the __sa thingy with the preprocessor?:

[dev] List of tools for a CLI environment

2011-10-23 Thread Ricardo Catalinas Jiménez
I found this nice list of tools for the CLI: http://www.jonaustin.org/tools.html -- Ricardo (http://r.untroubled.be/)