Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 568 Bytes

README.org

File metadata and controls

29 lines (24 loc) · 568 Bytes

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