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

Mouse move/resize suggestion++ #95

Open
iggut opened this issue Nov 15, 2023 · 2 comments
Open

Mouse move/resize suggestion++ #95

iggut opened this issue Nov 15, 2023 · 2 comments
Labels
bug Something isn't working enhancement New feature or request v1.0 Bugs applying to the v1.0 beta

Comments

@iggut
Copy link

iggut commented Nov 15, 2023

Currently using the Meta + Mouse Left BTN (move window) and Meta + Right BTN (resize window) : Removes the window from the tiling layout and leaves the window floating.

  1. Meta + Mouse Left BTN (move window): Would be preferable if window would go back to tiled when released from the move and snap-tile to the closest boarder or swap location with the tiled window you released the one you are moving.
  2. Meta + Right BTN (resize window): Would be preferable for the window to stay in tiled layout and change the size of the tiled window and those around it accordingly.
    Example of kwin script that "accomplishes" the resizing portion: https://store.kde.org/p/1112552
  3. Add a Shortcut option to tile/un-tile all windows on current desktop.
@iggut iggut added the enhancement New feature or request label Nov 15, 2023
@zeroxoneafour
Copy link
Owner

  1. Hold shift to place windows back in the layout. The new version of the script (v1.0) no longer hooks into frameGeometryChanged but instead into tileChanged, which is better overall for stability but there is no longer any chance this feature will be implemented. See https://zeroxoneafour.github.io/polonium/faq.html
  2. Resizing tiled windows seems to work with moving the layout around, but I may have to do some debugging to get it consistent with the script. I'll look into this.
  3. Will work on it.

@zeroxoneafour zeroxoneafour added bug Something isn't working v1.0 Bugs applying to the v1.0 beta labels Nov 17, 2023
@NyaomiDEV
Copy link

  1. Resizing only works if you're slow and if you're resizing from the center of screen in, but not from any other corners (it'll unsnap the window)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request v1.0 Bugs applying to the v1.0 beta
Projects
None yet
Development

No branches or pull requests

3 participants