Re: Having the apps in the task bar always in the same order and open apps on the right of the others.

2012-08-31 Thread David Gomes
mywibox[s].widgets = {{ mytaglist[s], mypromptbox[s], layout = awful.widget.layout.horizontal.leftright }, --mylayoutbox[s], mytextclock, myvolumewidget, mybatterywidget

Re: Slow Gaming

2012-08-09 Thread David Gomes
nager, like unagi or xcompmgr. > > Regards, Andre > > > > Thorsten Sperber schrieb: > > >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, > >>

Re: Slow Gaming

2012-08-09 Thread David Gomes
It is indeed the same laptop, with both Gnome and Awesome installed. On Thu, Aug 9, 2012 at 10:05 AM, 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, >

Slow Gaming

2012-08-09 Thread 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 the record, any tiling window manager like dwm, or even openbox), the games won't go past 15 FPS. They're really rea

Re: Is the mouse button pressed?

2012-08-02 Thread David Gomes
Oh! I confused "button" with "key", I'm sorry, my answer is pretty useless then. On Thu, Aug 2, 2012 at 2:26 PM, Julien Danjou wrote: > On Thu, Aug 02 2012, Vincent Bernat wrote: > >> I would like to determine if a mouse button is pressed. It is possible >> using events and tracking the button st

Re: Is the mouse button pressed?

2012-08-02 Thread David Gomes
Use flags. When that key is pressed (awful.key.bind()) set a certain variable to true. When that key is released, set it to false. And then use that variable to check. I'm just not sure of how you can check if a key is rleeased. On Thu, Aug 2, 2012 at 2:22 PM, Vincent Bernat wrote: > > Hi! > > I

Re: [ANN] Definitely Awesome - the latest news about awesome wm

2012-07-25 Thread David Gomes
Thanks, great job! On Wed, Jul 25, 2012 at 10:31 AM, Alexander Yakushev wrote: > Awesome Weekly is back on track! Find #13th issue here: > http://definitely-awesome.**posterous.com/awesome-weekly-**13 > > -- > Alexander Yakushev > > "If o

Re: change gnome-sound-applet icon in awesome

2012-07-17 Thread David Gomes
I've had the same problem: http://askubuntu.com/questions/105614/change-gnome-sound-applet-icon I couldn't really get an answer, not sure if it's possible. I just ended up using a textbox to display my sound, but I'd love to find a way around this too. On Tue, Jul 17, 2012 at 8:37 AM, pyLemon wr

Re: Awesome WM clock seconds

2012-07-15 Thread David Gomes
> looks like: > > mytextclock = awful.widget.textclock({ align = "right" }, "%a %b %d, > %H:%M:%S", 1) > > The %S will translate to seconds,. The last variable is "1" so that it > updates every second (I think it's "10" by default). > > -

Awesome WM clock seconds

2012-07-15 Thread David Gomes
Is there a way to have seconds on awesome's textclock? Or do I have to make my own widget? Thank you.

Re: Emacs not tiling to 100%

2012-07-14 Thread David Gomes
number 2 of screen 1. -- { rule = { class = "Firefox" }, -- properties = { tag = tags[1][2] } }, } That is the relevant part of the code, I'm pretty sure I am doing it right :S On Sat, Jul 14, 2012 at 1:42 PM, Daniel Martí wrote: > On Sat, Jul 14, 2012 at 01:39:16PM +0100,

Re: Emacs not tiling to 100%

2012-07-14 Thread David Gomes
Didn't work. I did that, restarted awesome wm, reopened emacs, and I have the exactly same problem. On Sat, Jul 14, 2012 at 1:33 PM, Vincent Bernat wrote: > ❦ 14 juillet 2012 14:04 CEST, David Gomes : > > > http://minus.com/l4aDzHyH0wb9i As you can see in that screenshot, e

Emacs not tiling to 100%

2012-07-14 Thread David Gomes
http://minus.com/l4aDzHyH0wb9i As you can see in that screenshot, emacs is not tiling to 100%, some empty space is being left on the right. I'd really really like to fix that. What should I do? Thank you. Attached are my rc.lua and my theme.lua -- David Gomes rc.lua Description: Binary

Dependencies

2012-04-24 Thread David Gomes
d both Lua 5.1.5 and Lua 5.2) -- David Gomes

Re: [ANN] Definitely Awesome - the latest news about awesome wm

2012-03-18 Thread David Gomes
On 03/18/2012 12:17 PM, Alexander Yakushev wrote: Awesome Weekly #4 is out: http://definitely-awesome.posterous.com/awesome-weekly-4 If you missed Awesome Weekly #3: http://definitely-awesome.posterous.com/awesome-weekly-3 . There is also the interview with Julien Danjou: http://definitely-a

Re: Maximizing Gvim

2012-02-29 Thread David Gomes
, Marco wrote: > On 2012-02-29 David Gomes wrote: > > > http://i.imgur.com/hQk4O.png As you can see in that image, Gvim is > > not tiling to the max, and there's some grey unwanted space on the > > bottom, > > Mayebe it's related to the size hi

Maximizing Gvim

2012-02-29 Thread David Gomes
nd someone else was having the same issue, but I couldn't get how that person fixed it, so I decided to ask here. -- David Gomes

Re: Stretch wallpaper

2012-02-15 Thread David Gomes
e Vytovtov wrote: > ** > On 02/15/12 21:21, David Gomes wrote: > > Actually, the -f didn't work. I also tried adding this in the end of my > rc.lua: > > -- Use nitrogen to set the wallpaper > os.execute("nitrogen --set-scaled > ~/.config/awesome/themes/default/ba

Re: Stretch wallpaper

2012-02-15 Thread David Gomes
did quit and re-open awesome). On Wed, Feb 15, 2012 at 5:12 PM, David Gomes wrote: > Well, the -f worked, but so did nitrogen. However, nitrogen also enabled > transparency on terminals, so I'll probably use nitrogen. > > > On Wed, Feb 15, 2012 at 5:10 PM, Claudio Roberto Fran

Re: Stretch wallpaper

2012-02-15 Thread David Gomes
Well, the -f worked, but so did nitrogen. However, nitrogen also enabled transparency on terminals, so I'll probably use nitrogen. On Wed, Feb 15, 2012 at 5:10 PM, Claudio Roberto França Pereira < spide...@gmail.com> wrote: > On Wed, Feb 15, 2012 at 14:51, David Gomes > wrote

Stretch wallpaper

2012-02-15 Thread David Gomes
vid@myhost ) • D-Bus support: ✔ david@myhost:~$ That is my version of Awesome, and I'm wondering about how I can fix this problem, thanks. -- David Gomes