diff options
Diffstat (limited to 'desktop/qtile/python3.9_fixes.patch')
-rw-r--r-- | desktop/qtile/python3.9_fixes.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/qtile/python3.9_fixes.patch b/desktop/qtile/python3.9_fixes.patch index c4b3277908..a24b24311c 100644 --- a/desktop/qtile/python3.9_fixes.patch +++ b/desktop/qtile/python3.9_fixes.patch @@ -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 -@@ -1426,7 +1426,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, |