|
|
@ -63,6 +63,7 @@ func getDefaultArgs(config *oz.XServerConf) []string {
|
|
|
|
args = append(args, "--notifications")
|
|
|
|
args = append(args, "--notifications")
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
args = append(args, "--no-notifications")
|
|
|
|
args = append(args, "--no-notifications")
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
return args
|
|
|
|
return args
|
|
|
|
}
|
|
|
|
}
|
|
|
|