diff options
Diffstat (limited to 'desktop/qtile/python3.9_fixes.patch')
-rw-r--r-- | desktop/qtile/python3.9_fixes.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/qtile/python3.9_fixes.patch b/desktop/qtile/python3.9_fixes.patch index 52b9947ae4..a24b24311c 100644 --- a/desktop/qtile/python3.9_fixes.patch +++ b/desktop/qtile/python3.9_fixes.patch @@ -8,7 +8,7 @@ +WindowType = typing.Union[Window, Internal, Static] --- a/libqtile/backend/wayland/core.py +++ b/libqtile/backend/wayland/core.py -@@ -877,7 +877,7 @@ +@@ -879,7 +879,7 @@ logger.debug("Signal: idle_inhibitor new_inhibitor") for win in self.qtile.windows_map.values(): @@ -30,7 +30,7 @@ class PointerConstraint(HasListeners): --- a/libqtile/bar.py +++ b/libqtile/bar.py -@@ -769,4 +769,4 @@ +@@ -770,4 +770,4 @@ self.window.keep_above(enable=True) @@ -55,7 +55,7 @@ +GraphType = Union[CommandGraphNode, CommandGraphCall] --- a/libqtile/core/manager.py +++ b/libqtile/core/manager.py -@@ -1383,7 +1383,7 @@ +@@ -1433,7 +1433,7 @@ return [ i.info() for i in self.windows_map.values() @@ -139,7 +139,7 @@ from libqtile import bar, configurable, confreader from libqtile.command import interface -@@ -763,7 +763,7 @@ +@@ -743,7 +743,7 @@ @expose_command() def set_font( self, |