-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Title Bars not properly hidden on Wayland in winit apps #358
Comments
Hi @Redoxahmii, thanks for the report. On wayland only GTK apps are supported (using css), apps that use libdecor and Xwayland apps. Neovide uses winit which does not use standard decorations, neither libdecor, but a custom implementation, as you can see at rust-windowing/winit#1967. The only way to make the decorations removal work on wayland is to run neovide in xwayland mode:
If you want you can add the env variable above in |
Thank you for responding. changing this has made it indeed work properly. |
Hey this method does not seem to be working anymore. Below is the /etc/environment file #
# This file is parsed by pam_env module
#
# Syntax: simple "KEY=VAL" pairs on separate lines
#
QT_QPA_PLATFORMTHEME=qt5ct
#QT_STYLE_OVERRIDE=kvantum
BROWSER=firefox
EDITOR=nvim
WINIT_UNIX_BACKEND=x11 neovide |
Describe the bug
The titlebar is not being hidden on Wayland for some applications
To Reproduce
Expected behavior
display no titlebar
Screenshots
On Wayland
On Xorg
Environment (please complete the following information):
Logs
Dec 04 17:08:17 Ahmii gnome-shell[686]: Extension [email protected] already installed in /usr/share/gnome-shell/extensions/[email protected]. /usr/share/gnome-shell/extensions/[email protected] will not be loaded Dec 05 01:27:26 Ahmii gnome-shell[1437]: Can't update stage views actor <unnamed>[<Gjs_unite_hardpixel_eu_buttons_UniteTrayIndicator>:0x5578b049cc00] is on because it needs an allocation. Dec 05 01:28:01 Ahmii gnome-shell[98032]: Extension [email protected] already installed in /usr/share/gnome-shell/extensions/[email protected]. /usr/share/gnome-shell/extensions/[email protected] will not be loaded
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: