mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
568 B
568 B
beckon – bring the mouse here
Purpose
- Summon the mouse to the current window
Dependency
None
Config
- 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)
License
GNU GPL v3