Skip to content
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

Keybind to put floating window in tile mode (maximize window) #29

Open
ehen opened this issue Sep 5, 2014 · 1 comment
Open

Keybind to put floating window in tile mode (maximize window) #29

ehen opened this issue Sep 5, 2014 · 1 comment

Comments

@ehen
Copy link

ehen commented Sep 5, 2014

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.

@ehen
Copy link
Author

ehen commented Sep 5, 2014

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);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant