-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent applications from enabling fullscreen #931
Comments
It's handled over here: Lines 597 to 610 in 9d035d7
You can try to add a |
Thank you so much! I will try that. |
As a side note, it would be great if someone could rewrite this monolithic |
* exwm.el (exwm-client-message-functions): Abnormal hook for dispatching client messages. (exwm--on-ClientMessage): delegate to said hook, decompose body into separate hook functions See: ch11ng/exwm#931
* exwm.el (exwm-client-message-functions): Abnormal hook for dispatching client messages. (exwm--on-ClientMessage): delegate to said hook, decompose body into separate hook functions See: ch11ng/exwm#931
* exwm.el (exwm--client-message-functions): Alist for dispatching client messages to handlers. (exwm--on-ClientMessage): delegate via exwm--client-message-functions, decompose body into separate handlers See: ch11ng/exwm#931
* exwm.el (exwm--client-message-functions): Alist for dispatching client messages to handlers. (exwm--on-ClientMessage): delegate via exwm--client-message-functions, decompose body into separate handlers See: ch11ng/exwm#931
* exwm.el (exwm--client-message-functions): Alist for dispatching client messages to handlers. (exwm--on-ClientMessage): delegate via exwm--client-message-functions, decompose body into separate handlers See: ch11ng/exwm#931
* exwm.el (exwm--client-message-functions): Alist for dispatching client messages to handlers. (exwm--on-ClientMessage): delegate via exwm--client-message-functions, decompose body into separate handlers See: ch11ng/exwm#931
* exwm.el (exwm--client-message-functions): Alist for dispatching client messages to handlers. (exwm-init): set exwm--client-message-functions once exwmh support enabled. (exwm--on-ClientMessage): delegate via exwm--client-message-functions, decompose body into separate handlers. See: ch11ng/exwm#931
* exwm.el (exwm--client-message-functions): Alist for dispatching client messages to handlers. (exwm-init): set exwm--client-message-functions once exwmh support enabled. (exwm--on-ClientMessage): delegate via exwm--client-message-functions, decompose body into separate handlers. See: ch11ng/exwm#931
* exwm.el (exwm--client-message-functions): Alist for dispatching client messages to handlers. (exwm-init): set exwm--client-message-functions once exwmh support enabled. (exwm--on-ClientMessage): delegate via exwm--client-message-functions, decompose body into separate handlers. See: ch11ng/exwm#931
Hello!
I have a few X-applications that forces fullscreen all the time.
I'd like to prevent any application from enabling fullscreen, and just do it myself instead.
Is there any way to do this?
Thanks!
The text was updated successfully, but these errors were encountered: