Minimizing Windows. #8281
Replies: 4 comments 15 replies
-
I would love to have such a feature. Where can I find the code for that? |
Beta Was this translation helpful? Give feedback.
-
This is so nice of you, to make this public. |
Beta Was this translation helpful? Give feedback.
-
My solution is to send a window to +10 workspace by
and then restore by using fzf
For the sake of simplicity one can script the following commands using fuzzel instead of fzf
but it seems that --with-nth=2 feature has buggy implementation in fuzzel. |
Beta Was this translation helpful? Give feedback.
-
I had a similar problem: I needed to minimize windows, which I don't use (except for corporate purposes, like microsoft teams), and needed these windows to stay out of my sight, but still receive notifications. Here's a small application that integrates with waybars tray module: https://github.com/Simon-Martens/hyprland-minimizer It works by moving the window to a special workspace "minimized" and nofifies waybar over the DBus about the minimized application. If someone decides to write something more proper, or the functionality (with integrating into org.kde.StatusNotifierWatcher) somehow finds it's way into wayland, that would be nice! Until then... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i honestly don't know if this is anything to share. I have created a minimize-manager that allow you to (on my setup) press meta + m to minimize any active window and you could then press meta + I to open up the menu. the minimized windows will open on the workplace you are on, not the one they were started on.
oh, you could also click the icon to bring up the manager if you like using the mouse more than shortcuts.
anyway. here is what it looks like. it is using wofi for the menu and search.

Beta Was this translation helpful? Give feedback.
All reactions