diff --git a/.bin/dexec_browser b/.bin/dexec_browser index 522a4f8..9a8d599 100755 --- a/.bin/dexec_browser +++ b/.bin/dexec_browser @@ -45,9 +45,11 @@ Crates.io DuckDuckGo Web Search DuckDuckGo Image Search Startpage Web Search +Kagi Web Search GLIB Documentation Github LibSOUP Documentation +Webkit Documentation Marc Info MessageID Marc Info OpenBSD Misc List Marc Info OpenBSD Ports CVS @@ -77,6 +79,7 @@ Zalando" gopher*) DEFAULT="OPEN (default)"; ;; g_*) DEFAULT="GLIB Documentation (default)"; ;; [Ss]oup_*) DEFAULT="LibSOUP Documentation (default)"; ;; + [Ww]ebkit_*) DEFAULT="Webkit Documentation (default)"; ;; www.*) DEFAULT="OPEN (default)"; C="http://${C}"; ;; \<*@*\>) DEFAULT="Marc Info Message ID (default)"; ;; *.com|*.de|*.net|*.org) DEFAULT="OPEN (default)"; C="http://${C}"; ;; @@ -84,7 +87,7 @@ Zalando" *.io|*.sh|*.pw|*.party) DEFAULT="OPEN (default)"; C="http://${C}"; ;; *.coffee|*.me|*.cloud) DEFAULT="OPEN (default)"; C="http://${C}"; ;; *.[a-zA-Z]*/*) DEFAULT="OPEN (default)"; C="http://${C}"; ;; - *) DEFAULT="DuckDuckGo Web Search (default)"; ;; + *) DEFAULT="Kagi Web Search (default)"; ;; esac local S="$(printf "%s\n%s" "${DEFAULT}" "${SE}" \ @@ -104,6 +107,8 @@ Zalando" Startpage*) URI="https://eu.startpage.com/do/search?prfe=00d4bb7f075582be9304aaad813ac6b4dc4bd733a098955c35c0586a99eaddf123ac81f1301f1e4f06fd014082141134ec5e0c5441250cf4c05557bed28fcfbced8de0007d01a0254332962533&query=${C}"; ;; D*Ima*) URI="https://duckduckgo.com/?q=${C}&iax=images&ia=images"; ;; S*Web*) URI="https://searx.bar/search?q=${C}&category_general=on"; ;; + Kagi*Web*) URI="https://kagi.com/search?q=${C}"; ;; + Webkit*) URI="https://webkitgtk.org/reference/webkit2gtk/2.42.5/?q=${C}"; ;; S*Ima*) URI="https://searx.bar/search?q=${C}&category_images=on"; ;; Tor*Lee*) URI="https://www.torrentleech.org/torrents/browse/index/query/${C}"; ;; W*DE*) URI="https://de.m.wikipedia.org/wiki/Spezial:Suche/${C}"; ;; diff --git a/.cwmrc b/.cwmrc index a2e6896..5eb92f5 100644 --- a/.cwmrc +++ b/.cwmrc @@ -37,7 +37,6 @@ bind-key M-w dexec_work bind-key M-p dexec_pim bind-key MS-p dexec_pass bind-key MS-f dexec_browser -bind-key M-l dexec_findwin bind-key M-r window-menu-label bind-key M-f window-maximize @@ -52,6 +51,7 @@ bind-key MS-r restart bind-key M-Prior window-raise bind-key M-Next window-lower bind-key M-t window-vtile +bind-key MS-t window-htile bind-key M-minus window-vmaximize bind-key MS-minus window-hmaximize diff --git a/.kshrc b/.kshrc index 39d98cf..0952509 100644 --- a/.kshrc +++ b/.kshrc @@ -111,6 +111,7 @@ alias muttrc="vim ~/.mutt/rc-common" alias vimrc="vim ~/.vim/vimrc" alias luakitrc="vim ~/.config/luakit/rc.lua" alias spectrwmrc="vim ~/.config/spectrwm/spectrwm.conf" +alias cwmrc="vim ~/.cwmrc" alias vifmrc="vim ~/.config/vifm/vifmrc" alias tmuxrc="vim ~/.tmux.conf"