swapwindows

Description

This patch enables swapping the currently focused client (window) with the selected window on another monitor. It is useful for moving a window between monitors while preserving window focus and layout order.

Usage

After applying the patch, the following key binding is available by default:

MODKEY + Shift + /

This keybinding will:

focused window there.

You can customize this keybinding in your config.def.h file:

`c { MODKEY|ShiftMask, XK_slash, swapwindow, {0} }, `

Download

Author