mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-27 20:36:29 -04:00
Rename "cfg" package to "config", always use "cfg" for variable names
This commit is contained in:
+1
-2
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user