- Summon the mouse to the current window
None
- Use this in your StumpWM init file:
(load-module "beckon")- Bind `beckon` to a key.
(define-key *root-map* (kbd "B") "beckon")- Optionally set fractional position in current window (default: 0.5 for both).
(setf *window-height-fraction* 0.5)
(setf *window-width-fraction* 0.5)GNU GPL v3