Re: Vicious volume widget

2014-06-09 Thread Adrian C.
for a command to finish... In this case command would be: amixer -M get Master If I am remembering correct last year someone on this mailing list explained why PulseAudio users suffer from this slower execution. I spent a minute looking at archives but didn't find any such thread. -- Adrian C

Re: how to get popup windows showing more information?

2014-01-18 Thread Adrian C.
= { cpuwidget }, }) Finally the :set_text method still looks to be valid in 3.5, so this should add text to the tooltip just fine: cpuwidget_t:set_text(CPU Usage: .. args[1] .. %) 1. http://awesome.naquadah.org/doc/api/modules/awful.tooltip.html -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID

Re: Questions about awful.widget.layout.margins on awesome 3.5

2013-11-22 Thread Adrian C.
you used to in 3.4 (guessing). memwidgetmargin:set_widget(membar.widget) You tried it like this too right? -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr

Re: Documenting vicious for awesome v3.5

2013-11-02 Thread Adrian C.
With no testers and with many other patches from contributors piling up I'm overdue for a new release by months... I will apply this patch. Thanks. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe

Re: Getting started with awesome -- two column layout?

2013-10-05 Thread Adrian C.
--awful.client.setslave(c) -- -- Or do it selectively for certain tags only if awful.tag.getproperty(awful.tag.selected(mouse.screen), setslave) then awful.client.setslave(c) end --snip -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A

Re: Getting started with awesome -- two column layout?

2013-10-05 Thread Adrian C.
Darn I just remembered, this is awesome 3.4 code, not sure it applies verbatim to 3.5 but you'll handle it. for s = 1, screen.count() do tags[s] = awful.tag(tags.names, s, tags.layout) ... -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F

Persistent awesome scratchpad

2013-10-05 Thread Adrian C.
your mail there. 1. http://awesome.naquadah.org/wiki/Main_Page -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: right click issue

2013-08-29 Thread Adrian C.
, the rest you can find in the user manual[1]. 1. http://www.adobe.com/devnet/flashplayer/articles/flash_player_admin_guide.html -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr

Re: Is there any widgets which cloud list a window list when I use alt+tab key binds?

2013-08-25 Thread Adrian C.
http://awesome.naquadah.org/wiki/FAQ#How_to_add_an_application_switcher.3F -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: K10temp vicious widget help

2013-08-20 Thread Adrian C.
then we look at /sys/devices/platform/ for example: { coretemp.0, core } -- intel { w83627ehf.656, core } -- amd Check 'sensors' for the device/driver your AMD uses if not w83627ehf. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7

Documenting vicious for awesome v3.5

2013-08-18 Thread Adrian C.
Hello, is someone using awesome v3.5 willing to rewrite Usage examples section[1] and the next section Format functions of the documentation for the new widget API? Thanks. 1. http://git.sysphere.org/vicious/tree/README#n390 -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP

Re: [ANNOUNCE] awesome 3.4.14 released

2013-02-01 Thread Adrian C.
On Thu, 31 Jan 2013, Uli Schlachter wrote: OK, so let's turn this into a patch. Could at least two different persons test the attached patch on 3.4 and confirm that this fixes our issue? Ping? Hi patch works, thanks! -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP

Re: vicious suggestions

2013-01-30 Thread Adrian C.
Is there a feature you want developed? Or you are asking to remove total_$unit from disk usage table? Then no, a user developed that feature so it's being used at least by him. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7

Re: vicious suggestions

2013-01-29 Thread Adrian C.
two values in rc.lua) Then you don't want the total value. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: awesome-configs 3.5 (fwd)

2013-01-29 Thread Adrian C.
on the mailing list also read the thread CPU usage which affects widgets. That in particular affects me with 26 widgets across 2 screens. So http://git.sysphere.org/awesome-configs/ is going to stay at 3.4.14 until release 3.5.3 or so. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618

Re: Marking clients

2013-01-19 Thread Adrian C.
On Fri, 18 Jan 2013, Marco wrote: No. The man page for version 3.4.14 Ok then the functions are still present just obsolete. You can put the keybindings back. http://git.naquadah.org/?p=awesome.git;a=commit;h=4ff51d5189 http://git.naquadah.org/?p=awesome.git;a=commit;h=ee1a3f24d7 -- Adrian

Re: Marking clients

2013-01-17 Thread Adrian C.
N clients then perform some group action on the clients. Maximize all of them, kill all of them, move all of them to a new tag. You would do that by iterating on the table returned by the function awful.client.getmarked. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP

Re: Gradients?

2013-01-12 Thread Adrian C.
is it? -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: [ANNOUNCE] awesome 3.4.14 released

2013-01-03 Thread Adrian C.
keyboard layout. Sorry not from me, I've been too busy to debug postponed it for the weekend. No managers, startx here with: Option XkbLayout hr,us Option XkbOptions grp:shifts_toggle When X uses hr (qwertz), awesome prompt is on qwerty (I presume us). -- Adrian C. (anrxc) | anrxc

Re: [ANNOUNCE] awesome 3.4.14 released

2012-12-29 Thread Adrian C.
Anyone noticed all their prompts Run/Lua/custom work with US layout only? I don't see which commit could have caused this. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr

Re: [ANNOUNCE] awesome 3.4.14 released

2012-12-29 Thread Adrian C.
(for me on 3.4). What do those two have in common? I have no idea, this, but it shouldn't affect the keymap: Added initial support for Xlib cursor themes -- for branch 3.4 -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618

Re: (FIX) vicious cpu widget, tons of open files

2012-12-15 Thread Adrian C.
the close after io.lines is never reached in some conditions. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: Execute Lua code

2012-12-15 Thread Adrian C.
the awesome/rc.lua environment. So you can run any Lua in the prompt, including that to control your window manager. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: Eminent status

2012-11-26 Thread Adrian C.
Hello I didn't see the author online for a while but the script seems small enough for efortless porting to new awesome. Once the author, or anyone else interested, figures out all the stuff that brok^H^H^Hchanged. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5

Re: thermal: added support for kernel module 'k10temp'

2012-11-23 Thread Adrian C.
that's the new default or what it is, didn't look into details. So yeah support for third argument was added so people can go back and forth to temp1, temp3 or something else entirely for their own hardware. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE

Re: thermal: added support for kernel module 'k10temp'

2012-11-23 Thread Adrian C.
One more thing. I did consider changing core to something more generic to no longer associate it with coretemp only. But then I would break configuration of every intel user so ... -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7

Re: thermal: added support for kernel module 'k10temp'

2012-11-22 Thread Adrian C.
Hi you're supposed to be able to do this: { w83627ehf.656, core } Like this: vicious.register(cputemp, vicious.widgets.thermal, $1C, 19, {w83627ehf.656, core}) -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618

Re: Addition: Externalise part of the wibox.widgets-code

2012-11-18 Thread Adrian C.
running on .. hostname } ) Hi that's a lot of code. I was just talking with someone in Arch Linux about hostnames in Lua. If you use BASH you can read os.getenv(HOSTNAME) or if you use vicious you can read vicious.widgets.os()[4] -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP

Re: Addition: Externalise part of the wibox.widgets-code

2012-11-18 Thread Adrian C.
On Mon, 19 Nov 2012, Adrian C. wrote: On Wed, 31 Oct 2012, Andre Kl?rner wrote: -- Determine hostname (stolen from https://github.com/xtaran ) local io = { popen = io.popen } local f = io.popen(hostname) local hostname = f:read(*all) f:close() hostname = string.gsub(hostname, '[\n

Re: Nice i3 features

2012-11-13 Thread Adrian C.
full border when only one client is visible on screen (be it fullscreen, tiled, maximized). See line 571 here for examples: http://git.sysphere.org/awesome-configs/tree/rc.lua?id=f4e09a066c#n571 You can ignore the titlebar related lines. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID

Re: Automatic titlebars

2012-11-13 Thread Adrian C.
On Mon, 12 Nov 2012, Yuri D'Elia wrote: It would be even nicer though if floating/unfloating a window in a tile would also handle (hide/show) the titlebar properly Just update the floating toggle keybinding. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A

Re: running sudo commands from rc.lua

2012-11-13 Thread Adrian C.
happens. You could miss /usr/sbin in your PATH, and you need NOPASSWD in your sudoers for this to have any chance of working as is. Been using this for a long time (#150 is just my keycode): awful.key({}, #150, function () awful.util.spawn(sudo /usr/sbin/pm-suspend) end), -- Adrian C. (anrxc

Re: concerning widgets

2012-11-12 Thread Adrian C.
, and return a table of values to insert in the format string. The nil in my example was simply a way of saying 'I don't care about the format now'. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe

Re: concerning widgets

2012-11-11 Thread Adrian C.
take me as an example, sometimes I will drop a terminal to run alsamixer. Or I can lower the volume in mplayer while watching a video. It's useful to have some timer on vicious.widgets.volume to reflect _those_ changes. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5

Re: concerning widgets

2012-11-11 Thread Adrian C.
On Sun, 11 Nov 2012, Manuel Kasser wrote: is there somewhere an api-documentation of vicious? See README file. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr

Re: GVim open partly offscreen

2012-11-08 Thread Adrian C.
Try ignoring size hints, at least for gvim class or instance. It's a property like any other, you'll figure out how to apply it. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome

Re: Externalise part of the wibox.widgets-code

2012-11-07 Thread Adrian C.
The table of widgets I want to have returned has to have the exact same layout as the global wibox.widgets What you are inserting is a table, just like the one with first 3 widgets where you applied the leftright layout. It's been a long time since I knew how this works... But I think the

Re: What should titlebars be like? (was: Release next major version - how bad could it be?)

2012-10-25 Thread Adrian C.
They should at a minimum be like they are now. Provide the ability to: - move a window by dragging the titlebar - toggle float - close - maximize Buttons less used by me, maybe just as important to other users - ontop - sticky -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP

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

2012-10-20 Thread Adrian C.
On Fri, 19 Oct 2012, Bill Sun wrote: Are you going to update the 'vicious' lib so that it can cope with the next major release? It is compatible with awesome 4, and with lua 5.2. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7

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

2012-10-13 Thread Adrian C.
, it's the best awesome release I used. I hope there will be enough of us so we can keep patching it for future xcb maybe even lua 5.2. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail

Re: Request for better awesome standard config

2012-10-07 Thread Adrian C.
On Sun, 7 Oct 2012, Stefano Di Martino wrote: I've found an extension that do this, but it isn't working well. For example, if I want to shut down my computer, I have to enter my password and in the end the computer hangs up trying to shutting down the computer. Awesome moves windows on

Re: Fix width for a text widget

2012-07-09 Thread Adrian C.
testget1 = widget({ type = textbox}) testget1.width = 100 vicious.register(testget1, vicious.widgets.net, ${eth0 carrier}, 120) -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome

Re: No border for single client

2012-07-09 Thread Adrian C.
You can ignore titlebar stuff I wanted to do together with border control: http://git.sysphere.org/awesome-configs/commit/?id=f4e09a066c86 -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail

Re: Viewing Multiple Tags

2012-06-22 Thread Adrian C.
), -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: Viewing Multiple Tags

2012-06-18 Thread Adrian C.
On Mon, 18 Jun 2012, Hong Shick Pak wrote: What could cause this odd behavior? What's the keycode of 2? It's expected to be 11 to properly bind. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send

Re: awesome forgets it's a tiling window manager

2012-06-07 Thread Adrian C.
Ensure this is not the case before filing a real bug report http://awesome.naquadah.org/wiki/FAQ#Why_some_floating_clients_can_not_be_tiled.3F -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail

Re: awful.widget.graph scrolling direction

2012-05-13 Thread Adrian C.
Looks like it was lost in 3.3 to 3.4 transition from C to Lua widgets. If you use = v3.3.3 you can use: mygraphwidget.grow = right -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome

Re: Awesome Lockups (with video!)

2012-05-05 Thread Adrian C.
On Sat, 5 May 2012, Mark Murawski wrote: I can ssh into the machine and it's running perfectly fine. You read the syslog, dmesg, Xorg.0.log and xsession-errors? -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618

Re: Awesome Lockups (with video!)

2012-05-05 Thread Adrian C.
On Sat, 5 May 2012, Adrian C. wrote: On Sat, 5 May 2012, Mark Murawski wrote: I can ssh into the machine and it's running perfectly fine. You read the syslog, dmesg, Xorg.0.log and xsession-errors? I was reading the changelog and remembered widgets can block awesome which would look

Re: Patch for fixing static filename in vicious thermal widget

2012-03-31 Thread Adrian C.
... and then forgot all about it. Second thing is introducing an optional third argument to read a different file, to avoid this situation in the future. http://git.sysphere.org/vicious/commit/?id=5605030ed -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F

Re: Progressbar widget position

2012-03-27 Thread Adrian C.
https://awesome.naquadah.org/wiki/Widgets_in_awesome#Controlling_widgets -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: layout troubles

2012-03-25 Thread Adrian C.
https://awesome.naquadah.org/wiki/FAQ#Why_some_floating_clients_can_not_be_tiled.3F -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: Set clients allways master

2012-03-25 Thread Adrian C.
https://awesome.naquadah.org/wiki/IM_tips -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: Switching Colorschemes on the fly?

2012-03-15 Thread Adrian C.
On Tue, 13 Mar 2012, Anurag Priyam wrote: Maybe a `beautiful.apply`, which does `beautiful.init` followed by `awesome.restart`. A potential issue Configuration is programable he can write a function and call it from the prompt. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID

Re: Laptop and external screen on the fly

2012-03-04 Thread Adrian C.
diff rc.dualhead rc.singlehead 399c399 properties = { tag = tags[2][8] } }, Don't do this. Just use screen.count() instead of hard coded screen ID in a single rc.lua. It will return 1 to you with one screen and 2 with two screens. -- Adrian C. (anrxc) | anrxc..sysphere.org

