workspace: Rename DBus method to NewWorkspace
This commit is contained in:
parent
0e3abe505b
commit
ce935de94d
|
@ -191,7 +191,7 @@ local function parse_client(s)
|
|||
return c
|
||||
end
|
||||
|
||||
function methods.Workspace(params, i)
|
||||
function methods.NewWorkspace(params, i)
|
||||
local args = {
|
||||
clients = {},
|
||||
callback = function (t)
|
||||
|
@ -234,7 +234,7 @@ local function on_bus_acquired(conn, _)
|
|||
name = 'com.github.jcrd.wm_launch.WindowManager',
|
||||
methods = {
|
||||
method {
|
||||
name = 'Workspace',
|
||||
name = 'NewWorkspace',
|
||||
in_args = {
|
||||
arg('name', 's'),
|
||||
arg('pwd', 's'),
|
||||
|
|
Loading…
Reference in New Issue