Niri rounded corners
This commit is contained in:
parent
b5dc0952a7
commit
85c4601cce
|
|
@ -258,6 +258,14 @@ animations {
|
|||
// Window rules let you adjust behavior for individual windows.
|
||||
// Find more information on the wiki:
|
||||
// https://github.com/YaLTeR/niri/wiki/Configuration:-Window-Rules
|
||||
// Work around WezTerm's initial configure bug
|
||||
// by setting an empty default-column-width.
|
||||
window-rule {
|
||||
// Global window rule
|
||||
// Rounded Corners setup
|
||||
geometry-corner-radius 10
|
||||
clip-to-geometry true
|
||||
}
|
||||
|
||||
// Work around WezTerm's initial configure bug
|
||||
// by setting an empty default-column-width.
|
||||
|
|
|
|||
Loading…
Reference in New Issue