Re: Shadows below the titlebar

2012-02-26 Thread Adrian C.
On Fri, 24 Feb 2012, Klaus Umbach wrote: How can I change that? Right now you don't. From awesome v4 it's going to be different. You could start using it already but titlebars are not yet implemented in v4 development. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP

Re: two volume widget

2012-02-16 Thread Adrian C.
vicious.cache(vicious.widgets.volume) Remove it. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: Vicious gmail widget

2012-02-14 Thread Adrian C.
See attached patch. Not sure about usefulness of this feature judging just from sample you provided before. Summary tag suggested it was my e-mail not Joerg's in your sample, but he was the first one to be listed in an email tag. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618

Re: Vicious gmail widget

2012-02-11 Thread Adrian C.
work for you because subject and from matches have to swap places. So the break no longer happens in the subject match. I don't have time to write example right now maybe someone else can. I should have a day off on Tuesday, if you don't figure it out I'll give it a try then. -- Adrian C

Re: Vicious gmail widget

2012-02-10 Thread Adrian C.
-- Find sender tags local from = string.match(line, email(.*)/email) -- Spam sanitize the sender and store mail[{sender}] = helpers.escape(from) If you have no idea what I'm talking about just read gmail.lua you can't miss where these belong. -- Adrian C. (anrxc) | anrxc..sysphere.org

Re: Vicious gmail widget

2012-02-08 Thread Adrian C.
Run this in your terminal emualtor curl -n https://mail.google.com/mail/feed/atom See where the sender if stored if anywhere. Write down those tags, and text between them can easily be matched... but we'll get to that later. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP

Re: awesome in Linux Action Show S04E20

2012-02-04 Thread Adrian C.
Too bad they missed progressbars, ie. for the volume changer they complained about. It can be just as good looking, it reacts to scroll, and it can launch kmix/gmix/aumix/whatever. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7

Re: cpu.lua widget args[]

2011-12-17 Thread Adrian C.
args[2], it's not a string key. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: doubt with mouse screen

2011-12-07 Thread Adrian C.
will be properly evaluated there. There's an example here https://awesome.naquadah.org/wiki/FAQ#How_to_start_clients_on_specific_tags_and_others_as_floating.3F -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send

Re: Obvious widgets not work for me

2011-11-27 Thread Adrian C.
run, so there were some changes in usage which came with that functionality. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: graph:set_max_value does not work

2011-11-20 Thread Adrian C.
Default max_value is 1. If you want to change that then you better send it 700 to fill it. A 100 won't even register, and don't find some of your code is dividing by 100 everything you send into the graph to fit default max_value of 1 (vicious does, if that applies to you). -- Adrian C

Re: graph:set_max_value does not work

2011-11-20 Thread Adrian C.
On Sun, 20 Nov 2011, Zsolt Udvari wrote: Oh, yes! I forget to say that I'm using vicious. Thanks! Then multiply your number by 100 for a quick fix. Sounds like you wrote your own widget/function, so it's not a big problem. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP

