mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Fix border getting default values for focus ring
This commit is contained in:
@@ -46,7 +46,7 @@ impl Layout {
|
||||
off: true,
|
||||
..Default::default()
|
||||
},
|
||||
border: niri_config::FocusRing {
|
||||
border: niri_config::Border {
|
||||
off: false,
|
||||
width: 4,
|
||||
active_color: Color::new(255, 163, 72, 255),
|
||||
|
||||
@@ -68,7 +68,7 @@ impl Tile {
|
||||
off: true,
|
||||
..Default::default()
|
||||
},
|
||||
border: niri_config::FocusRing {
|
||||
border: niri_config::Border {
|
||||
off: false,
|
||||
width: 32,
|
||||
active_color: Color::new(255, 163, 72, 255),
|
||||
|
||||
Reference in New Issue
Block a user