stumpwm.stumpwm-contrib/util/beckon/README.org
2020-05-05 13:59:29 +01:00

568 B
Raw Permalink Blame History

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