Rename "cfg" package to "config", always use "cfg" for variable names

This commit is contained in:
2025-12-27 12:11:10 -05:00
parent 422ca0295a
commit 571bc0a3bd
13 changed files with 57 additions and 58 deletions
+1 -2
View File
@@ -54,7 +54,6 @@ func isWayland() (bool, error) {
return true, nil
} else if _, envSet = os.LookupEnv("DISPLAY"); envSet {
return false, nil
} else {
return false, errors.New("unable to detect Wayland or X11 session")
}
return false, errors.New("unable to detect Wayland or X11 session")
}