From 5ffc0784e222550c263bae3d6d0efd12e9ba3ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Hedin=20Br=C3=B8nner?= Date: Fri, 20 Apr 2018 11:31:48 +0200 Subject: [PATCH] We shouldn't need to turn off redirection anymore --- kludges.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kludges.js b/kludges.js index eb0d17a..2d456ad 100644 --- a/kludges.js +++ b/kludges.js @@ -12,9 +12,6 @@ function init() { } function enable() { - // Don't redirect fullscreen windows, this fixes a lot of eg. flashing when - // switching to or away from fullscreen windows. - Meta.disable_unredirect_for_screen(global.screen); // Don't hide notifications when there's fullscreen windows in the workspace. // Fullscreen windows aren't special in paperWM and might not even be @@ -83,6 +80,5 @@ function enable() { } function disable() { - Meta.disable_unredirect_for_screen(global.screen); imports.ui.messageTray.MessageTray.prototype._updateState = orgUpdateState; }