chore: 'Aero' instead of 'DWM' for Windows

This commit is contained in:
Muhammad Nauman Raza 2024-05-05 22:20:47 +01:00
parent 6d59699b97
commit fd16c194e6
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -57,7 +57,7 @@ fn main() {
let wm: String;
if cfg!(windows) {
wm = "DWM".to_string();
wm = "Aero".to_string();
} else if cfg!(unix) {
let xdg_current_desktop = var("XDG_CURRENT_DESKTOP");
let desktop = desktop_env().to_string();