Re: amixer hangs

2011-11-14 Thread Adrian C.
On Mon, 14 Nov 2011, Daniel Hilst Selli wrote: Thanks Adrian, I'm installing awesome from git But from 3.4 branch, if you want stable. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail

Re: amixer hangs

2011-11-13 Thread Adrian C.
This was discussed two weeks ago in the thread Obvious and ALSA. Which resulted in this commit http://git.naquadah.org/?p=awesome.git;a=commit;h=092813c -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe

Re: Force awesome to ignore application

2011-10-28 Thread Adrian C.
application running except xfdesktop. Is there any possibility to get rid of this little square? Thank you. Matus I think this was fixed recently. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail

Re: amixer alternative

2011-10-07 Thread Adrian C.
On Fri, 7 Oct 2011, Daniel Hilst Selli wrote: Is there any another aumix has GTK frontend but should also work fine on commandline. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail

Re: Progressbar height - Unexpected behaviour

2011-10-06 Thread Adrian C.
On Thu, 6 Oct 2011, Ignas Anikevicius wrote: On 25/09/11 18:59, Adrian C. wrote: Try like this: fubar = awful.widget.progressbar() fubar:set_height(25):set_width(25) I have tried that, but it does not give what I want. It is probably because I use git/master Yes it is. You are using

Re: focus window after minimize

2011-09-26 Thread Adrian C.
On Sat, 24 Sep 2011, Ryan T. Sawyer wrote: if I run it on an empty tag or I run it on a tag with no visible windows, no menu pops up. There's a difference between clientkeys and globalkeys. Sounds like your binding is in clientkeys -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID

Re: Progressbar height - Unexpected behaviour

2011-09-25 Thread Adrian C.
they are not applied. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: any gpg-agent to keep the passphrase?

2011-09-25 Thread Adrian C.
/usr/bin/pinentry-gtk-2 And something like this in ~/.xinitrc gnupglog=${HOME}/.gnupg/gpg-agent.info if (pgrep -u ${USER} gpg-agent); then eval `cat ${gnupglog}` eval `cut -d= -f1 ${gnupglog} | xargs echo export` else eval `gpg-agent --enable-ssh-support --daemon` fi -- Adrian C. (anrxc

Re: vicous thermal widget and linux kernel 3.0

2011-08-23 Thread Adrian C.
I have not heard from you. I can't change the default without verifying it works. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: mouse binding

2011-08-14 Thread Adrian C.
On Sat, 13 Aug 2011, Niklas Lemcke wrote: it doesn't execute nothing anymore. There are root.buttons and client.buttons tables. Add the same binding to client.buttons. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618

Re: vicous thermal widget and linux kernel 3.0

2011-08-11 Thread Adrian C.
all together, just create a function in your rc.lua and call it or even better use a Lua interpreter and see where that gets you f = io.open(/sys/devices/platform/coretemp.0/temp2_input) s = f:read(*line) f:close() print(s/1000) - Find typo -- Adrian C. (anrxc) | anrxc

Re: Controlling Floating Window Position

2011-08-11 Thread Adrian C.
On Thu, 11 Aug 2011, Lane Lester wrote: And now I'm not wondering any longer. I just took the test out of the default rc.lua code above, leaving only the two awful lines. But did you solve your placement problems? -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5

Re: vicous thermal widget and linux kernel 3.0

2011-08-10 Thread Adrian C.
On Wed, 10 Aug 2011, Andreas Radke wrote: [core] = {/sys/devices/platform/, file = temp2_input,div = 1000}, This should do. Do you have multiple vicious installations? -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618

Re: vicous thermal widget and linux kernel 3.0

2011-08-10 Thread Adrian C.
, {coretemp.0, core}) -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: Auto-focus not work

2011-07-11 Thread Adrian C.
On Mon, 11 Jul 2011, jerome zh wrote: I am wondering if the above problem is caused by the related signal missing on my debian6? Obviously you need those to change the border color on focus changes. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93

Re: Fixing X or Y when resizing (Was: Some questions to make my Awesome usage more pleasant)

