dots

my dotfiles
git clone https://git.awy.one/dots
Log | Files | Refs | Submodules | README | LICENSE

gtk.css (111B) - View raw


1
2
3
4
5
6
7
8
/* fuck rounded corners */
decoration,
window,
window.background,
window.titlebar,
* {
  border-radius: 0px;
}