marketplace/utility

Window Essentials

Alt-drag any window to move it, Alt-right-drag to resize, plus pin and half-screen slot keys.

@rebindv0.1.0free

More install options
$rebind install @rebind/window-essentials

Gallery

Window Essentials preview

Readme

Move and size windows without hunting for their edges.

Drag

  • Alt + left drag moves the window under the cursor.
  • Alt + right drag resizes it from the bottom-right corner.

A maximized window is left where it is. Turn the drag behaviour off in the Drag tab if you only want the keys.

Keys

Hold the modifier (default Ctrl+Alt) and press:

KeyAction
LeftWindow fills the left half of the work area
RightWindow fills the right half
UpMaximize
DownRestore
PPin the window above others, press again to unpin

The work area is the monitor under the cursor, minus the taskbar. Pins are released when the script stops. Restart the script after changing a key.

Platform

Windows. macOS window operations are not handle-targeted yet, so this package does not run there.

Limits

  • Left and right clicks are captured system wide while the script runs. Clicks without Alt are passed straight through, but they do pass through the Rebind Engine first, and some games treat the result as synthetic input.
  • Some fullscreen and DirectX apps ignore pinning and repaint over pinned windows.

Reviews

No reviews yet. Write a review in the app.

Source

Version 0.1.0 (current)

README.md

# Window Essentials

Move and size windows without hunting for their edges.

## Drag

- **Alt + left drag** moves the window under the cursor.
- **Alt + right drag** resizes it from the bottom-right corner.

A maximized window is left where it is. Turn the drag behaviour off in the Drag tab if you only want the keys.

## Keys

Hold the modifier (default Ctrl+Alt) and press:

| Key | Action |
|---|---|
| Left | Window fills the left half of the work area |
| Right | Window fills the right half |
| Up | Maximize |
| Down | Restore |
| P | Pin the window above others, press again to unpin |

The work area is the monitor under the cursor, minus the taskbar. Pins are released when the script stops. Restart the script after changing a key.

## Platform

Windows. macOS window operations are not handle-targeted yet, so this package does not run there.

## Limits

- Left and right clicks are captured system wide while the script runs. Clicks without Alt are passed straight through, but they do pass through the Rebind Engine first, and some games treat the result as synthetic input.
- Some fullscreen and DirectX apps ignore pinning and repaint over pinned windows.