Re: Awesome and dual heads.

2011-05-27 Thread Uli Schlachter
On 27.05.2011 15:04, Piter_ wrote: If I restart awesome after setting dual head configuration in grandr, some of applications from my startup list are in two copies. So I guess you are executing your startup list twice. Sounds like a problem in your config. { rule = { class = Conkeror

Re: programs close when too small

2011-05-25 Thread Uli Schlachter
Am 25.05.2011 11:14, Risto Varanka wrote: [...] It seems that applications get closed in tiling layouts when the size of the window gets very small. You can try this out by eg. manually adjusting the window size to zero. Two small points: - You can't resize a window to zero, it has to have at

Re: Is it possible to foce Java applications to conform to the layout?

2011-05-24 Thread Uli Schlachter
On 22.05.2011 13:08, Kent Larsson wrote: I use some Java programs, like KeePassX and my Bank ID, and I've noticed that their windows are created on top of the other windows and are not fitting into the layout I am using at the moment. Is there something I can do to force them to conform to the

Re: Is it possible to foce Java applications to conform to the layout?

2011-05-22 Thread Uli Schlachter
On 22.05.2011 13:08, Kent Larsson wrote: In the case of KeePassX the first window, asking me for a password and optionally a keyfile is displaying the problem described above. However, the next window that opens indeed fits into the layout. I don't know if that information is of any help, but I

Re: conditionally lowering/raising dialog windows depending on parent status

2011-05-18 Thread Uli Schlachter
On 18.05.2011 19:35, John Wyzer wrote: Meaning: can I find the parent of a new window? c.transient_for Cheers, Uli -- The Angels have the phone box! -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: [awesome bugs] #905 - urxvt in 32-bit color depth doesn't have active window border.

2011-05-18 Thread Uli Schlachter
On 18.05.2011 21:45, awesome wrote: The following task is now closed: FS#905 - urxvt in 32-bit color depth doesn't have active window border. User who did this - Julien Danjou (jd) Reason for closing: Not a bug Additional comments about closing: I'm a damned idiot. So finally you admit it?

[ANNOUNCE] awesome 3.4.10 released

2011-05-16 Thread Uli Schlachter
On 11.05.2011 10:15, Julien Danjou wrote: On Tue, May 10 2011, Uli Schlachter wrote: What do you think? Any known issues which should be fixes first? Any last-minute patches that should get in? Does a next-weekend-release sound reasonable? Sounds good to me. I'm planning it for around

Re: [ANNOUNCE] awesome 3.4.10 released

2011-05-16 Thread Uli Schlachter
On 16.05.2011 21:43, Julien Danjou wrote: On Mon, May 16 2011, Uli Schlachter wrote: I want to change everyone who send a patch and contributed his little improvement. But change into what? Change into a code monkey, of course! But for now I guess thanking them should be enough. Meh

[ANNOUNCE] awesome 3.4.10 released

2011-05-16 Thread Uli Schlachter
On 11.05.2011 10:15, Julien Danjou wrote: On Tue, May 10 2011, Uli Schlachter wrote: What do you think? Any known issues which should be fixes first? Any last-minute patches that should get in? Does a next-weekend-release sound reasonable? Sounds good to me. I'm planning it for around

Re: Split up of xcb-util

2011-05-16 Thread Uli Schlachter
On 27.04.2011 08:52, Arnaud Fontaine wrote: Hi, I noticed that the patch does not apply cleanly on master, therefore I have just updated it and attached it to this email. Could you please apply it? Thanks. Also, I have attached to this email a patch against 3.4 branch as I guess

Re: [ANNOUNCE] awesome 3.4.10 released

2011-05-16 Thread Uli Schlachter
On 16.05.2011 21:43, Julien Danjou wrote: On Mon, May 16 2011, Uli Schlachter wrote: I want to change everyone who send a patch and contributed his little improvement. But change into what? Change into a code monkey, of course! But for now I guess thanking them should be enough. Meh

Re: #awesome @ OFTC

2011-05-11 Thread Uli Schlachter
On 11.05.2011 13:53, Germán Gutiérrez wrote: Hey! I don't know if this is the proper way to report this kind of issues, but I cannot get into #awesome at OFTC irc server. * Cannot join #awesome (Channel is invite only). Argh, sorry sorry SORRY! Some idiots tried a join flood again

Next awesome release

2011-05-10 Thread Uli Schlachter
Hi, it's been a while since the last awesome release and some interesting stuff has happened. The more important stuff here IMHO is a problem with newer cmake and the xcb-util split-up. Awesome didn't build with cmake 2.8.4. More people will run into this problem and we should get the fix

Re: Naughty notify html tags

2011-05-09 Thread Uli Schlachter
On 09.05.2011 19:03, Gáspár Nándor wrote: this is ok: echo 'naughty.notify({title = title, text = span color=\#FF602E\text/span, timeout = 60, icon=iconwithpath.png, width = 500, position = top_right})' | awesome-client - and this is wrong: echo 'naughty.notify({title = title, text = htmlspan

Re: [patch] add increment and decrement functions to progressbar

2011-05-05 Thread Uli Schlachter
On 05.05.2011 05:49, Jacques Kvam wrote: Does what Vitor wrote have a chance of being merged? If not, may I suggest the attached patch which adds increment and decrement functions. I wanted this for my volume widget so when I increase and decrease the volume I would have these convenient

Re: [patch] awesomerc: minimize/restore client on a left click in the tasklist entry

2011-04-28 Thread Uli Schlachter
On 24.04.2011 17:43, Anurag Priyam wrote: Hi, Attached patch modifies the bundled rc.lua (awesomerc). From the commit message: awesomerc: minimize/restore client on a left click in the tasklist entry In the bundled rc.lua, mouse button 1 on a tasklist entry was configured to bring the

Re: [patch] awesomerc: minimize/restore client on a left click in the tasklist entry

2011-04-28 Thread Uli Schlachter
On 28.04.2011 20:07, Anurag Priyam wrote: I guess I'm fine with this behavior, but I just managed to confuse myself (not your fault, but the existing code's fault). Are you fine with changing the code like this? Yup. Thanks, pushed [...] I used c.minimized = not c.minimized just to be

Re: Signals on spawned clients

2011-04-20 Thread Uli Schlachter
On 20.04.2011 13:18, drebs wrote: The awesome api doc[1] says that awful.util.spawn's return value is awesome.spawn. When print awesome.spawn's type, I get a function type. But when I set a variable with the result of the spawn function, i get 'nil' as its type. No idea what you are looking

Re: Russian man pages

2011-04-13 Thread Uli Schlachter
On 13.04.2011 07:49, Konstantin Stepanov wrote: Hi all, I took a look at master branch recently (I sticked to use 3.4 branch for now due to its stability) and noticed awesome is missing Russian translation for man pages. I had some free time, so I decided to fill this gap. Here I send

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

2011-04-12 Thread Uli Schlachter
Am 12.04.2011 06:04, Adrian C. wrote: On Tue, 12 Apr 2011, Oon-Ee Ng wrote: The answer I was given is that mouse.screen is fixed from the time awesome is started You are doing an assignment to 'tag', rules are interpreted and the value is stored. The number of the screen that was focused at

Re: wibox bg_image

2011-04-08 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 08.04.2011 17:13, The Sighter wrote: i have found the table key bg_image in the api documention. http://awesome.naquadah.org/doc/api/modules/wibox.html But if I use it, with something like this: sightbox[1] = awful.wibox({ position

Re: gnome-panel

2011-04-06 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 06.04.2011 20:39, Douglas K. Rand wrote: Doug When I put the gnome-panel on the bottom of the screen (I'm only Doug using one gnome-panel) then Awesome won't cover the bottom third Doug of the screen with tiled windows. Stefano It's a

Re: Get values from progress bars; Naughty update; Widget and notification geometry

2011-04-02 Thread Uli Schlachter
On 02.04.2011 00:14, Vitor Eiji Justus Sakaguti wrote: Additionally, is it possible to get a widget's geometry, so I could create a naughty notification just below the widget and not far far away in the corner of the screen? This sounds more like a tooltip than a notification:

Re: [patch] define exceptions to a rule

2011-03-29 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 29.03.2011 07:57, Anurag Priyam wrote: On Sun, Mar 27, 2011 at 11:07 PM, Uli Schlachter psyc...@znc.in wrote: What do you think? I considered using except and except_any at first. I thought that it might be too much, but maybe it actually

Re: awful.mouse: fix client snapping on screen/client borders

2011-03-28 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 28.03.2011 11:23, Gregor Best wrote: On Mon, Mar 21, 2011 at 07:39:36AM +0100, Uli Schlachter wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 20.03.2011 23:01, Gregor Best wrote: Attached is a patch that doesn't suck. The previous

Re: [patch] define exceptions to a rule

2011-03-27 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 27.03.2011 16:27, Anurag Priyam wrote: Hi, The possibility to add an exception to a rule (over, adding multiple rules) was discussed on the user mailing list here[1]. This patch is just an outcome of that; tested on my machine. Could you

Re: remove icon on tasklist in wiki does not work

2011-03-26 Thread Uli Schlachter
On 26.03.2011 18:43, chris M. sprite wrote: Thanks for your reply . You are welcome. -- Do you know that books smell like nutmeg or some spice from a foreign land? -- Faber in Fahrenheit 451 -- To unsubscribe, send mail to

Re: awful.mouse: fix client snapping on screen/client borders

2011-03-21 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 20.03.2011 23:01, Gregor Best wrote: Attached is a patch that doesn't suck. The previous one forgot subtracting the border_width before returning the new geometry, resulting in scary growing clients. Pushed, thanks. - -- Do you know that

Re: exit signal patch

2011-03-21 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 20.03.2011 23:28, Chris Newton wrote: I apologize, thats prolly written down and I should have looked first before submitting the patch. Here is a correctly formatted git patch against current head. I originally wrote the C restart parameter

Re: XCB support in cairo phased out?

2011-03-21 Thread Uli Schlachter
Am 21.03.2011 13:07, Mika Fischer wrote: Will newer versions of awesome work without cairo-xcb? Will newer versions of awesome work without an X server? Will newer secure logins work without any kind of authentication? Will newer computers work without electricity? Will newer humans work without

Re: XCB support in cairo phased out?

2011-03-21 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 21.03.2011 14:28, Julien Danjou wrote: On Mon, Mar 21 2011, Uli Schlachter wrote: cairo-xcb never changed its state. It's been what it is for years now. Only some idiot at ArchLinux decided that enabling the cairo-xcb backend breaks

Re: exit signal patch

2011-03-20 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, Am 20.03.2011 17:20, Chris Newton wrote: [..] So I did a little digging and came up with this quite small patch that adds a flag to the exit signal which indicates if its an exit for a restart or an exit for a real shutdown of awesome.

Re: irssi notify

2011-03-18 Thread Uli Schlachter
Am 18.03.2011 17:33, chris M. sprite wrote: [snip]span color='#55'.$text./span\[snip] So this would e.g. cause this kind of text: span color='#55'foo/span pango-view --markup -t span color='#55'foo/span says: pango-view: Cannot parse input as markup: Error on line 1 char 34:

Re: Check fopr existence of client with a given name?

2011-03-18 Thread Uli Schlachter
Am 18.03.2011 17:36, Johannes Graumann wrote: Hi, What would I wrap awful.util.spawn(plasmoidviewer systemtray) in to only execute that statement if there is not yet a client with 'name = System Tray'? Thanks for any hints, Joh function find_by_name(name) for k, c in

Re: Twinview, separate X-screens, moving apps, and locking mouse

2011-03-12 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 11.03.2011 18:45, Ng Oon-Ee wrote: So, after that long intro, here's my questions:- 1. Is it possible to use separate-X with awesome (will I have to start two instances of awesome)? Will keyboard shortcuts collide? If they are completely

Re: Twinview, separate X-screens, moving apps, and locking mouse

2011-03-12 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 12.03.2011 14:53, Ng Oon-Ee wrote: On Sat, 2011-03-12 at 09:03 +0100, Uli Schlachter wrote: 3. Does awesome support 'locking' the mouse on a single screen in a twinview configuration (which to all extents and purposes is identical

Re: rules questions

2011-03-11 Thread Uli Schlachter
Am 11.03.2011 11:28, Johannes Graumann wrote: Now: 1) where do you look this (ontop, sticky, skip_taskbar, ...) up? Since you mentioned the titlebar icons, I went to /usr/share/awesome/themes/default/titlebar and looked at the icons. ontop_focus_active.png looked like a start and both

Re: rules questions

2011-03-10 Thread Uli Schlachter
Am 10.03.2011 10:03, Johannes Graumann wrote: 1. Is it possible to give a client via a class dependent rule by default the properties toggled when clicking the cross and star icons on on its titlebar? This particular class should be visible on all tags and be always on top ... there has got to

Re: Split up of xcb-util

2011-03-06 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 06.03.2011 12:32, Arnaud Fontaine wrote: Hello, I have just sent an email announcing xcb-util split up[0], so here is a patch for Awesome following the split up. Hope that's ok. Hi, thanks a lot for the patch, that should save us quite

Re: [PATCH] Correct typo causing awful.client.restore not to restore a client if all clients are minimized

2011-03-01 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 01.03.2011 02:32, Andres Freund wrote: --- lib/awful/client.lua.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/awful/client.lua.in b/lib/awful/client.lua.in index a0d7942..0ab5f13 100644 ---

Re: libreoffice on dual-screen causes other screen to switch on scroll/menu

2011-02-25 Thread Uli Schlachter
Am 25.02.2011 01:46, Ng Oon-Ee wrote: Hi all, Using libreoffice 3.3.0.4 on Arch Linux 64-bit, awesome 3.4.9 If you have a dual-screen, open libreoffice on the 2nd screen, on a different tag from whatever is on your first screen (try tag 1 on screen 1, tag 2 on screen 2) Scroll or click on the

Re: Matching multiple classes/names with awful.rules

2011-02-24 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 24.02.2011 17:46, Gwenhael Le Moine wrote: Actually... Looking at the docs/code, I find this example: { rule_any = { class = { MPlayer, Nitrogen }, instance = { xterm } }, properties = { floating = true } } Did you mean to use rule_any?

Re: xcompmgr transparency preventing updates on dialog windows

2011-02-19 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 19.02.2011 12:39, Skjddsjkkj Kjdsjksdkjsd wrote: Hey, https://awesome.naquadah.org/wiki/Transparency I wrote this guide on transparency using Awesome (you can see what I did to enable it). Unfortunately dialogs (like Skype contact

Re: How to make grayscale icons in the taskbar

2011-02-18 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 18.02.2011 03:29, Alexander Yakushev wrote: Greetings, I got a bit tricky problem. Recently I made myself a pretty black'n'white theme with dark wallpaper, and all that looks great... if only taskbar icons (icons that are to the left from

Re: Some Wine apps auto-float, unable to toggle floating off

2011-02-04 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 02.02.2011 16:28, Ng Oon-Ee wrote: Hi Uli, thanks for following up on this. On Wed, 2011-02-02 at 15:22 +0100, Uli Schlachter wrote: So it seems there's an unmapped parent window with a 1x1 pixel size. How would this affect tiling

Re: [patch] fix default naughty preset

2011-02-03 Thread Uli Schlachter
Am 03.02.2011 01:33, André Aparício wrote: @@ -272,7 +272,7 @@ -- @return The notification object function notify(args) -- gather variables together -local preset = args.preset or config.default_preset or {} +local preset = args.preset local timeout = args.timeout or

Re: [patch] fix default naughty preset

2011-02-03 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 03.02.2011 16:41, André Aparício wrote: Right, I didn't remember that it would be called from other place. Then I think it's simply this: [..] Thanks, pushed to both master and 3.4 branches. For future reference, please attach patches as

Re: Some Wine apps auto-float, unable to toggle floating off

2011-02-02 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 01.02.2011 23:32, Ng Oon-Ee wrote: On Tue, 2011-02-01 at 21:07 +0100, Uli Schlachter wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 01.02.2011 08:39, Ng Oon-Ee wrote: After some more testing (with other apps as well), it seems

Re: Some Wine apps auto-float, unable to toggle floating off

2011-02-01 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 01.02.2011 08:39, Ng Oon-Ee wrote: After some more testing (with other apps as well), it seems the 'offending' hint is this one (from xprop):- WM_TRANSIENT_FOR(WINDOW): window id # 0x5a1 How does awesome handle this particular hint/

Re: Twinview, Awesome, and dynamic switching

2011-01-31 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 31.01.2011 03:59, Ng Oon-Ee wrote: [...] So anyway, if I currently have the external monitor connected and window A on the laptop screen, window B on the monitor, then when I disconnect the external monitor and run auto-disper, I'm left with

Re: can't assign matlab figure to certain tag.

2011-01-31 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 31.01.2011 18:43, Piter_ wrote: [...] { rule = { class = sun-awt-X11-XFramePeer}, [...] Either { rule = { class = sun%-awt%-X11%-XFramePeer}, or { rule = { class = sun--awt--X11--XFramePeer}, Cheers, Uli - -- - - Buck, when,

Re: patch to allow configurable notification callback

2011-01-28 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 28.01.2011 20:59, James Pike wrote: I've modified my comment as you suggested and used git format-patch this time. Thanks, pushed. Uli - -- Sometimes the people that know software the best are the ones that hate it the most.

Re: [patch] awful.menu documentation

2011-01-26 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 26.01.2011 21:53, Anurag Priyam wrote: Following 3-part patch series spruce's up awful.menu.new's documentation by adding some markup, fixing grammar/typo a bit, and adding a usage example. Sorry for reposting. I had forgot to add the

[ANNOUNCE] awesome 3.4.9 released

2011-01-18 Thread Uli Schlachter
md5: a3e8f22fb4d17dd1cda90b354be84d6f sha1: 8fba4bf2e272c21cf9d7f5f2269932a967fa733c number of changes - - 27 number of commiters - --- 8 shortlog - Uli Schlachter (10): Flush the cairo surface after drawing Tasklist: Fail less badly

[ANNOUNCE] awesome 3.4.9 released

2011-01-18 Thread Uli Schlachter
md5: a3e8f22fb4d17dd1cda90b354be84d6f sha1: 8fba4bf2e272c21cf9d7f5f2269932a967fa733c number of changes - - 27 number of commiters - --- 8 shortlog - Uli Schlachter (10): Flush the cairo surface after drawing Tasklist: Fail less badly

Re: [patch] fix focus shift on toogletag (FS#700)

2011-01-17 Thread Uli Schlachter
Am 17.01.2011 11:41, Anurag Priyam wrote: Hi, Attached patch fixes FS#700 - focus shift on toggletag. --8-- From f5a36cd0846b0ca3d4dd1bd445c2a4e0e1b338ce Mon Sep 17 00:00:00 2001 From: Anurag Priyamanurag08pri...@gmail.com Date: Mon, 17 Jan 2011 15:44:34 +0530 Subject: [PATCH] fix focus shift

Re: [patch] keygrabber api usage examples

2011-01-16 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 16.01.2011 19:11, Anurag Priyam wrote: Hi, I was curious if documentation patches are welcome here. Attached patch updates keygrabber API docs, by providing a usage example. Thanks, pushed. Uli - -- - - Buck, when, exactly, did you lose

Re: how to test rc.lua for dual screen?

2011-01-13 Thread Uli Schlachter
Am 13.01.2011 01:10, Torsten Wagner wrote: On 01/13/2011 03:12 AM, Adrian C. wrote: On Wed, 12 Jan 2011, Torsten Wagner wrote: Applying an awful.rule with a property tags[2][2] fails for Xephyr but works for my dual screen on the real system. Don't hard code the number of

Re: invalid markup

2011-01-13 Thread Uli Schlachter
Am 12.01.2011 14:51, Daniel wrote: Hej Uli! Since upgrading yesterday to latest git/master of awesome, I cannot use naughty to display notification. I just getinvalid markup, cannot display message. This even with the most simple awesome-client pipe as of /wiki/Naughty Could your textbox:

Re: invalid markup

2011-01-13 Thread Uli Schlachter
Am 13.01.2011 22:07, Ignas Anikevicius wrote: I guess, that there is one more problem. I try to get one Thunderbird plugin working which notifies me about new messages through notify-send command. I would like the _title_ contain something like this: From: Awesome listawes...@naquadah.org

Re: How to get list of all tags?

2011-01-10 Thread Uli Schlachter
Am 10.01.2011 09:27, beo wulf wrote: Looking at documentation here: http://awesome.naquadah.org/doc/api/modules/screen.html I shoudl be able to do: local x = screen.tags(); local t = screen[1]:tags() for k, v in pairs(t) do print(k, v) end Could you do all of us a favor and collect your

Re: kde apps in tray problem

2011-01-10 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 10.01.2011 13:44, Johannes Graumann wrote: Hi, I can confirm this in my setup ... ponimaskin, did you find a solution in the mean time? Sincerely, Joh Александр Понимаскин wrote: Hi all. Trying using awesome wm with KDE4 as

Re: Un-minimize Window

2011-01-09 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 09.01.2011 00:39, Sanjuro Makabe wrote: On 08.01.2011 22:31, Uli Schlachter wrote: Am 08.01.2011 22:21, Sanjuro Makabe wrote: [...] It seems to me that although the minimized client is focused (as shown by the tasklist) every new modkey

Re: Un-minimize Window

2011-01-08 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 08.01.2011 22:21, Sanjuro Makabe wrote: [...] It seems to me that although the minimized client is focused (as shown by the tasklist) every new modkey + n press goes directly to another client. Uhm, you shouldn't be able to focus a minimized

Re: Window Title Change Handling?

2011-01-05 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 05.01.2011 20:20, beo wulf wrote: I'm on 3.4.8 Modifying tasklist won't work, that code just makes the tasklist update. When you remove that, the text will still change once e.g. the next client opens. No idea if this works and too lazy to

Re: New to Awesome

2011-01-03 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 03.01.2011 17:44, Russell Adams wrote: - How would one reduce the default status bar to simple show the current tag for that screen, instead of all tags and highlighting the current? Your config most likely does something like:

Re: Editable Textbox

2010-12-29 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 28.12.2010 23:53, beo wulf wrote: Does awesome have a textbox wiibox that is editable? Basically, I want post-it notes implemented in lua/awesome. The closest that we have is awful.prompt[1]. Basically, you create a textbox (let's call it

Re: special chars in the taskbar

2010-12-29 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 29.12.2010 07:00, Alan Warren wrote: Hello, I have recently rebuilt my Gentoo system as I had a disk crash on me. One issue I'm having is with my new install is special characters inside the taskbar. The degree symbol, (deg; in html) in

Re: special chars in the taskbar

2010-12-29 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 29.12.2010 18:55, Alan Warren wrote: locale prints the following: LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 LC_NUMERIC=en_US.UTF-8 LC_TIME=en_US.UTF-8 LC_COLLATE=C LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=en_US.UTF-8

Re: The joy of titlebars in git/master

2010-12-19 Thread Uli Schlachter
Am 19.12.2010 17:44, Julien Danjou wrote: On Sat, Dec 18 2010, Uli Schlachter wrote: Anything obvious I missed? Now, but maybe you can push things a little more far. From what I remember on my last year work, it's what I did or started to. Considering the following UML diagram

Re: The joy of titlebars in git/master

2010-12-19 Thread Uli Schlachter
Am 19.12.2010 20:15, Julien Danjou wrote: On Sun, Dec 19 2010, Uli Schlachter wrote: My software engeneering prof would cry, nice :) Also, +1 for the ASCII-art. :D What do we actually gain from this? This let's us reparent Window under clients (sounds like a really bad idea) Yes

The joy of titlebars in git/master

2010-12-18 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi list, as you might knows, the big blocker for the 4.0 release is titlebars. Apparently there are people out there who want titlebars on there windows. Yeah, I think that's weird, too, but whatever... ;) The plan now was to break lots of stuff.

Re: Building in cygwin

2010-12-17 Thread Uli Schlachter
Am 17.12.2010 20:22, Nate Anderson wrote: I am trying to build awesome under cygwin. Has anyone had success doing this? I am trying the master git branch 7008d9http://git.naquadah.org/?p=awesome.git;a=tree;h=7008d927f9257b066e4b24569cfacda815064460;hb=7008d927f9257b066e4b24569cfacda815064460.

Re: setup of larswm-like window cycling (and non-resizing tiling)

2010-12-13 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 13.12.2010 13:54, Daniel wrote: 1) A key (typically Alt-Tab) to swap between master window and the top-most window in the right stack (called slaves in awesome?). Leaving focus still in the master window. In the default config, mod+shift+j

Re: [PATCH] Naughty icons

2010-12-10 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 09.12.2010 17:12, Radu Andries wrote: Hello, I had an issue with clementine that was not showing icons in native notifications. It appeared as an issue in naughty. So i saw that the spec on galago-project page is not very clear, giving 2

Re: [3.4-git] XRandr + multiple screen + multiple virtscreens

2010-12-01 Thread Uli Schlachter
Am 01.12.2010 01:43, Emmanuel Lepage-Vallée wrote: Hi, I have a screen detection problem with all version of 3.4 (I am not using 3.5 and I did not tried it). I have two physical cards and 5 screens. NVIDIA register two xrandr screen (I am not using twinview and enabled NVIDIA binary driver

Re: Clipboard manipulation?

2010-11-23 Thread Uli Schlachter
Am 23.11.2010 12:20, Massimiliano Brocchini wrote: Hi, is there any function to access/manipulate clipboard content? I'm using a simple script to paste text without formatting: xsel -o -b | xsel -i -b xdotool key --delay 2 ctrl+v I would like to replace it with something more

Re: Get screen size

2010-11-19 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 19.11.2010 22:57, Torsten Andre wrote: On 11/19/2010 03:42 PM, Uli Schlachter wrote: Just FYI, there is also geom = screen[mouse.screen].geometry. The geometry is the real size of the screen, but the workarea is the size that windows can

Re: jumping to (pidgin|chromium) workspace upon activation

2010-11-15 Thread Uli Schlachter
Am 15.11.2010 11:11, Stefano Zacchiroli wrote: On Fri, Nov 12, 2010 at 05:53:24PM +0100, Uli Schlachter wrote: I don't know what pidgin and chromium-browser do, but I bet they are doing it via EWMH. Awesome supports enough of EWMH to make this work, so I've no idea what would be wrong. Does

Re: titlebar only on floating windows

2010-11-12 Thread Uli Schlachter
Am 11.11.2010 21:03, Matias Larre Borges wrote: On Thu, Nov 11, 2010 at 2:59 AM, Anurag Priyam anurag08pri...@gmail.com wrote: No, I have to correct myself: only those windows that are started floating have the titlebar, not those changed to floating and not those in a floating layout.

Re: jumping to (pidgin|chromium) workspace upon activation

2010-11-12 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 08.11.2010 09:42, Stefano Zacchiroli wrote: In a couple of circumstances, I've applications which had a way (under GNOME with either Xmonad or Metacity) to inform the window manager they wanted to switch to a specific workspaces. For instance:

Re: Typo in naughty.lua?

2010-11-12 Thread Uli Schlachter
Am 10.11.2010 12:36, Matthias wrote: in latest git i missed several notifications and the logs showed me W: awesome: luaA_dofunction:108: error while running function stack traceback: /usr/local/share/awesome/lib/naughty.lua:533: in function /usr/local/share/awesome/lib/naughty.lua:483

Re: Font jumping

2010-11-10 Thread Uli Schlachter
Am 10.11.2010 11:44, Tom Willemsen wrote: Hey everyone, I was messing around with my rc.lua and wanted to change the font awesome uses. When I did that by setting theme.font after beautiful.init to either a different font or a larger one, I get jumping letters in my taglist. I have attached

Re: add_signal() method of awesome object lost

2010-11-10 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 10.11.2010 20:31, The Sighter wrote: On Wed, Nov 10, 2010 at 07:54:09PM +0100, Tom Willemsen wrote: On Wed, 10 Nov 2010, The Sighter wrote: awesome.add_signal(exit, function(clienttable) io.stderr:write(Client Initiated: ) end) Em

Re: Typo in naughty.lua?

2010-11-10 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 10.11.2010 12:36, Matthias wrote: in latest git i missed several notifications and the logs showed me W: awesome: luaA_dofunction:108: error while running function stack traceback: /usr/local/share/awesome/lib/naughty.lua:533: in

Re: Lost some of my keyboard shortcuts

2010-11-07 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 07.11.2010 12:03, Koala wrote: Hi ! I had left awesome WM for ~6 months, due to my reinstalling my debian laptop (some filesystem problems). This week-end, as I plan to work again with my laptop, I decided to reinstall awesome. The

Re: avoiding focus on a specific client (i.e. gnome panel)

2010-11-06 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 06.11.2010 12:14, Stefano Zacchiroli wrote: Some more info that can be useful: I'm able to focus the panel by clicking on it (or on some of its widgets of course), but I'm not able to focus it neither via mouse-over/sloppy-focus, nor via

Re: Porting awesome to SunOS

2010-11-05 Thread Uli Schlachter
Am 03.11.2010 21:29, Aram Hăvărneanu wrote: -- checking for modules

Re: add unfocus signal to a particular client

2010-10-26 Thread Uli Schlachter
Am 25.10.2010 20:57, Anurag Priyam wrote: At the bottom of rc.lua, in the manage signal: c:add_signal(marked, function(c) c.border_color = beautiful.border_marked end) has been used to add marked signal to a client. However, even there I can not attach a unfocus signal using

Re: i686 archlinux and libpangocairo errors

2010-10-26 Thread Uli Schlachter
Am 26.10.2010 18:22, will floyd wrote: Linking C executable awesome /usr/lib/libpangocairo-1.0.so: undefined reference to 'cairo_ft_font_options_substitute' /usr/lib/libpangocairo-1.0.so: undefined reference to 'cairo_ft_font_face_create_for_pattern' If I were to guess, I'd say that your

Re: Change behaviour of awful.tag.history.restore

2010-10-19 Thread Uli Schlachter
Am 19.10.2010 21:07, Renato Botelho wrote: I have set Mod4 + Escape to call awful.tag.history.restore on my config, but if I'm inside tag 3 and press accidentally Mod4+8 twice, Mod4+Escape don't send me anymore to tag 3 because last on history os 8. Is it expected behaviour? The tag history

Re: [PATCH] only minimized windows in tasklist

2010-10-17 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 17.10.2010 14:16, Danny Navarro wrote: Hello there, I added a function in awful.widgets.tasklist to filter minimized clients in tasklist. It's almost redundant as filter.currenttags. I thought of adding a callback with extra filters to

Re: [PATCH] only minimized windows in tasklist

2010-10-17 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 17.10.2010 15:40, Danny Navarro wrote: I added a function in awful.widgets.tasklist to filter minimized clients in tasklist. Pushed, thanks. - -- - - Buck, when, exactly, did you lose your mind? - - Three months ago. I woke up one morning

Re: How to open window/client next to currently focused client?

2010-10-14 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 14.10.2010 14:34, Robin Chew wrote: Sorry, not working after a direct copy paste. I'll fiddle with it a bit and see, thanks. A direct working answer is most welcome. Anyone? If I had to guess: if client.focus then local n =

Re: Focus window under mouse after tag switch

2010-10-13 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 12.10.2010 23:44, Yury Bulka wrote: Hello, First of all, let me thank all people developing and supporting awesome. Really a good software. And here's my question: how can I instruct awesome to automatically assign focus to the window

Re: keygrabber action

2010-10-13 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 13.10.2010 10:15, Barkat wrote: Hi, awful.key({ modkey,}, q, function () awful.menu.clients({ width= 250 }, {keygrabber=true }) end), How to configure keygrabber action for this, bcoz not able to raise minimize window from

Re: awesome master branch and window refresh

2010-10-12 Thread Uli Schlachter
Am 12.10.2010 12:42, Aneesh Kumar wrote: I observe this with the master branch and between an emacs window and gnome terminal . With the master branch when i switch to a new tag the window redraw doesn't happen. That is window focus is actually on emacs by i see terminal details on the screen.

Re: [PATCH] Step towards deliverance of deprecated syntax

2010-10-12 Thread Uli Schlachter
Am 12.10.2010 18:26, Stjujsckij Nickolaj wrote: Here's another patch of the same nature. Seems like there's no more usage of deprecated constructs in awesome code, it runs and works all right here. P.S. Applicable to master branch too, ought to be `cherry-pick`-able Awesome 3.4

Re: [PATCH] add 'autoexec' argument to awful.prompt

2010-10-11 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 11.10.2010 12:45, koniu wrote: Hullo, To celebrate hdd crash and some cleanups, I'd like to push these two patches that I have lying around. Wait, what? That doesn't sound good. Basic idea is to have a command execute automatically on

Re: [PATCH] add 'autoexec' argument to awful.prompt

2010-10-11 Thread Uli Schlachter
Am 11.10.2010 12:45, koniu wrote: Hullo, To celebrate hdd crash and some cleanups, I'd like to push these two patches that I have lying around. Basic idea is to have a command execute automatically on completion if it's the only match. So instead of mod+r firetab enter we can have mod+r

<    1   2   3   4   5   6   7   8   9   >