mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-03 19:51:03 +02:00
fix: not setting layer shell namespace
This commit is contained in:
parent
82875cde68
commit
2ac507144b
2 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@ impl Popup {
|
|||
|
||||
gtk_layer_shell::init_for_window(&win);
|
||||
gtk_layer_shell::set_layer(&win, gtk_layer_shell::Layer::Overlay);
|
||||
gtk_layer_shell::set_namespace(&win , env!("CARGO_PKG_NAME"));
|
||||
|
||||
gtk_layer_shell::set_margin(
|
||||
&win,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue