diff --git a/anyrun/src/main.rs b/anyrun/src/main.rs index 76ddab3..d4c2103 100644 --- a/anyrun/src/main.rs +++ b/anyrun/src/main.rs @@ -159,6 +159,7 @@ fn activate(app: >k::Application, runtime_data: Rc gtk_layer_shell::init_for_window(&window); gtk_layer_shell::set_anchor(&window, gtk_layer_shell::Edge::Top, true); gtk_layer_shell::set_keyboard_mode(&window, gtk_layer_shell::KeyboardMode::Exclusive); + gtk_layer_shell::set_layer(&window, gtk_layer_shell::Layer::Overlay); // Try to load custom CSS, if it fails load the default CSS let provider = gtk::CssProvider::new();