Skip to content
Commit 22b7ac02 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

scripts/minimizeall: Try to preserve last active window

Windows in workspace.clientList() are sorted in the map order. This
means that the minimize all script will try to activate the last mapped
window when unminimizing windows, which is a bit annoying.

This change ensures that the minimize all script doesn't activate wrong
window by minimizing and unminimizing windows in the stacking order.
It's not a bullet-proof solution though, but it should produce good
enough results.
parent 89067ff9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment