mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-24 02:01:18 +07:00
visual-tests/tile: Disable focus ring
This commit is contained in:
@@ -44,6 +44,10 @@ impl JustTile {
|
||||
|
||||
pub fn with_window(window: TestWindow) -> Self {
|
||||
let options = Options {
|
||||
focus_ring: niri_config::FocusRing {
|
||||
off: true,
|
||||
..Default::default()
|
||||
},
|
||||
border: niri_config::FocusRing {
|
||||
off: false,
|
||||
width: 32,
|
||||
|
||||
Reference in New Issue
Block a user