[dev] slock size is not changed at resolution change

2015-12-02 Thread Martin Ueding
Hi everyone, I use Fedora and Awesome WM. To lock the screen I have been happily using slock. When I put my ThinkPad on the docking station [a script][tps] will call `xrandr` and activate the external screen. The screen that slock lays over the other windows has the 1366×768 resolution that the l

Re: [dev] slock size is not changed at resolution change

2015-12-02 Thread FRIGN
On Wed, 2 Dec 2015 09:20:18 +0100 Martin Ueding wrote: Hey Martin, > The screen that slock lays over the other windows has the 1366×768 > resolution that the laptop screen has. That does not cover the whole > 1920×1080 display: > The problem only occurs since the external screen is enabled > aut

Re: [dev] [vis] vis editor status update

2015-12-02 Thread Silvan Jegen
Heyho Shame you couldn't make it to the suckless conference. I would have been interested in your talk about vis. On Sun, Nov 29, 2015 at 8:13 PM, Marc André Tanner wrote: > On Tue, Jul 28, 2015 at 06:48:56PM +0200, Marc André Tanner wrote: >> Recent changes in no particular order include: > > [

Re: [dev] slock size is not changed at resolution change

2015-12-02 Thread Markus Teich
FRIGN wrote: > usually, slock should get a XRRScreenChangeNotifyEvent when the screen size > changes. I wonder why it isn't fired; maybe there's a bug in slock or in > awesome wm not sending proper events. Heyho, this should be fixed since January. Martin, can you confirm the bug persists when us

Re: [dev] slock size is not changed at resolution change

2015-12-02 Thread Martin Ueding
Hi, I think I did not mention properly that the external screen is additional to the laptop screen. slock would have to create a second window to cover both displays. Am 02.12.2015 um 12:41 schrieb Markus Teich: > this should be fixed since January. Martin, can you confirm the bug persists > when

Re: [dev] slock size is not changed at resolution change

2015-12-02 Thread Martin Ueding
Hi again, I just cloned the git repo and compiled the program using the `libXrandr-devel` package on Fedora. The compilation seemed to be fine: slock build options: CFLAGS = -std=c99 -pedantic -Wall -Os -I. -I/usr/include -I/usr/X11R6/include -DVERSION="1.2" -DHAVE_SHADOW_H LDFLAGS

Re: [dev] slock size is not changed at resolution change

2015-12-02 Thread FRIGN
On Wed, 2 Dec 2015 15:25:07 +0100 Martin Ueding wrote: Hey Martin, > Anyway, it does not start. It says > > cannot disable the out-of-memory killer for this process you have to setuid the slock-binary (using chmod u+s). > Version 1.2 does not compile directly, when I tried that I get the

Re: [dev] slock size is not changed at resolution change

2015-12-02 Thread Markus Teich
Heyho, Martin Ueding wrote: > I think I did not mention properly that the external screen is additional to > the laptop screen. slock would have to create a second window to cover both > displays. I don't remember if I tested with automatically adding another screen while locked. Let me know, whe

Re: [dev] slock size is not changed at resolution change

2015-12-02 Thread Martin Ueding
I was able to build it successfully now. The HEAD version properly covers both displays when I put the ThinkPad onto the docking station. Okay, great! Then I just have to wait until this is made into an upstream release and my distros package it. Thanks!

Re: [dev] slock size is not changed at resolution change

2015-12-02 Thread FRIGN
On Wed, 2 Dec 2015 16:36:02 +0100 Martin Ueding wrote: > I was able to build it successfully now. The HEAD version properly > covers both displays when I put the ThinkPad onto the docking station. As always, the rule of thumb is: If you notice a problem with a tagged version, first check if it p