Re: [hackers] [PATCH] Add a configuration option for fullscreen locking

2021-07-14 Thread Sebastian LaVine
On 7/14/21 7:41 AM, Chris Down wrote: Hey folks, Laslo Hunhold writes: count me in in that regard. If an application (most likely a game) wants exclusive fullscreen, it can capture the mouse in the window. I always set it like this in wine and have had no problems with that, and it still allows

Re: [hackers] [PATCH] Add a configuration option for fullscreen locking

2021-07-14 Thread Quentin Rameau
> Hey folks, Hello Cris, > Looking at the conversation, it seems like the concern is about interaction > with the fakefullscreen[0] patch, if I understand correctly. No it's not.

Re: [hackers] [PATCH] Add a configuration option for fullscreen locking

2021-07-14 Thread Chris Down
Hey folks, Laslo Hunhold writes: count me in in that regard. If an application (most likely a game) wants exclusive fullscreen, it can capture the mouse in the window. I always set it like this in wine and have had no problems with that, and it still allows workspace-switching. For what it's wo

Re: [hackers] [PATCH] Add a configuration option for fullscreen locking

2021-07-14 Thread Laslo Hunhold
On Tue, 13 Jul 2021 14:33:31 -0400 Sebastian LaVine wrote: Dear Sebastian, > I am the "some people" that Quentin mentioned above :) > > I brought this up in the #suckless channel yesterday, when I was > having a problem with Firefox: When I entered into fullscreen mode, I > could no longer swit

Re: [hackers] [PATCH] Add a configuration option for fullscreen locking

2021-07-14 Thread Hiltjo Posthuma
On Tue, Jul 13, 2021 at 08:04:19PM +0200, Hiltjo Posthuma wrote: > On Mon, Jul 12, 2021 at 11:44:16PM +0200, Quentin Rameau wrote: > > Some people are annoyed to have this new behaviour forced for some > > application which use fake fullscreen. > > --- > > config.def.h | 1 + > > dwm.c| 2

Re: [hackers] [PATCH] Add a configuration option for fullscreen locking

2021-07-13 Thread Christopher Witt
On 7/13/21 8:33 PM, Sebastian LaVine wrote: On 7/13/21 2:04 PM, Hiltjo Posthuma wrote: On Mon, Jul 12, 2021 at 11:44:16PM +0200, Quentin Rameau wrote: Some people are annoyed to have this new behaviour forced for some application which use fake fullscreen. ---   config.def.h | 1 +   dwm.c 

Re: [hackers] [PATCH] Add a configuration option for fullscreen locking

2021-07-13 Thread Sebastian LaVine
On 7/13/21 2:04 PM, Hiltjo Posthuma wrote: On Mon, Jul 12, 2021 at 11:44:16PM +0200, Quentin Rameau wrote: Some people are annoyed to have this new behaviour forced for some application which use fake fullscreen. --- config.def.h | 1 + dwm.c| 2 +- 2 files changed, 2 insertions(+),

Re: [hackers] [PATCH] Add a configuration option for fullscreen locking

2021-07-13 Thread Hiltjo Posthuma
On Mon, Jul 12, 2021 at 11:44:16PM +0200, Quentin Rameau wrote: > Some people are annoyed to have this new behaviour forced for some > application which use fake fullscreen. > --- > config.def.h | 1 + > dwm.c| 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/confi

[hackers] [PATCH] Add a configuration option for fullscreen locking

2021-07-12 Thread Quentin Rameau
Some people are annoyed to have this new behaviour forced for some application which use fake fullscreen. --- config.def.h | 1 + dwm.c| 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 1c0b587..a2ac963 100644 --- a/config.def.h +++ b/co