stumpwm.stumpwm-contrib/util/beckon
2024-12-07 13:52:08 -05:00
..
beckon.asd beckon mouse 2020-05-05 13:59:29 +01:00
beckon.lisp beckon mouse 2020-05-05 13:59:29 +01:00
package.lisp typo 2024-12-07 13:52:08 -05:00
README.org beckon mouse 2020-05-05 13:59:29 +01:00

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