Open ehen opened 10 years ago
If I drag or resize a window and wants it to go back to full-size, it'd be cool to have a keybind for that.
From FrankenWM:
/* reset the active window from floating to tiling, if not already */ void tilemize() { if (!current->isfloating) return; current->isfloating = false; update_current(current); }
If I drag or resize a window and wants it to go back to full-size, it'd be cool to have a keybind for that.