Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 636 Bytes

README.org

File metadata and controls

29 lines (23 loc) · 636 Bytes

browse – open the default browser

Purpose

  • Open a web browser using the portable `xdg-open` (from xdg-utils) function. This
  • opens your “default browser”, which must be set elsewhere.

Dependency

xdg-open must be installed.

Config

  • 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")

License

GNU GPL v3