mirror of
https://github.com/gosticks/PaperWM.git
synced 2026-07-01 06:30:02 +00:00
overview: make overview usable on 3.38
The monkey patching just causes problems on 3.38 after they made a fairly big rewrite.
This commit is contained in:
@@ -379,7 +379,7 @@ function init() {
|
||||
});
|
||||
}
|
||||
|
||||
if (version[1] > 32)
|
||||
if (version[1] > 32 && version[1] < 37)
|
||||
registerOverridePrototype(Workspace.UnalignedLayoutStrategy, 'computeLayout', computeLayout);
|
||||
|
||||
// Kill pinch gestures as they work pretty bad (especially when 3-finger swiping)
|
||||
|
||||
Reference in New Issue
Block a user