Re: put $HOME/bin in the run prompts $PATH

2013-02-25 Thread Adam Jimerson
Thomas, I would actually do this out side of Awesome, in the configuration for your shell (.bashrc for BASH, .zshrc for ZSH, etc) and it is as easy as adding the following export PATH=$PATH:$HOME/bin In my experience doing it this way also carries over to Awesome's run prompt, so really no

Awesome 3.5 no launcher with dual screen setup

2013-01-02 Thread Adam Jimerson
Hello all, I am in the process of converting my work machine over to Awesome 3.5 and I seem to have ran into an issue with the Awesome launcher menu in my top wibox. This machine has a dual monitor setup and is causing the mylauncher and the mylayoutbox widgets to not display on ether screen. I

Quick launch bar custom widget

2012-10-24 Thread Adam Jimerson
Hello all, I am trying to get the Quick launch bar widget found here, http://awesome.naquadah.org/wiki/Quick_launch_bar_widget, working under Awesome 3.4. I have an older version of this working with the same version of Awesome on a different box that I don't have easy access to at the moment so

Re: What should titlebars be like?

2012-10-21 Thread Adam Jimerson
On Sun, Oct 21, 2012 at 5:12 PM, Jérôme M. Berger jeber...@free.frwrote: Well, my main use for titlebars is as a visual indicator of the status of the window. I.e: - Is the window active? (different titlebar color for active and inactive window) - Is the window maximized? (icon) -

Re: Release next major version - how bad could it be?

2012-10-19 Thread Adam Jimerson
On Thu, Oct 18, 2012 at 9:46 PM, Sébastien Luttringer se...@seblu.netwrote: On Thu, Oct 18, 2012 at 1:50 AM, Adrian C. an...@sysphere.org wrote: On Sat, 13 Oct 2012, Adrian C. wrote: I hope there will be enough of us so we can keep patching it for future xcb maybe even lua 5.2. To

Question on settings programs to float

2012-04-23 Thread Adam Jimerson
Hello all I have am having an issue when setting a client to default to float in my rc.lua file, in my configuration file's rule section I have the following: { rule = { class = ktp-contactlist }, properties = { tag = tags[1][5], floating = true } }, { rule = {

Re: Using promptbox for self made widget

2011-11-24 Thread Adam Jimerson
Thanks for the example code On Nov 23, 2011 10:24 PM, Zveroy zve...@gmail.com wrote: There my custom widget which demonstrate example of usage awful.prompt (http://awesome.naquadah.org/doc/api/modules/awful.prompt.html): http://pastebin.com/0TUAwbhx Widget usage: -- make widget rtitle =

Using promptbox for self made widget

2011-11-21 Thread Adam Jimerson
I am wanting to write a Awesome widget that allows for searching, if one doesn't already exists for this. My goal is I want to be able to hit a key combo, something like modkey + s because it is currently unused on my system, and it opens up a promptbox much like modkey+r or modkey+x, then takes

Re: Using promptbox for self made widget

2011-11-21 Thread Adam Jimerson
/Awesompd_example_4.**pnghttps://awesome.naquadah.org/w/images/Awesompd_example_4.png Regards, Alexander On 11/21/2011 04:13 PM, Adam Jimerson wrote: I am wanting to write a Awesome widget that allows for searching, if one doesn't already exists for this. My goal is I want to be able to hit a key combo

Awesome crashing over night

2011-10-27 Thread Adam Jimerson
I am running Awesome 3.4.10 on an Arch Linux box that I leave on over night locked with Xscreensaver. By morning I come in and get on the computer to find that it is sitting at SLiM login screen instead of the xscreensaver, I tried looking through Xorgs logs to see if I can find what might be

Re: Awesome crashing over night

2011-10-27 Thread Adam Jimerson
On Thu, Oct 27, 2011 at 11:27 AM, Paweł Rumian gork...@gmail.com wrote: Have you checked uptime and/or dmesg? Maybe the machine reboots? Uptime is what I would expect it to be, been up for 2 days, dmesg doesn't have anything in it that looks like the system rebooted but it does look like the

Re: Awesome crashing over night

2011-10-27 Thread Adam Jimerson
Weaver joshuawea...@gmail.comwrote: I don't think ATI uses TwinView... On Thu, Oct 27, 2011 at 7:18 AM, Adam Jimerson vend...@gmail.com wrote: I am running Awesome 3.4.10 on an Arch Linux box that I leave on over night locked with Xscreensaver. By morning I come in and get on the computer

Fwd: no .xinitrc

2011-09-26 Thread Adam Jimerson
Forgot to cc the list Most distros have an example .xinitrc under a directory like /etc/skel/.xinitrc you can copy that to your home directory and edit it to suit your needs/wants. On Mon, Sep 26, 2011 at 3:30 PM, Daniel Martí danielmarti.deb...@gmail.comwrote: Xenia, By default there's no

Re: Where to report bugs for Vicious?

2011-08-31 Thread Adam Jimerson
} ... and replace the line: return { vol/0x1*100, on} with: return { math.floor(vol/0x1*100), on} Good luck. 2011/8/31 Adam Jimerson vend...@gmail.com: In asking this I am assuming that bugs in Vicious widgets should be reported outside of the bug tracker used by Awesome, if this is so