-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Give zed window class #9132
Labels
Comments
ThatOneCalculator
added
admin read
Pending admin review
enhancement
[core label]
triage
Maintainer needs to classify the issue
labels
Mar 10, 2024
This can be done with |
Is there already someone working on this? If not, I can look into it. |
mikayla-maki
pushed a commit
that referenced
this issue
Apr 29, 2024
fixes #9132 By setting the app id, window managers like `sway` can apply custom configuration like `for_window [app_id="zed"] floating enable`. Tested using `wlprop`/`hyprctl activewindow` for wayland, `xprop` for x11. Release Notes: - Zed now sets the window app id / class, which can be used e.g. in window managers like `sway`/`i3` to define custom rules
🎉 thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check for existing issues
Describe the feature
On Linux + Wayland, getting the active window information (in this case, with
hyprctl activewindow
) shows that there's noclass
orinitialClass
. Giving it a class ofzed
would make it far easier to manage.Related/parent: #7015
The text was updated successfully, but these errors were encountered: