Luiz Antonio Lazoti

Results 65 comments of Luiz Antonio Lazoti

Dude, wrap this command in a function, and put it inside the xkeysnail, after that, just call it inside the get_active_window_wm_class function. ```gdbus call -e -d org.gnome.Shell -o /org/gnome/Shell -m...

In the future, if an api for wayland appears that delivers everything that is needed, just implement the whole thing using it.

True, I had forgotten about this behavior of dbus not working as root, it really wouldn't be possible to integrate directly.

Diretamente não tentei ainda, ao menos não lembro ter tentado, para mim o dev original não deve voltar a tocar no projeto. > @luizoti Did you ever speak with the...

If he passes you, I can help when there's time, no problem.

Some commits related to configurations, I would probably drop today, simply to reduce code, another I have to see what was done. A few things I find interesting to look...

I just changed the version on github.

> ``` > + if check_device.name == "py-evdev-uinput": > + # Exclude evdev device, we use for output emulation, > ``` > > How did this get added, was this...

> Don't feel you have to change every little thing I point out... I'm probably going to start with 0.4.0 as-is, pull over as much of your work as seems...

Try this: ``` # -*- coding: utf-8 -*- import re from xkeysnail.transform import * WM_LIST = [ # "konsole", # "dolphin", "vlc", "Kodi", "ksmserver" ] define_keymap(None or (lambda wm_class: wm_class...