diff options
Diffstat (limited to '.stumpwm.d/commands.lisp')
-rw-r--r-- | .stumpwm.d/commands.lisp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.stumpwm.d/commands.lisp b/.stumpwm.d/commands.lisp index dc9204d..5a87d6e 100644 --- a/.stumpwm.d/commands.lisp +++ b/.stumpwm.d/commands.lisp @@ -19,11 +19,13 @@ (stumpwm:run-shell-command (concatenate 'string "nyxt -r -e '(" ,command "\"" ,search-url query "\"" ")'")))) -(defvar thanos-searxng "https://search.thanosapollo.com/?q=") +(defvar duckduckgo "https://duckduckgo.com/?q=") +(defvar github "https://github.com/search?q=") -(defnyxt-search "searxng" thanos-searxng "buffer-load") -(defnyxt-search "searxng-newb" thanos-searxng "set-url-new-buffer :url") +(defnyxt-search "duck" duckduckgo "buffer-load") +(defnyxt-search "duck-newb" duckduckgo "set-url-new-buffer :url") (defnyxt-search "http" "http://" "buffer-load") +(defnyxt-search "gh" github "buffer-load") ;; Sly setup (ql:quickload :slynk) |