ssokolow / quicktile

Adds window-tiling hotkeys to any X11 desktop. (An analogue to WinSplit Revolution for people who don't want to use Compiz Grid)
https://ssokolow.com/quicktile/
GNU General Public License v2.0
860 stars 78 forks source link

Get rid of 'PyGIWarning: GdkX11 was imported without specifying a ver… #128

Closed fiete201 closed 11 months ago

fiete201 commented 3 years ago

…sion first.'

fixes:

commands.py:23: PyGIWarning: GdkX11 was imported without specifying a version first. Use gi.require_version('GdkX11', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gdk, GdkX11, Wnck