- Open a web browser using the portable `xdg-open` (from xdg-utils) function. This
- opens your “default browser”, which must be set elsewhere.
xdg-open
must be installed.
- Use this in your StumpWM init file:
(load-module "browse")
- Bind `browse` to a key.
(define-key *root-map* (kbd "B") "browse")
- Set homepage (default: `about:blank`).
(setf *homepage* "https://spensertruex.com")
GNU GPL v3