Controls window -> Layer.OVERLAY

This commit is contained in:
piotr
2022-01-09 14:09:38 +01:00
parent 679ac26b21
commit 5f3f92812e
2 changed files with 2 additions and 3 deletions

View File

@@ -308,8 +308,7 @@ class PopupWindow(Gtk.Window):
v_box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL, spacing=0)
outer_hbox.pack_start(v_box, True, True, 20)
GtkLayerShell.set_layer(self, GtkLayerShell.Layer.TOP)
# GtkLayerShell.set_keyboard_interactivity(self, True)
GtkLayerShell.set_layer(self, GtkLayerShell.Layer.OVERLAY)
GtkLayerShell.set_margin(self, GtkLayerShell.Edge.TOP, settings["window-margin"])
GtkLayerShell.set_margin(self, GtkLayerShell.Edge.BOTTOM, settings["window-margin"])
GtkLayerShell.set_margin(self, GtkLayerShell.Edge.RIGHT, settings["window-margin"])

View File

@@ -8,7 +8,7 @@ def read(f_name):
setup(
name='nwg-panel',
version='0.5.5',
version='0.5.6',
description='GTK3-based panel for sway window manager',
packages=find_packages(),
include_package_data=True,