You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I really wanted to have some grow and shrink shortcuts. I experimented a bit with wmctrl -r :ACTIVE: -e 0,0,0,700,5 made a script and all that. Then I retooled a bit, like so
The problem is that the windows resize when you are using the mouse to resize, not some script (kwin, or bash), otherwise the window that is being resized simply goes beyond the edges/borders of the adjacent windows, making this kwin script have no effect at all.
The idea with this is basically replicate a more tiling sorta thing. I am very aware there are some kwin scripts for that too, but KWin script to let snapped window edges stick together when one window is resized. here I have a window that is being resized :)
The text was updated successfully, but these errors were encountered:
So I really wanted to have some
a bit, like so
grow
andshrink
shortcuts. I experimented a bit withwmctrl -r :ACTIVE: -e 0,0,0,700,5
made a script and all that. Then I retooledThe problem is that the windows resize when you are using the mouse to resize, not some script (kwin, or bash), otherwise the window that is being resized simply goes beyond the edges/borders of the adjacent windows, making this kwin script have no effect at all.
The idea with this is basically replicate a more tiling sorta thing. I am very aware there are some kwin scripts for that too, but
KWin script to let snapped window edges stick together when one window is resized.
here I have awindow
thatis
beingresized
:)The text was updated successfully, but these errors were encountered: