hotfix: change the value shown on Windows for the WM
This commit is contained in:
parent
3367dcd576
commit
415139d207
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ fn main() {
|
||||||
let wm: String;
|
let wm: String;
|
||||||
|
|
||||||
if cfg!(windows) {
|
if cfg!(windows) {
|
||||||
wm = "Aero".to_string();
|
wm = "DWM".to_string();
|
||||||
} else if cfg!(unix) {
|
} else if cfg!(unix) {
|
||||||
let xdg_current_desktop = var("XDG_CURRENT_DESKTOP");
|
let xdg_current_desktop = var("XDG_CURRENT_DESKTOP");
|
||||||
let desktop = desktop_env().to_string();
|
let desktop = desktop_env().to_string();
|
||||||
|
|
Loading…
Reference in a new issue