2011-07-04 Thread Adrian C.
You know about awful.client.moveresize()? It resizes floating clients in any direction. http://awesome.naquadah.org/doc/api/modules/awful.client.html#moveresize -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618

Re: konsole always set floating

2011-06-09 Thread Adrian C.
https://awesome.naquadah.org/wiki/FAQ#Why_some_floating_clients_can_not_be_tiled.3F -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: have to click window before It allows keyboard interaction

2011-06-03 Thread Adrian C.
screens. Especially when rules are used to move it to some screen tag combination. Does the original poster have multiple screens? That could explain a lot. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618

Re: mpdwidget does not work

2011-06-01 Thread Adrian C.
On Wed, 1 Jun 2011, stardiviner wrote: It's weird, well, I upgrade my ubuntu system Make sure your new system has curl installed. And that new mpd works on default port and has no password as you passed neither of them to vicious.widgets.mpd. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP

Re: mpdwidget does not work

2011-06-01 Thread Adrian C.
On Thu, 2 Jun 2011, stardiviner wrote: Adrian, wow, why the mpdwidget needs curl? Because it's the simplest way to get the data on the majority of distributions. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618

Re: send single to color tag as red

2011-05-26 Thread Adrian C.
Google says wmctrl can set urgent hints wmctrl -r some window -b add,demands_attention -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: Progressbar problems

2011-05-02 Thread Adrian C.
of the set_max_value, and use ${linp} instead of link for a nicer presentation of the signal. Do not forget to use wifibar.widget when adding that widget to the wibox. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618

Re: Mouse cursor stays busy for some time after 'awful.util.spawn()'

2011-04-27 Thread Adrian C.
On Wed, 27 Apr 2011, Michael Hauser wrote: Why does the mouse cursor switch to busy startup-notification stop this behavior http://awesome.naquadah.org/doc/api/modules/awful.util.html#spawn true or false, true by default. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP

Re: swap widget from memwidget

2011-04-20 Thread Adrian C.
On Wed, 20 Apr 2011, chris M. sprite wrote: but the new swapwidget can not work . display nothing , Again, really? Let me draw it for you this time: Your code is broken. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618

Re: swap widget from memwidget

2011-04-19 Thread Adrian C.
On Tue, 19 Apr 2011, Pieter Praet wrote: vicious.register(memwidget, vicious.widgets.mem, .. colwhi .. swap You mean swapwidget, right? Nope, he does mean memwidget. No. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7

Re: swap widget from memwidget

2011-04-19 Thread Adrian C.
On Tue, 19 Apr 2011, Pieter Praet wrote: I notice you were so obviously referring to the widget name, not type. I have a trained eye for these things. False bug reports. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618

Re: Run Lua Code

2011-04-18 Thread Adrian C.
into a habit of manipulating clients and layouts through the prompt, but I'm sure someone else did... -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: Possibility to send app to certain tag on 'active' screen?

2011-04-11 Thread Adrian C.
thought of a solution yet? -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: set size for a window in rules

2011-04-09 Thread Adrian C.
in the c:geometry() call. Also please read the rest of the FAQ. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: Wibox widget order

2011-04-09 Thread Adrian C.
On Sat, 9 Apr 2011, Sebastian Aus wrote: cpuwidget, You are doing it wrong https://awesome.naquadah.org/wiki/Widgets_in_awesome#Controlling_widgets sometimes my windows just disappear This is a bug that shows up every so often. But 3.4.9 should be one release without it. -- Adrian C

Re: Qt app theming

2011-04-07 Thread Adrian C.
On Thu, 7 Apr 2011, Skjddsjkkj Kjdsjksdkjsd wrote: qtconfig doesn't exist. It's provided by the Qt package. C'mon. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr

Re: Qt app theming

2011-04-07 Thread Adrian C.
://projects.archlinux.org/svntogit/packages.git/tree/qt/repos/extra-i686/PKGBUILD -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: Concept of 'current screen'? Dealing with adding/removing monitors on the fly

2011-03-30 Thread Adrian C.
plug it in after X started. I tried to solve this alone, could not, then asked Arch people, they had no idea. This list is followed by some X gurus so maybe I get lucky and some can help, my xgamma issue is documented here: https://bbs.archlinux.org/viewtopic.php?id=110259 -- Adrian C. (anrxc

  1   2   3   >