mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Draw focus ring as border on SSD windows
With SSD we're reasonably sure that the window is a rectangle with no rounded corners, so a rectangular border should work.
This commit is contained in:
@@ -8,6 +8,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = { version = "1.0.75" }
|
||||
arrayvec = "0.7.4"
|
||||
async-channel = { version = "1.9.0", optional = true }
|
||||
async-io = { version = "1.13.0", optional = true }
|
||||
bitflags = "2.4.0"
|
||||
|
||||
Reference in New Issue
Block a user