/* https://github.com/swaywm/sway/wiki/GTK-3-settings-on-Wayland */ /** Some apps use titlebar class and some window */ .titlebar, window { border-radius: 0; box-shadow: none; } /** also remove shadows */ decoration { box-shadow: none; } decoration:backdrop { box-shadow: none; }