mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-13 00:42:49 -05:00
switch hto monorepo structure
This commit is contained in:
9
backend/internal/server/loginctl/constants.go
Normal file
9
backend/internal/server/loginctl/constants.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package loginctl
|
||||
|
||||
const (
|
||||
dbusDest = "org.freedesktop.login1"
|
||||
dbusPath = "/org/freedesktop/login1"
|
||||
dbusManagerInterface = "org.freedesktop.login1.Manager"
|
||||
dbusSessionInterface = "org.freedesktop.login1.Session"
|
||||
dbusPropsInterface = "org.freedesktop.DBus.Properties"
|
||||
)
|
||||
Reference in New Issue
Block a user