Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows resize even when mod keys are not pressed #16

Open
jkarns275 opened this issue Aug 1, 2019 · 3 comments
Open

Windows resize even when mod keys are not pressed #16

jkarns275 opened this issue Aug 1, 2019 · 3 comments

Comments

@jkarns275
Copy link

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
Copy link
Author

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
Copy link
Owner

pkkid commented Aug 2, 2019

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
Copy link
Author

Alright, I will take a look at gTile then!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants