'or' rule? Or 'not'?

2011-03-25 Thread Oon-Ee Ng
Currently I'm using this for Pidgin:- { rule = { class = "Pidgin" , role = "conversation" }, properties = { tag = tags[1][4] } }, { rule = { class = "Pidgin" , role = "buddy_list" }, properties = { tag = tags[1][4] } }, The buddy_list is the main window, conversation is the co

Re: 'or' rule? Or 'not'?

2011-03-26 Thread Oon-Ee Ng
On Sat, Mar 26, 2011 at 9:12 PM, Anurag Priyam wrote: > On Sat, Mar 26, 2011 at 3:41 AM, Oon-Ee Ng wrote: >> Currently I'm using this for Pidgin:- >> >>    { rule = { class = "Pidgin" , role = "conversation" }, >>      properties = { tag = tags

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

2011-03-29 Thread Oon-Ee Ng
So I'm using a laptop which is mostly in dual-monitor (twinview) mode, but on-the-move is just the single laptop LCD available. Obviously, if I set rules moving apps to tags[2][1] or similar, this isn't going to work when using just the laptop without an external monitor (it doesn't crash, but the

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

2011-03-29 Thread Oon-Ee Ng
On Wed, Mar 30, 2011 at 10:56 AM, Adrian C. wrote: > Forwarding this to the mailing list (not bouncing not to break Uli's MUA > again :) > > > -- Forwarded message -- > Date: Tue, 29 Mar 2011 18:18:52 > From: Oon-Ee Ng > > On Tue, Mar 29, 2011 at 1

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

2011-04-01 Thread Oon-Ee Ng
On Sat, Apr 2, 2011 at 6:14 AM, Vitor Eiji Justus Sakaguti wrote: > > Also, is it possible to alter the text of an existing notification? > Back to the volume example: when the user has the mouse over the > widget, he scrolls the wheel to alter the volume. But the notification > does not reflect t

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

2011-04-01 Thread Oon-Ee Ng
On Sat, Apr 2, 2011 at 1:34 PM, Vitor Eiji Justus Sakaguti wrote: > On Fri, Apr 1, 2011 at 10:21 PM, Oon-Ee Ng wrote: >> On Sat, Apr 2, 2011 at 6:14 AM, Vitor Eiji Justus Sakaguti >> wrote: >>> >>> Also, is it possible to alter the text of an existing not

Re: set a tag number for one App

2011-04-10 Thread Oon-Ee Ng
On Mon, Apr 11, 2011 at 1:54 PM, chris M. sprite wrote: > How to set a tag number for one App, I want to let one App that auto startup > in a special tag number . Check out the example config (/etc/xdg/awesome/rc.lua here) to see how that's done. > And by the way, How to select multi window (cl

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

2011-04-11 Thread Oon-Ee Ng
Hi, just wondering if the above is possible. By 'active' screen I mean the one with the current focus, as set my awful.screen.focus(x). -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

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

2011-04-11 Thread Oon-Ee Ng
On Mon, Apr 11, 2011 at 10:10 PM, Anurag Priyam wrote: > On Mon, Apr 11, 2011 at 5:43 PM, Oon-Ee Ng wrote: >> Hi, just wondering if the above is possible. By 'active' screen I mean >> the one with the current focus, as set my awful.screen.focus(x). > > Huh? I ha

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

2011-04-11 Thread Oon-Ee Ng
On Tue, Apr 12, 2011 at 3:05 AM, Anurag Priyam wrote: > On Tue, Apr 12, 2011 at 12:26 AM, Anurag Priyam > wrote: >>> But if I have a rule for, say, class = "Pidgin", I would set tag = >>> tags[x][4] to send it to tag 4 on screen x. How do I get that x to be >>> the screen currently in focus (the

Re: Questions about using 2 monitors

2011-05-05 Thread Oon-Ee Ng
On Thu, May 5, 2011 at 5:38 PM, Ivy Lee wrote: > Hi there I've been an awesome user for a long time but I only know > about using it on 1 monitor. Now my friend got 2 monitors and he's > wondering is it possible to do the following using awesome: > 1. Some tags set to appear only on certain screen

Re: Awesome and dual heads.

2011-05-27 Thread Oon-Ee Ng
On Fri, May 27, 2011 at 9:04 PM, Piter_ wrote: > Hi all. > I have realized that i can use external monitor with my laptop for > having more screen place. I do it using grandr. > there are few issues I don't know how to solve. > If I restart awesome after setting dual head configuration in grandr,

Using awesome with mouse-only?

2011-10-03 Thread Oon-Ee Ng
Hi all, Just a random discussion/question for possible future use. I'm playing around with VNC servers on a combination of windows machines and my own laptop (running awesome). I've been checking out performance when accessing them from my android smartphone, and on wifi its actually pretty good.

Re: Focus Issue

2012-04-19 Thread Oon-Ee Ng
2012/3/21 Can Altıparmak : > Sorry Gmail wrapped my long comment, correct code: > > awful.client.focus.byidx = function (i, c) >    local target = awful.client.next(i, c) >    if target then >        client.focus = target >    end >    return target > end > > 2012/3/20 Can Altıparmak : >> Hello Mic

Re: Who is interested in

2012-05-14 Thread Oon-Ee Ng
On May 15, 2012 2:11 AM, "Christopher R. Parr" wrote: > > Hi! > > I've now set up Coordino on http://help.awesomenia.org- It is a > community similar to StackOverflow. > > Next is to reinstall awesomenia.org using Dokuwiki. > > Christopher > Despite the awesome replies you're getting =)

Re: Who is interested in

2012-05-14 Thread Oon-Ee Ng
On Tue, May 15, 2012 at 9:25 AM, David Sorkovsky wrote: > > Being on this mailing list, I see awesome ideas being discussed and awesome > help going out from some truely awesome people, but as with any community, > there are always those who disparage, berate, belittle, etc. > > IMHO the Awesome W

Re: awesome forgets it's a tiling window manager

2012-06-07 Thread Oon-Ee Ng
On Fri, Jun 8, 2012 at 5:14 AM, David Liffmann wrote: > Hi, > > On Thu, Jun 7, 2012 at 10:57 PM, Adrian C. wrote: >> 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 > > Yeah, I am pretty sure of it.

Rainlendar stealing focus on tag change

2012-06-21 Thread Oon-Ee Ng
I run rainlendar on one screen in a dual-screen setup. Sometimes it steals focus. Switching from screen to screen - no problem Switching from tag to tag on same screen - lose focus (focus is actually on rainlendar when switching to any tag on the same screen as rainlendar) Running awesome 3.4.12

Re: Slow Gaming

2012-08-09 Thread Oon-Ee Ng
On Thu, Aug 9, 2012 at 5:05 PM, Thorsten Sperber wrote: > Am 09.08.2012 10:41, schrieb David Gomes: >> Hey there everyone, >> >> When I use gnome-shell and I just open up a game like Sauerbraten, >> Warsow or Urban Terror, I can play smoothly, at 40 or 50 FPS. >> >> However, on Awesome WM (and for

Re: [RFC] Move cursor to middle of screen using awful.screen.focus()

2012-08-22 Thread Oon-Ee Ng
On Thu, Aug 23, 2012 at 10:56 AM, Bryan Gardiner wrote: > On Wed, 22 Aug 2012 17:21:55 +0100 > Ignas Anikevicius wrote: > >> Hello, >> >> On 22/08/12 02:53:53 +0530, Abhijeet R wrote: >> > With the default configuration, when I press the combination >> > Mod4+Control+j,k, the cursor moves to the

Re: Layouts and movements

2012-09-04 Thread Oon-Ee Ng
On Wed, Sep 5, 2012 at 6:25 AM, Kelly Clowers wrote: > > The other thing I have been wondering about is based on my use of > browser windows and now a widescreen monitor (1920x1200). I run my > browser windows in one tag, maximized. However, I do not need quite so > much space, I could run a skinn

Re: Layouts and movements

2012-09-04 Thread Oon-Ee Ng
On Wed, Sep 5, 2012 at 10:01 AM, Oon-Ee Ng wrote: > On Wed, Sep 5, 2012 at 6:25 AM, Kelly Clowers wrote: >> >> The other thing I have been wondering about is based on my use of >> browser windows and now a widescreen monitor (1920x1200). I run my >> browser windows in

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

2012-10-12 Thread Oon-Ee Ng
On Sat, Oct 13, 2012 at 2:39 AM, Alexander Yakushev wrote: > > Falling back on incorrect config is nice, but there still have to be some > informative message why this happened (most users don't read mailing lists > to know that configuration format has changed). As a (noobie) user who DOES read

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

2012-10-17 Thread Oon-Ee Ng
On Thu, Oct 18, 2012 at 7:50 AM, Adrian C. 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 clarify, those devils from Arch Linux will probably introduce it > sooner than anyone. > Change d

Unmanage rainlendar with awesome 3.5?

2012-12-23 Thread Oon-Ee Ng
An arch-er here (you just knew it'd have to be, right?) so I just got 3.5. Didn't spend too long transferring my config, and its working right now, but a question on a few things (most important one is in title) 1. How to unmanage rainlendar (a desktop calendar app). Possible reference - https://b

Re: Unmanage rainlendar with awesome 3.5?

2012-12-25 Thread Oon-Ee Ng
On Mon, Dec 24, 2012 at 6:26 PM, Uli Schlachter wrote: > On 24.12.2012 01:40, Oon-Ee Ng wrote: >> 1. How to unmanage rainlendar (a desktop calendar app). Possible >> reference - https://bbs.archlinux.org/viewtopic.php?id=129811 - in 3.4 >> it showed in all tags (it still does

Re: Unmanage rainlendar with awesome 3.5?

2013-01-20 Thread Oon-Ee Ng
Pretty late bump On Wed, Dec 26, 2012 at 8:48 AM, Oon-Ee Ng wrote: > On Mon, Dec 24, 2012 at 6:26 PM, Uli Schlachter wrote: >> On 24.12.2012 01:40, Oon-Ee Ng wrote: >>> 1. How to unmanage rainlendar (a desktop calendar app). Possible >>> reference - https://bbs.arc

Re: Unmanage rainlendar with awesome 3.5?

2013-02-25 Thread Oon-Ee Ng
And one more =( On Mon, Jan 21, 2013 at 8:38 AM, Oon-Ee Ng wrote: > Pretty late bump > > On Wed, Dec 26, 2012 at 8:48 AM, Oon-Ee Ng wrote: >> On Mon, Dec 24, 2012 at 6:26 PM, Uli Schlachter wrote: >>> On 24.12.2012 01:40, Oon-Ee Ng wrote: >>>> 1. How to unm

xscreensaver using glslideshow -root -- problem with dual monitor?

2013-06-23 Thread Oon-Ee Ng
Trying to set xscreensaver for an animated wallpaper, but /usr/lib/xscreensaver/glslideshow -root runs one screensaver across both monitors where the normal xscreensaver runs one screensaver on each monitor. Any advise? Running awesome 3.5.1 (64-bit on Arch, not that I think this part matters). Al

Re: Lua versus any other programming language

2015-07-31 Thread Oon-Ee Ng
On Sat, Aug 1, 2015 at 4:56 AM, Alexis BRENON wrote: > As far as I know, Python could have been a good choice. You do know that there are other window managers which allow extension in python? i3 comes to mind (I'm currently running that with awesome as my backup for when something doesn't work).

Re: Lua versus any other programming language

2015-08-02 Thread Oon-Ee Ng
On Sun, Aug 2, 2015 at 8:37 PM, Alexis BRENON wrote: > @Oon-Ee : > I don't think that mixing two DE/WM is a good idea. I give a look to i3 doc, > the main config file doesn't seems to be written in Python, it should be a > quite 'expert' functionnality. Nevertheless, I LOVE AwesomeWM, I don't want

Mod-u and Mod-i when monitors switch position

2016-07-21 Thread Oon-Ee Ng
Right now Mod-u and Mod-i go to the 1st/2nd monitor respectively. My 1st monitor is my primary laptop LCD, while my 2nd monitor is a VGA-connected one. In my home, the 2nd monitor is on the right, but in my office its made more sense to move it to the left. Trivial to setup xrandr for that, but no

RE: Mod-u and Mod-i when monitors switch position

2016-07-22 Thread Oon-Ee Ng
rgent.jumpto ), > > From that and "https://awesomewm.org/doc/api/modules/awful.screen.html"; you might want to try... > > awful.screen.focus_bydirection (dir, _screen) > > "Give the focus to a screen, and move pointer, by physical position relative

Re: Mod-u and Mod-i when monitors switch position

2016-07-25 Thread Oon-Ee Ng
Just to update, tried focus_relative but pressing it would ALWAYS change monitor (not the behaviour I'm looking for as I sometimes lose track of where I currently am). Instead I used focus_bydirection and does exactly what I want. Thank you! On Fri, Jul 22, 2016 at 4:35 PM, Oon-Ee Ng