mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +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 {
|
pub fn with_window(window: TestWindow) -> Self {
|
||||||
let options = Options {
|
let options = Options {
|
||||||
|
focus_ring: niri_config::FocusRing {
|
||||||
|
off: true,
|
||||||
|
..Default::default()
|
||||||
|
},
|
||||||
border: niri_config::FocusRing {
|
border: niri_config::FocusRing {
|
||||||
off: false,
|
off: false,
|
||||||
width: 32,
|
width: 32,
|
||||||
|
|||||||
Reference in New Issue
Block a user