summaryrefslogtreecommitdiff
path: root/gtk/.config/gtk-3.0/gtk.css
blob: 87226b89a6f0100216c604f2a8487d5cfc53bdb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* 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;
}