Right now, click-and-drag on empty canvas pans the viewport. That's redundant since 2 finger and 3 finger swipe already do the same action, and I've found a better action for click-and-drag: marque selection.
Basically, you click and drag on the background to select one or more windows, and then you can move the windows in bulk or close them with a keybinding.
There's minimal implementation cost, since I've already implemented it in my personal DriftWM setup, I just needed to open an issue to see if I can open a PR given the contribution instructions.
Question: should the close selected action be instant, or require extra confirmation?
Right now, click-and-drag on empty canvas pans the viewport. That's redundant since 2 finger and 3 finger swipe already do the same action, and I've found a better action for click-and-drag: marque selection.
Basically, you click and drag on the background to select one or more windows, and then you can move the windows in bulk or close them with a keybinding.
There's minimal implementation cost, since I've already implemented it in my personal DriftWM setup, I just needed to open an issue to see if I can open a PR given the contribution instructions.
Question: should the close selected action be instant, or require extra confirmation?