Re: [dwm] [OT] Suckless way of doing spreadsheet

2009-05-02 Thread Amit Uttamchandani
On Sat, 2 May 2009 00:00:15 +0200 pmarin pacog...@gmail.com wrote: Do you want to calculate only the total? Use hard tabs \t to separate columns My version: BEGIN { FS = \t+ OFS= \t } $2 ~ /[0-9]+\.?[0-9]*/ { total[car] += $2 total[pro] += $3 total[fat] += $4 } END{

Re: [dwm] [OT] Suckless way of doing spreadsheet

2009-05-02 Thread Amit Uttamchandani
On Fri, 1 May 2009 21:43:49 +0200 Antoni Grzymala ant...@chopin.edu.pl wrote: How about sc[1], a ncurses based spreadsheet? [1] http://ibiblio.org/pub/Linux/apps/financial/spreadsheet/ Thanks for the tip!

[dwm] [OT] Suckless way of doing spreadsheet

2009-05-01 Thread Amit Uttamchandani
10oz reduced fat milk 15.611.25.6 1 scoop whey protein3 24 1 1bsp flaxseed oil 0 0 13.6 Totals 18.635.220.2 Thanks for any help... Amit

Re: [dwm] dwm's future

2009-04-27 Thread Amit Uttamchandani
Except some of us don't have a choice and have to use this for their work or at uni... Well, what about GNU Octave? Mathematica seems to have become as much a disease as Fortran was in last decades. I once tried to explain to my professor if I could use Octave instead of Matlab but he

Re: [SOLVED] [dwm] Gvim size problem

2009-04-17 Thread Amit Uttamchandani
On Thu, 16 Apr 2009 11:23:35 -0700 Amit Uttamchandani atu13...@csun.edu wrote: On Thu, 16 Apr 2009 13:54:45 +0200 (CEST) Preben Randhol rand...@pvv.org wrote: [snip] But by adding: set ghr=0 Thank you! Finally this issue is solved. Using gvim 7.2.130 here. Amit When

Re: [SOLVED] [dwm] Gvim size problem

2009-04-16 Thread Amit Uttamchandani
On Thu, 16 Apr 2009 13:54:45 +0200 (CEST) Preben Randhol rand...@pvv.org wrote: [snip] But by adding: set ghr=0 Thank you! Finally this issue is solved. Using gvim 7.2.130 here. Amit

Re: [dwm] Suckess Code Management

2009-03-13 Thread Amit Uttamchandani
On Fri, 13 Mar 2009 15:50:14 +0900 Alan Busby thebu...@thebusby.com wrote: On Fri, Mar 13, 2009 at 3:19 PM, Amit Uttamchandani So if you need to work on let's say around 5-6 source code files along with constant references to external files such as pdf's, etc. you have multiple tabs

Re: [dwm] Suckess Code Management

2009-03-13 Thread Amit Uttamchandani
. * Compilers: GCC/G++/Gambit-C (scheme). I'd very interested in this. Brendan MacDonell Thanks, Amit

[dwm] Suckess Code Management

2009-03-12 Thread Amit Uttamchandani
feel like I'm missing something. Sometimes I have too many windows open and tiling becomes in-effecient. What do you guys do? Thanks, Amit

Re: [dwm] Suckess Code Management

2009-03-12 Thread Amit Uttamchandani
On Wed, 11 Mar 2009 23:07:41 -0700 Amit Uttamchandani atu13...@csun.edu wrote: How do suckless members code? How do they manage multiple files? Bug reports, etc? Thanks for the responses...found many new tools. zsh is very interesting, will be learning how to use that. P.S. Apologize

Re: [dwm] OT: dwm on osx

2009-03-10 Thread Amit Uttamchandani
On Tue, 10 Mar 2009 17:18:57 + Jimmy Tang jt...@tchpc.tcd.ie wrote: On Tue, Mar 10, 2009 at 01:47:45PM +, Anselm R Garbe wrote: For those of you who haven't noticed, we are applying as a mentoring organization during GSoC2009 this year. http://www.suckless.org/GSoC2009

Re: [dwm] DWM 5.3.1 and Xinerama

2008-12-07 Thread Amit Uttamchandani
On Sat, 6 Dec 2008 23:12:55 -0800 Donald Chai [EMAIL PROTECTED] wrote: On Dec 6, 2008, at 10:32 PM, Amit Uttamchandani wrote: On Sun, 7 Dec 2008 01:14:45 -0500 Jeremy Jay [EMAIL PROTECTED] wrote: If you are using a recent version of xorg, and don't have your screen resolution

Re: [dwm] DWM 5.3.1 and Xinerama

2008-12-07 Thread Amit Uttamchandani
duplicating the screen that's another question. This exactly what I want I actually. Just simple mirroring. So basically I compile DWM with Xinerama support (which I've done). Then plugin the VGA cable and use xrandr --output VGA --mode 1024x768? Thanks, Amit

[dwm] DWM 5.3.1 and Xinerama

2008-12-06 Thread Amit Uttamchandani
with Xinerema support and then getting lost. What's the next step? I plan to put a how to in the DWM page once I get this up an running. THanks, AMit

Re: [dwm] DWM 5.3.1 and Xinerama

2008-12-06 Thread Amit Uttamchandani
On Sun, 7 Dec 2008 01:14:45 -0500 Jeremy Jay [EMAIL PROTECTED] wrote: If you are using a recent version of xorg, and don't have your screen resolution hardcoded in xorg.conf, it should be autodetected. For example, the last time I had to do a presentation, I plugged in the projector,

Re: [dwm] SLiM login themes for dwm users

2008-10-29 Thread Amit Uttamchandani
://cinderwick.ca/files/dwm/dwm-slim-themes-1.0.tar.gz Last, but not least a 6-pack of wallpapers can be grabbed here: http://bbs.archlinux.org/viewtopic.php?id=57768 Cheers, Thayer Sorry I am not too familiar with SLIM but how to you link it with dwm's .xinitrc? Thanks, Amit

Re: [dwm] SLiM login themes for dwm users

2008-10-29 Thread Amit Uttamchandani
/Xsession %session login_cmd exex /bin/bash -login ~/.xinitrc %session #sessionsstartxfce4,openbox,ion3,icewm,wmaker,blackbox sessionsdwm Am I doing something wrong here? I am using debian lenny by the way. Thanks, Amit

Re: [dwm] SLiM login themes for dwm users

2008-10-29 Thread Amit Uttamchandani
right! I'm sorry I missed that. Everything works as expected now. Thank you everyone. Amit

Re: [dwm] SLiM login themes for dwm users

2008-10-29 Thread Amit Uttamchandani
that community. It was a problem with a typo in the slim.conf. So now everything is working as expected. It is great theme by the way. Thanks! AMit

[dwm] Getting a List of Installed Applications in System

2008-10-24 Thread Amit Uttamchandani
counterpart? I did not have an answer for him...I did a search on aptitude but the only thing I found was the debian 'menu' package but I am not sure how to use that. Any ideas? Thanks, Amit

Re: [dwm] Getting a List of Installed Applications in System

2008-10-24 Thread Amit Uttamchandani
On Fri, 24 Oct 2008 17:29:49 +0200 pancake [EMAIL PROTECTED] wrote: dmenu? dzen? you should prepare this list by yourself or by just parsing the .desktop files I will take a look at dzen. You're right, I could probably write a custom script to parse all the .desktop files. Thanks!

Re: [dwm] Getting a List of Installed Applications in System

2008-10-24 Thread Amit Uttamchandani
! This will definitely be useful to him. I will see if I can improve some aspects of the code but so far it looks great. Thanks, Amit

Re: [dwm] Inclusion of DWM Wiki Pages in DWM tarball

2008-09-08 Thread Amit Uttamchandani
On Mon, 8 Sep 2008 14:13:40 +0100 Anselm R Garbe [EMAIL PROTECTED] wrote: 2008/9/7 Amit Uttamchandani [EMAIL PROTECTED]: I wasn't talking about the whole wiki. Just the sections pertaining to DWM. For example, under suckless.org/dwm/ only the tuorial and the customisation section can

[dwm] Inclusion of DWM Wiki Pages in DWM tarball

2008-09-07 Thread Amit Uttamchandani
that I am not online most of the time and having the documentation at hand in the tarball is a great reference for when I want to configure DWM. Any thoughts? Is this a possibility? Thanks, Amit

Re: [dwm] Inclusion of DWM Wiki Pages in DWM tarball

2008-09-07 Thread Amit Uttamchandani
On Sun, 7 Sep 2008 08:27:40 +0200 Szabolcs Nagy [EMAIL PROTECTED] wrote: On 9/7/08, Amit Uttamchandani [EMAIL PROTECTED] wrote: Why not include the DWM wiki pages in a doc/ directory in the source tarball? It wouldn't bump up the size significantly and it would greatly help a lot of users

Re: [dwm] Need a small image resize program

2008-06-14 Thread Amit Uttamchandani
On Fri, 13 Jun 2008 10:43:46 +0200 markus schnalke [EMAIL PROTECTED] wrote: Hoi community, I feel the need for a image resize program that matches the Unix and suckless philosophy. Currently I'm using ImageMagick, which is just fine, if it is already installed. But I was shocked, when I

Re: [dwm] [ANNOUNCE] dvtm-0.4.1

2008-05-10 Thread Amit Uttamchandani
the project is still going strong. Amit

Re: [dwm] dwm sloccount thru the time (#2)

2008-05-10 Thread Amit Uttamchandani
it up very efficiently. Thanks, Amit

Re: [dwm] [OT] minimalistic bbs/forum

2008-04-12 Thread Amit Uttamchandani
good one is http://marc.info. Extremely fast and works beautifully with dillo ;) Amit

[dwm] [OT] Sun Solaris 10 Manual. Is it done in LaTeX?

2008-02-25 Thread Amit Uttamchandani
for any input. Amit

Re: [dwm] [OT] Sun Solaris 10 Manual. Is it done in LaTeX?

2008-02-25 Thread Amit Uttamchandani
to get more information. Anyways, I guess you're right FrameMaker does make more sense. I guess we could get a semi-pro layout done with LaTeX? Scribus could probably be used as an alternative to FrameMaker if I am not mistaken. Amit

[dwm] idesk + DWM

2008-02-23 Thread Amit Uttamchandani
other WM. So my question is, what is the best way to set up icons on DWM? Will idesk work? Another option was to use ROX File manager and create a apps directory in their home folder. This will have all the symlinks to the apps that they use regularly. What do you guys think? Thanks, Amit

Re: [dwm] idesk + DWM

2008-02-23 Thread Amit Uttamchandani
On Sat, 23 Feb 2008 18:02:57 -0500 Jeremy O'Brien [EMAIL PROTECTED] wrote: Well, a potential problem I see already is the desktop being covered by all the tiled windows that they'd want to open. One window open, desktop is gone. I suppose you could do floating mode by default, but that would

Re: [dwm] idesk + DWM

2008-02-23 Thread Amit Uttamchandani
they would want to use. I would have lets say rox launch at DWM startup and have it open up the apps folder by default. Or i could try using idesk And finally...DWM would scream on their old machine. Thanks! Amit

Re: [dwm] [ANNOUNCE] dvtm-0.4

2008-02-10 Thread Amit Uttamchandani
around 2 seconds for the shell prompt to come. In dvtm-0.3...the shell prompt comes instantaneously. This is on a debian etch 4.0r2 system. To install I used: make unicode make install. Any ideas? Thanks again, Amit

[dwm] Nice suckless password manager

2008-01-25 Thread Amit Uttamchandani
been in a suckless mindset. So from the above list...it looks like vim + encfs is a good solution. What do DWM users use? Thanks, Amit

Re: [dwm] Nice suckless password manager

2008-01-25 Thread Amit Uttamchandani
On Fri, 25 Jan 2008 16:46:47 +0100 Antoni GrzymaƂa [EMAIL PROTECTED] wrote: On Fri, 25 Jan 2008 16:24:20 +0100, Amit Uttamchandani [EMAIL PROTECTED] wrote: 1. vim + encfs 2. Revelation - GTK app 3. pwsafe - CLI solution but looks like it hasn't been updated in a while 4

[dwm] Status of DWM 4.8?

2008-01-24 Thread Amit Uttamchandani
? Thanks, Amit

Re: [dwm] Status of DWM 4.8?

2008-01-24 Thread Amit Uttamchandani
Thanks for the reply Anselm. I hope the relocation went well! Good Luck! Looking forward to the next DWM release. Take Care, Amit On Thu, 24 Jan 2008 15:38:25 +0100 Anselm R. Garbe [EMAIL PROTECTED] wrote: Hi Amit, sorry but I relocated to the UK during Dec/Jan to start a new job and so

[dwm] I haven't gotten any messages from the dwm mailing list since 11/25?

2007-11-30 Thread Amit Uttamchandani
Hey guys, I've not been getting any messages from the DWM mailing list since 11/25. Any one else have this problem? Please cc me. Thanks, Amit

Re: [dwm] I haven't gotten any messages from the dwm mailing list since 11/25?

2007-11-30 Thread Amit Uttamchandani
On Fri, 30 Nov 2007 18:38:22 +0100 Xavier [EMAIL PROTECTED] wrote: On Fri, Nov 30, 2007 at 09:32:31AM -0800, Amit Uttamchandani wrote: Hey guys, I've not been getting any messages from the DWM mailing list since 11/25. Any one else have this problem? Please cc me. Maybe dwm is so

[dwm] DWM as a front end for a test machine

2007-11-22 Thread Amit Uttamchandani
compared to an efficient DWM desktop. Any other ideas or thoughts on getting this to be successfully implemented? Thanks, Amit

[dwm] How to properly execute DWM from GDM?

2007-10-08 Thread Amit Uttamchandani
is this done? My dwm.desktop file is as follows: [Desktop Entry] Encoding=UTF-8 Name=DWM Exec=dwm Icon= Type=Application I tried putting Exec=~/.xinitrc but that doesn't work. Thanks. -- Amit Uttamchandani [EMAIL PROTECTED]

Re: [dwm] Broken tiling after upgrading to dwm-4.5

2007-10-08 Thread Amit Uttamchandani
Try changing #define RESIZEHINTS True to #define RESIZEHINTS False and recompiling. Thanks that worked! -- Amit Uttamchandani [EMAIL PROTECTED]

[dwm] DWM on Solaris?

2007-10-07 Thread Amit Uttamchandani
I recently tried to upgrade DWM to 4.5 and when I download the source and do a make I get some errors regarding missing definitions. I then realized that there is no layout.c or any other files in the DWM 4.5 source folder. Am I missing something here? -- Amit Uttamchandani [EMAIL PROTECTED]

Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-03 Thread Amit Uttamchandani
Same here, I use the win-key for all things dwm, but by application I meant dwm-application-launch shortcuts (ie e for terminal, w for web browser and so on). That is a great idea...how do you set dwm-application-launch in dwm? -- Amit Uttamchandani [EMAIL PROTECTED]

Re: [dwm] Proper way of monitoring battery level in DWM

2007-09-16 Thread Amit
Thank you for all the responses. Actually right now, I am using apm. I am not sure if acpi is supported on my notebook. This is an old PowerBook G4 500MHz. I will try modifying the scripts to use apm instead of acpi. Amit

[dwm] Proper way of monitoring battery level in DWM

2007-09-15 Thread Amit
Hey guys, I've tried modifying the .xinitrc to contain the battery percentage level from apm but I cannot seem to get it. What is the proper way to do this? I am sure many of you have this on your status bar. Any hints or suggestions on how to approach this issue? Thanks, Amit

Re: [dwm] What is the use of Compiz on DWM?

2007-09-13 Thread Amit
One of the more interesting features of the new compiz fusion is annotate. Allows you to use your mouse pointer as a virtual marker and mark objects on screen, etc. Very useful for presentation purposes.

[dwm] What is the use of Compiz on DWM?

2007-09-04 Thread Amit
advantages to it? Thanks, Amit

[dwm] Quake style terminal emulators on DWM

2007-08-15 Thread Amit
Quake style terminals before? Any suggestions or tips? Thanks again, Amit

Re: [dwm] Quake style terminal emulators on DWM

2007-08-15 Thread Amit
Thanks for the responses. You are right, it is really not necessary to have the Quake style emulator for DWM users. The only reason i would want it is for quick terminal access to do let's say a 'bc' calculation or etc. And man it looks cool ;) Thanks, Amit

Re: [dwm] OpenBSD 4.1 issues with DWM

2007-07-29 Thread Amit
Ulmer [EMAIL PROTECTED] wrote: On Fri, Jul 27, 2007 at 08:49:03PM -0700, Amit wrote: Hey guys, I've been using DWM in Linux for quite sometime now without any issues at all. However, recently I've been trying to set up DWM on an OpenBSD 4.1 system. It seems to compile fine except for some

[dwm] OpenBSD 4.1 issues with DWM

2007-07-27 Thread Amit
4.2 and 4.3. Any help is appreciated. Keep up the great work on DWM! Thanks, Amit