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

Flowstorm debugger should set a proper WM_CLASS #170

Open
agzam opened this issue Apr 27, 2024 · 3 comments
Open

Flowstorm debugger should set a proper WM_CLASS #170

agzam opened this issue Apr 27, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@agzam
Copy link

agzam commented Apr 27, 2024

xprop WM_CLASS currently reports WM_CLASS(STRING) = "java", "java". That makes it slightly more difficult to incorporate the app into X11 and various window manager workflows.

@jpmonettas
Copy link
Member

Currently you have _NET_WM_NAME(UTF8_STRING) = "FlowStorm debugger" which I use with i3 wm for example.
You can customize it you start the UI with :

(fs-api/local-connect {:title "MyFlowStorm"})

Do you think it is enough or is there a reason to still prefer a JVM property to customize the class ?

@agzam
Copy link
Author

agzam commented May 8, 2024

The title often is not enough as some window managers customize window behavior based on the WM class. But please, don't worry about it, if I get bandwidth for this, I'll send a PR. The issue is for my own sake and for general posterity. I do sometimes go over the issues I filed in various OSS projects and see if I can provide a fix.

@jpmonettas
Copy link
Member

Great, thanks @agzam, I would appreciate a PR for it if you think it is useful.

@jpmonettas jpmonettas added the enhancement New feature or request label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants