You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding Gnome-Terminal as a new application in Touché selects the wrong WM_CLASS
If one adds a new application in Touché with the "plus" in the bottom left, and selects a gnome terminal, the application is added, but the gestures will not be registered. This is due to the fact that Touché selects the wrong WM_CLASS.
Adding Gnome-Terminal as a new application in Touché selects the wrong WM_CLASS
If one adds a new application in Touché with the "plus" in the bottom left, and selects a gnome terminal, the application is added, but the gestures will not be registered. This is due to the fact that Touché selects the wrong
WM_CLASS
.The required xprop output is as follows:
Workaround
Replace the line
<application name="gnome-terminal-server">
in~/.config/touchegg/touchegg.conf
with<application name="gnome-terminal">
Expected behaviour
The correct
WM_CLASS
is selected.Actual behaviour
The wrong
WM_CLASS
is selected.Logs
No logs.
Your environment
The text was updated successfully, but these errors were encountered: