Awesome is a highly configurable framework window manager extensible using lua.
3
votes
1answer
251 views
How to keep YouTube video fullscreen after moving mouse to other screen in Awesome WM?
I've managed to get YouTube Flash videos fullscreen by using two tips, but whenever I move the mouse pointer to a different screen (thereby changing the application focus) the fullscreen mode is ...
8
votes
1answer
1k views
luakit + awesome wm: make youtube fullscreen work
I'm running Arch Linux on my box. I use the awesome window manager, which is a tiling WM, but allows floating windows too.
The ArchWiki's Awesome entry tells me to put the following in my awesome ...
8
votes
2answers
8k views
Mouse clicks stop working after random time, using Awesome WM + Gnome
I'm using the Awesome Window Manager together with Gnome in Linux Mint. I experience the following problem several times a day:
Suddenly the mouse partially stops working, which means that I'm still ...
1
vote
0answers
187 views
Clicking on Gtk apps menu bar kills mouse
I'm using the following configuration:
Ubuntu 11.10 x64
Awesome Window Manager v3.4.10
Gnome 3.2
...and I got the following problem:
Every time I click on the empty space in a menubar or ...
5
votes
3answers
841 views
In awesome window manager, how can I make key bindings send keyboard events?
I don't think that title probably helps very much, but here's my issue:
I'm using the awesome window manager and am trying to make my key bindings to be similar in flavor to OSX for special keys. ...
3
votes
1answer
150 views
Awesome & youtube
I run Awesome WM on Ubuntu.
Recently when I try to watch youtube videos in full screen they have been playing in a small letter box - They have not 'full screened'.
In the other hand, Vimeo & ...
0
votes
1answer
55 views
xmms2 notification with album art under Awesome
I have the following in my .config/awesome/rc.lua:
--{{{ Display noify with current xmms2 playlist
function xmms2()
local f = io.popen("nyxmms2 status -f '${artist} - ${album} - ${title}'")
...