-
Notifications
You must be signed in to change notification settings - Fork 181
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
windows actions like minimize,close,maximize,showdesktop minimize all #340
Comments
3 is available in grid plugin. |
its not shown in wcm? |
Seems it is called center but actually it is maximize. |
Regarding 1, perhaps it can be added as a third possible binding. |
For 5), use config: [window-rules]
rule1 = on created if role is "TOPLEVEL" then maximize |
I think for 4), there's a couple ways to go. One idea could be a show desktop plugin that moves views to the sides of the screen, something similar to a slimmed-down scale plugin on the inside. Another idea could be a simpler plugin that just minimizes all views. The latter would be far easier to implement and might be a fit for wm-actions plugin. |
One could alternatively use the place plugin which also has a maximize mode (although that isn't in the metadata, we should probably update it).
Minimizing them seems enough, isn't that what other DEs do for show desktop anyway? |
I suppose the question becomes, should the operation be reversible? If so, then you probably would want to remember which views were unminimized when showing desktop, for the obvious reason of knowing which to restore on restore desktop and also in case any toplevel is attached/mapped/unminimized, all should be restored. |
This is a simple implementation that relies on minimize to show the desktop. Closes #340.
This is a simple implementation that relies on minimize to show the desktop. Closes #340.
This is a simple implementation that relies on minimize to show the desktop. Closes #340.
so here are some things that i cant find a way to do in wayfire and some changes to defaults.
1.close window default keyboard shortcut key should be alt + KEY_F4 instead of alt+ KEY_FN_F4
2.there is no keyboard shortcut or a way to set it to minimize current active/infocus window.it should be in wcm>general
3.there is no keyboard shortcut to maximize current window.
it should also be in wcm>general
4.show desktop keyboard shortcut
is missing.
and it should work as
pressing it again should show previous state
4.minimize all windows.
5.option to open all windows maximized
The text was updated successfully, but these errors were encountered: