OXWMOXWM

Mouse & Gestures

Mouse bindings for window management

Mouse Bindings

OXWM uses the modifier key (set with oxwm.set_modkey()) for mouse actions.

BindingAction
Super+Button1 (drag)Move window
Super+Button3 (drag)Resize window

Setting the Modifier

oxwm.set_modkey("Mod4")  -- Super/Windows key
-- or
oxwm.set_modkey("Mod1")  -- Alt key

Focus Follows Mouse

By default, OXWM uses focus-follows-mouse: hovering over a window focuses it.

Tag Clicking

Click on tags in the status bar to switch to that tag.

On this page