Re: Maximise window moving

2011-10-25 Thread Perry Hargrave
On Tue, Oct 25, 2011 at 2:08 AM, Uli Schlachter wrote: > On 25.10.2011 10:19, Julien Danjou wrote: >> On Mon, Oct 24 2011, Daniel Hilst Selli wrote: >> >>> Hi, when I maximise a window and move it.. it moves as falling to down right >>> corner of screen.. Its like if your x and y axis was being in

Re: Controling brightness

2011-10-25 Thread Daniel.
2011/10/25 Daniel Hilst Selli : > On 10/25/11 15:42, immerrr again... wrote: >> >> (whoops, first message went out as a direct reply) >> >> On 10/25/2011 09:22 PM, Daniel Martí wrote: >>> >>> Wouldn't that be dangerous, to set sudo without any password prompt? >>> >> The point is to enable that onl

Re: doc and or examples for obvious

2011-10-25 Thread Thorsten Sperber
Am 25.10.2011 23:12, schrieb Daniel Martí: > You might have more luck emailing julien about this. And, if you do get an > answer, it would be very kind of you to forward it to this list :-) > Oh, the authors of the more interesting (and sadly not working widgets, grepped for Author): /usr/share

Per-window icon setting

2011-10-25 Thread Wladyslaw Zbikowski
Hi, I've always wanted to override the application icons used by the task switcher (e.g. awful.menu.clients()). That is, when I Alt-Tab through my running windows, I like to see icons of my own choosing. I wrote a quick hack to do this last night, which I am posting here now in case anyone wants to

Re: doc and or examples for obvious

2011-10-25 Thread Rainux Luo
BTW I'm using awesome 3.4.10 with obvious 3.4.10 on Arch without much trouble. Here is my configuration related to the widget you're interested: -- Choose one type and comment out another -- CPU usage widget (textbox) cpuwidget = widget({ type = 'textbox' }) vicious.register(cpuwidget, vicious.wid

Re: doc and or examples for obvious

2011-10-25 Thread Daniel Martí
You might have more luck emailing julien about this. And, if you do get an answer, it would be very kind of you to forward it to this list :-) Thorsten Sperber wrote: On 19.10.2011 11:52, Thorsten Sperber wrote: > On 19.10.2011 10:57, Uli Schlachter wrote: >> >> Hi, >> >> I haven't come up with

Re: doc and or examples for obvious

2011-10-25 Thread Rainux Luo
Have you ever tried debug your rc.lua with Xephyr? http://awesome.naquadah.org/wiki/Using_Xephyr On Wed, Oct 26, 2011 at 4:58 AM, Thorsten Sperber wrote: > On 19.10.2011 11:52, Thorsten Sperber wrote: >> On 19.10.2011 10:57, Uli Schlachter wrote: >>> >>> Hi, >>> >>> I haven't come up with any goo

Re: doc and or examples for obvious

2011-10-25 Thread Thorsten Sperber
On 19.10.2011 11:52, Thorsten Sperber wrote: > On 19.10.2011 10:57, Uli Schlachter wrote: >> >> Hi, >> >> I haven't come up with any good idea yet, so: >> >> Anything on awesome's stderr? Assuming you use linux, 'ls -l >> /proc/$(pidof >> awesome)/fd/2' will tell you where awesome's stderr goes to.

Re: Shifty and Revelation

2011-10-25 Thread Jörg Thalheim
Just updated without breaking my window manager. 2011/10/21 Perry Hargrave : > Shifty is now @ > > https://github.com/bioe007/awesome-shifty > > Revelation @ > https://github.com/bioe007/awesome-revelation > > Updates to the wiki are pending. Is there an easy way to push a README.md as > a wiki pa

Re: Controling brightness

2011-10-25 Thread Daniel Martí
You made your point, but since I don't like sudo nor have it installed I'll stick with the other solution :-) Thanks! "immerrr again..." wrote: (whoops, first message went out as a direct reply) On 10/25/2011 09:22 PM, Daniel Martí wrote: Wouldn't that be dangerous, to set sudo without any p

Re: Controling brightness

2011-10-25 Thread immerrr again...
(whoops, first message went out as a direct reply) On 10/25/2011 09:22 PM, Daniel Martí wrote: Wouldn't that be dangerous, to set sudo without any password prompt? The point is to enable that only for certain commands (or absolute paths, sudoers allows that, see the manual). Well, ofc, you n

Re: Controling brightness

2011-10-25 Thread immeR again...
On 10/25/2011 08:09 PM, William Shackleton wrote: I wrote a similar program to control the brightness; it's a C program which sets the value and can be run through awesome's run command. The advantage of writing a simple C program to do this (and storing it in /usr/local/bin) is that the setuid b

Re: Controling brightness

2011-10-25 Thread Daniel Martí
That is very clever. Thanks for sharing it with all of us. Daniel William Shackleton wrote: I wrote a similar program to control the brightness; it's a C program which sets the value and can be run through awesome's run command. The advantage of writing a simple C program to do this (and stor

Re: Controling brightness

2011-10-25 Thread William Shackleton
I wrote a similar program to control the brightness; it's a C program which sets the value and can be run through awesome's run command. The advantage of writing a simple C program to do this (and storing it in /usr/local/bin) is that the setuid bit can be set; this makes the program run as root no

Controling brightness

2011-10-25 Thread Daniel Hilst Selli
Hey, I build a little class to control brithness, but for it I have to read and write to /sys/class/backlight/acpi_video0/brightness. Only root can do it.. and the permissions are reset on reboot.. Here is the code http://ideone.com/lhFDQ Any idea?? Thanks! -- To unsubscribe, send mail to awe

Re: Maximise window moving

2011-10-25 Thread Uli Schlachter
On 25.10.2011 10:19, Julien Danjou wrote: > On Mon, Oct 24 2011, Daniel Hilst Selli wrote: > >> Hi, when I maximise a window and move it.. it moves as falling to down right >> corner of screen.. Its like if your x and y axis was being incremented one >> by one. Doesn't matter for where I move the

Re: Maximise window moving

2011-10-25 Thread Javier Barroso
On Tue, Oct 25, 2011 at 10:19 AM, Julien Danjou wrote: > On Mon, Oct 24 2011, Daniel Hilst Selli wrote: > >> Hi, when I maximise a window and move it.. it moves as falling to down right >> corner of screen.. Its like if your x and y axis was being incremented one >> by one. Doesn't matter for wher

Re: Installing on debian without root rights

2011-10-25 Thread Julien Danjou
On Mon, Oct 24 2011, Xenia wrote: > Also the README in > https://git.chezwam.org:446/?p=awesome.git;a=blob;f=README_Debian-builder;hb=cw > did not help, because executing the build-debian file, I get an error: > ./build-debian: line 91: git-checkout: command not found > The right command is 'git c

Re: Maximise window moving

2011-10-25 Thread Julien Danjou
On Mon, Oct 24 2011, Daniel Hilst Selli wrote: > Hi, when I maximise a window and move it.. it moves as falling to down right > corner of screen.. Its like if your x and y axis was being incremented one > by one. Doesn't matter for where I move the mouse, it aways goes to > down-right corner at sa