From f107739228c621fed061fbcdb37c641c262a5d95 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 6 Oct 2023 17:35:24 +0300 Subject: stumpwm: Update search functions & keybindings --- .stumpwm.d/commands.lisp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.stumpwm.d/commands.lisp') 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) -- cgit v1.2.3