Skip to content
Snippets Groups Projects
Commit cf9f830f authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

Merge branch 'ls-namespace' into 'master'

Preface all LayerSurface namespaces with "phosh"

See merge request !89
parents 5df3c08c 828d0035
No related branches found
No related tags found
1 merge request!89Preface all LayerSurface namespaces with "phosh"
Pipeline #
......@@ -100,6 +100,6 @@ phosh_home_new (struct zwlr_layer_shell_v1 *layer_shell,
"layer", ZWLR_LAYER_SHELL_V1_LAYER_TOP,
"kbd-interactivity", FALSE,
"exclusive-zone", PHOSH_HOME_HEIGHT,
"namespace", "home",
"namespace", "phosh home",
NULL);
}
......@@ -357,6 +357,6 @@ phosh_lockscreen_new (gpointer layer_shell,
"layer", ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY,
"kbd-interactivity", TRUE,
"exclusive-zone", -1,
"namespace", "lockscreen",
"namespace", "phosh lockscreen",
NULL);
}
......@@ -99,6 +99,6 @@ phosh_lockshield_new (gpointer layer_shell,
"layer", ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY,
"kbd-interactivity", FALSE,
"exclusive-zone", -1,
"namespace", "lockshield",
"namespace", "phosh lockshield",
NULL);
}
......@@ -200,7 +200,7 @@ phosh_panel_new (struct zwlr_layer_shell_v1 *layer_shell,
"layer", ZWLR_LAYER_SHELL_V1_LAYER_TOP,
"kbd-interactivity", FALSE,
"exclusive-zone", PHOSH_PANEL_HEIGHT,
"namespace", "panel",
"namespace", "phosh",
NULL);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment