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

Preface all LayerSurface namespaces with "phosh"

This makes sure our rootston extension can find it. Name the panel
itself "phosh" since this surface's output is being rotated.
parent 5df3c08c
No related branches found
No related tags found
No related merge requests found
......@@ -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