Ophestra Umiker
d8f76f3b25
More sandbox features will be added and this will no longer track ego's features and behaviour. Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
18 lines
198 B
Go
18 lines
198 B
Go
package system
|
|
|
|
const (
|
|
xdgRuntimeDir = "XDG_RUNTIME_DIR"
|
|
)
|
|
|
|
type Values struct {
|
|
Share string
|
|
Runtime string
|
|
RunDir string
|
|
Verbose bool
|
|
}
|
|
|
|
var (
|
|
V *Values
|
|
MethodFlags [2]bool
|
|
)
|