TIL чтобы убрать огромный #titlebar у #xwayland приложений, нужно добавить переменную среды GTK_CSD равную 0
https://github.com/krille-chan/fluffychat/issues/1628
Скрин один - по умолчанию
Скрин два - с фиксом
GNOME 2.x has something that the other Gnome's have never had. Full configurability almost like KDE has
That was the period where I would gladly use both Gnome and KDE on my desktops.
When the Gnome programmers started to think for me, is when I Departed.
I am however glad that the Gnome project exists and thrives, because there are hundreds of thousands of people who like the way that the Gnome programmers work. Without Gnome we would have lost those people to Macintosh
Get back to subject please take your time to go to Amber monitors, to the time when you had to run Sidekick, the time when you had to run DOS 3.3
I'm almost certain, no I am certain that you can't argue, that what sidekick did there for a crude and rudimentary user interface was advanced.
I love the way SideKick used the interrupt timer, interrupt the whole system inserted stuff do whatever it wants to do, then tell DOS how to save the files, and then when you got out of SideKick, it was almost magical, that you could use a single tasking operating system and pause it do one of the tasks and then resume it without the operating system ever getting screwed up
@heyazorin
Por lo que he visto, para que aparezcan los botones de sistema tienes que eliminar el archivo hide-window-buttons.css o quitar este código en el userChrome.css:
:root[tabsintitlebar][sizemode="maximized"] #titlebar .titlebar-buttonbox-container { display: none !important; }
Ahora bien, para hacer desaparecer los botones que añadió el tema... ahí ya me he perdido un poco porque no he conseguido ni meterlos en las pruebas que he hecho.
#Firefox unter #OpenSuse #Tumbleweed und #Leap 15.6-RC1 mit #IceWM (#Cinnamon ist auch installiert) wird ohne die IceWM #Titlebar dargestellt.
Sind zwar in Firefox Minimieren/Maximieren/Schließen Icons mit auf der Tab-Bar - mir fehlen aber die "Rollen" Funktion von IceWM sehr! Auch die Shortcuts zum "Rollen" z.B. (Alt-F12) funktionieren mit Firefox nicht...
Irgendwer ne Idee? Bitte RT...
Edit: Auflösung siehe meine Antwort im thread...
Just in case anyone is still forced to use #WhatsApp and wants to install it as a #ChromeWebApp but immediately dies from
`#FFFFFF`: You can force the #titlebar color from #light to #dark.
1. "Uninstall" existing WhatsApp web app
2. Navigate to https://web.whatsapp.com
3. Open Developer Tools (F12 / "Inspect")
4. Find `theme-color` HTML meta tag and change its value to `#111b21`
5. "Install" as web app
5. Relax your eyes 
about:configtoolkit.legacyUserProfileCustomizations.stylesheets to trueabout:supportOpen Directory button on Profile Directory linechrome folder@Corben78
Putting this into your userChrome.css should put your tabs below the URL and bookmark bars:
#navigator-toolbox {
display: flex;
flex-direction: column;
}
#titlebar {
order: 5;
}
Obviously no guarantees that this won't break in the future, won't break anything about Firefox or that it's compatible with CustomCSSforFx.