-
Notifications
You must be signed in to change notification settings - Fork 49
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
bug: Windows from specific applications ignoring Forge tiling #387
Comments
Keyboard shortcut |
that shortcut does not work for me at all |
Sorry, super+shift+c |
that does not fix it either. the windows still do not return to filling the screen as they did before. |
Thanks mate! This worked for me |
I have the same issue when opening alacritty, so far, this is the only app that behaves like this for me. |
Suckless Terminal doesn't tile either |
I'm experiencing this as well, just with Telegram. |
One by one all my programs got this error too. Made it float, cant set it back to tile. |
I experienced this too. I've done two things:
xprop WM_CLASS then click on the window to find the class, and then edit {
"wmClass": "<the window class name>",
"mode": "tile"
}, For example, I accidentally made this keystroke this morning while in IntelliJ, breaking everything. :) So, I opened IntelliJ, and, separately, in a console I typed xprop WM_CLASS I then clicked on IntelliJ and this was the output: WM_CLASS(STRING) = "jetbrains-idea", "jetbrains-idea" So, I added to {
"wmClass": "jetbrains-idea",
"mode": "tile"
},
Then, I closed IntelliJ. The next time I opened it, all was back to normal. This likely isn't a great workaround for folks to whom this has happened several times and have several window classes to override. Also, in case this is helpful, it does appear that |
@jmmaranan Life saver, thank you. |
Hey there, |
| Persist toggle floating for active window | `<Super> + c` |
| Persist toggle floating for active window and its window class | <Super><Shift> + c | The |
(1) Issue/Bug Description/Video Capture/Screenshots
Anytime I control+alt+c on an application, any windows it creates now permanently ignore Forge tiling. None of the other keybinds to move windows fix it, uninstalling doesn't fix it, restarting doesn't fix it.
(2) Steps to reproduce
(3) Distribution and Linux version
(4) Journal Logs from the last hour
GNOME Shell version
GNOME Shell 46.0
Forge version
78
Other installed/enabled extensions
(6) Monitor Setup
1 x 1440x900
Other Notes
No response
The text was updated successfully, but these errors were encountered: