pkkid / x11pygrid

Quickly move windows around the an X11 desktop
GNU General Public License v2.0
323 stars 41 forks source link

Windows resize even when mod keys are not pressed #16

Open jkarns275 opened 5 years ago

jkarns275 commented 5 years ago

After starting pygrid, pressing any single key (e.g. 1) will cause the corresponding command to be ran. Pressing a key with no command bound causes the program to crash at line 102 command = self.keys[event.detail].

I've not modified the config at all. Seems like the _bind_keys method is doing what it is supposed to do properly.

If I print self.keys at runtime it is something along the lines of { 19: 'maximize', 10: ... }, which doesn't seem correct.

jkarns275 commented 5 years ago

wanted to note: I had this program working on the same machine, the only difference is that i installed a new version of my OS.

I also think it probably has something to do with a change in either the Xlib or the gi library

pkkid commented 5 years ago

I unfortunately stopped using this program for my own use, so am not putting much more time into it. I started using the gTile Gnome Extension (for Gnome Shell).

jkarns275 commented 5 years ago

Alright, I will take a look at gTile then!