Skip to content

Commit

Permalink
Merge pull request ArtsyMacaw#30 from latipun7/layer-namespace
Browse files Browse the repository at this point in the history
Add layer shell namespace
  • Loading branch information
ArtsyMacaw authored Feb 9, 2024
2 parents 5fe9c4f + d5b46a2 commit 3940d81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ static GtkWidget *get_window()
#ifdef LAYERSHELL
gtk_layer_init_for_window (window);
gtk_layer_set_layer (window, GTK_LAYER_SHELL_LAYER_OVERLAY);
gtk_layer_set_namespace (window, "logout_dialog");
gtk_layer_set_exclusive_zone (window, exclusive_level);
gtk_layer_set_keyboard_interactivity (window, TRUE);

Expand Down

0 comments on commit 3940d81

Please sign in to comment.