stumpwm.stumpwm-contrib/util/surfraw
2024-09-29 12:41:32 +03:00
..
auto-commands.lisp surfraw: refactor and add autocomplete 2024-09-29 12:41:32 +03:00
package.lisp surfraw: refactor and add autocomplete 2024-09-29 12:41:32 +03:00
README.org Update README.org 2022-04-28 21:38:39 +00:00
surfraw.asd surfraw: refactor and add autocomplete 2024-09-29 12:41:32 +03:00
surfraw.lisp surfraw: refactor and add autocomplete 2024-09-29 12:41:32 +03:00

Commentary

I like surfraw. If you're reading this, you probably like surfraw. I've got surfraw-related code in my .stumpwmrc, and (judging from some judicious googling for RC files early on in my use of stumpwm) I know that I'm not the only one. So it seemed like a good idea to just put that code in a library.

Usage

Just add the following line to your .stumpwmrc file:

(load-module "surfraw")

…and then either call the functions here with "colon" (C-t ;) or bind them to a key. I figure other people will probably have different key preferences than I have, so I leave them entirely up to you.

If you want to use the bookmark functions, don't forget to tell stumpwm where your *surfraw-bookmark-file* is.

Note that there are also "surfraw-selection" variants on each command that work on the X selection.