How to remove radius from window borders?

I want to know if i can remove the radius from the borders of windows. It doesn't looks good to me.
I am talking about this :arrow_heading_down:

Yes, navigate to ~/.config/gtk-3.0/ directory and right click an open area to pull up the popover menu. Create a new file. Name it gtk.css
Paste into it:

 .background, window, .titlebar,
.titlebar .background {
     border-radius: 0px 0px 0px 0px;
}

Save the file and log out and in to see the change.

3 Likes

thanks you so much mate.

2 Likes

can you show a screenshot how it looks now?

here it is

3 Likes

I like it. will do it too. thanks

2 Likes

sure. Go ahead

3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.