hotfix: change the value shown on Windows for the WM

This commit is contained in:
Muhammad Nauman Raza 2024-03-24 20:28:50 +00:00
parent f42f29d2e8
commit 3f6e465da0
No known key found for this signature in database
GPG key ID: 31BC90D626D2DBBE

View file

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