Skip to content

Instantly share code, notes, and snippets.

@Ch3shireDev
Created September 1, 2022 08:34
Show Gist options
  • Select an option

  • Save Ch3shireDev/2ca23a0c2b503b76056556613d175d69 to your computer and use it in GitHub Desktop.

Select an option

Save Ch3shireDev/2ca23a0c2b503b76056556613d175d69 to your computer and use it in GitHub Desktop.
border-radius linux
https://forum.zorin.com/t/how-to-remove-radius-from-window-borders/11008
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment