desktop-icons

git clone git://source.orangerot.dev:/desktop-icons.git
Log | Files | Refs | README | LICENSE

commit 71fa464b8229e11d595cd6d8f561113e427cd459
parent 71998254e3e304b8cdc2b168a54bb7c79376fbcc
Author: V7 <maydayv7@gmail.com>
Date:   Sat, 24 Feb 2024 10:02:43 +0530

Set Layer Namespace
Diffstat:
Mdicons.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/dicons.c b/dicons.c @@ -212,6 +212,7 @@ static void activate (GtkApplication* app, gpointer user_data) gtk_window_set_title(GTK_WINDOW (window), "Window"); gtk_layer_init_for_window(GTK_WINDOW(window)); + gtk_layer_set_namespace(GTK_WINDOW(window), "desktop-icons"); gtk_layer_set_layer(GTK_WINDOW(window), GTK_LAYER_SHELL_LAYER_BOTTOM); for (int anchor = 0; anchor < 4; anchor++)