Set primary output when window focused

Closes #80
This commit is contained in:
Shawn Wallace 2024-12-18 01:49:55 -05:00
parent c45c2ed990
commit 03a53b6ad7
9 changed files with 338 additions and 59 deletions

View file

@ -241,6 +241,7 @@ impl<C: XConnection>
role: None,
xwl: None,
window: None,
output_key: None,
}
.into()
});