Replies: 2 comments 1 reply
-
Is emacs a wayland-native program? Perhaps it is running under Xwayland, and then you can find its WM_CLASS (for example with xprop) which is the equivalent of app-id for Xwayland clients. |
Beta Was this translation helpful? Give feedback.
1 reply
-
It is worth mentioning that it's not working for Zathura, Speedcrunch applications either. Zathura class = |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is what I've done so far:
But it's not working
Also when I run:
WAYLAND_DEBUG=1 emacs 2>&1 | kak
To get the properties of emacs, there is nothing in kak!
Beta Was this translation helpful? Give feedback.
All reactions