Merge pull request #159 from Misaghlb/master

fix kde flickering
This commit is contained in:
Gobinath 2017-06-19 14:52:33 -04:00 committed by GitHub
commit 2a3a9b8d4b
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ class BreakScreen:
window.set_visual(window.get_screen().get_rgba_visual()) window.set_visual(window.get_screen().get_rgba_visual())
if self.context['desktop'] == 'kde': if self.context['desktop'] == 'kde':
# Fix flickering screen in KDE by setting opacity to 1 # Fix flickering screen in KDE by setting opacity to 1
window.set_opacity(1) window.set_opacity(0.9)
window.move(x, y) window.move(x, y)
window.stick() window.stick()