Update 2024-10-03 10:21 OpenBSD/amd64-t14
This commit is contained in:
parent
c21258b0ee
commit
99f54afeba
@ -45,9 +45,11 @@ Crates.io
|
|||||||
DuckDuckGo Web Search
|
DuckDuckGo Web Search
|
||||||
DuckDuckGo Image Search
|
DuckDuckGo Image Search
|
||||||
Startpage Web Search
|
Startpage Web Search
|
||||||
|
Kagi Web Search
|
||||||
GLIB Documentation
|
GLIB Documentation
|
||||||
Github
|
Github
|
||||||
LibSOUP Documentation
|
LibSOUP Documentation
|
||||||
|
Webkit Documentation
|
||||||
Marc Info MessageID
|
Marc Info MessageID
|
||||||
Marc Info OpenBSD Misc List
|
Marc Info OpenBSD Misc List
|
||||||
Marc Info OpenBSD Ports CVS
|
Marc Info OpenBSD Ports CVS
|
||||||
@ -77,6 +79,7 @@ Zalando"
|
|||||||
gopher*) DEFAULT="OPEN (default)"; ;;
|
gopher*) DEFAULT="OPEN (default)"; ;;
|
||||||
g_*) DEFAULT="GLIB Documentation (default)"; ;;
|
g_*) DEFAULT="GLIB Documentation (default)"; ;;
|
||||||
[Ss]oup_*) DEFAULT="LibSOUP Documentation (default)"; ;;
|
[Ss]oup_*) DEFAULT="LibSOUP Documentation (default)"; ;;
|
||||||
|
[Ww]ebkit_*) DEFAULT="Webkit Documentation (default)"; ;;
|
||||||
www.*) DEFAULT="OPEN (default)"; C="http://${C}"; ;;
|
www.*) DEFAULT="OPEN (default)"; C="http://${C}"; ;;
|
||||||
\<*@*\>) DEFAULT="Marc Info Message ID (default)"; ;;
|
\<*@*\>) DEFAULT="Marc Info Message ID (default)"; ;;
|
||||||
*.com|*.de|*.net|*.org) DEFAULT="OPEN (default)"; C="http://${C}"; ;;
|
*.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}"; ;;
|
*.io|*.sh|*.pw|*.party) DEFAULT="OPEN (default)"; C="http://${C}"; ;;
|
||||||
*.coffee|*.me|*.cloud) DEFAULT="OPEN (default)"; C="http://${C}"; ;;
|
*.coffee|*.me|*.cloud) DEFAULT="OPEN (default)"; C="http://${C}"; ;;
|
||||||
*.[a-zA-Z]*/*) 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
|
esac
|
||||||
|
|
||||||
local S="$(printf "%s\n%s" "${DEFAULT}" "${SE}" \
|
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}"; ;;
|
Startpage*) URI="https://eu.startpage.com/do/search?prfe=00d4bb7f075582be9304aaad813ac6b4dc4bd733a098955c35c0586a99eaddf123ac81f1301f1e4f06fd014082141134ec5e0c5441250cf4c05557bed28fcfbced8de0007d01a0254332962533&query=${C}"; ;;
|
||||||
D*Ima*) URI="https://duckduckgo.com/?q=${C}&iax=images&ia=images"; ;;
|
D*Ima*) URI="https://duckduckgo.com/?q=${C}&iax=images&ia=images"; ;;
|
||||||
S*Web*) URI="https://searx.bar/search?q=${C}&category_general=on"; ;;
|
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"; ;;
|
S*Ima*) URI="https://searx.bar/search?q=${C}&category_images=on"; ;;
|
||||||
Tor*Lee*) URI="https://www.torrentleech.org/torrents/browse/index/query/${C}"; ;;
|
Tor*Lee*) URI="https://www.torrentleech.org/torrents/browse/index/query/${C}"; ;;
|
||||||
W*DE*) URI="https://de.m.wikipedia.org/wiki/Spezial:Suche/${C}"; ;;
|
W*DE*) URI="https://de.m.wikipedia.org/wiki/Spezial:Suche/${C}"; ;;
|
||||||
|
2
.cwmrc
2
.cwmrc
@ -37,7 +37,6 @@ bind-key M-w dexec_work
|
|||||||
bind-key M-p dexec_pim
|
bind-key M-p dexec_pim
|
||||||
bind-key MS-p dexec_pass
|
bind-key MS-p dexec_pass
|
||||||
bind-key MS-f dexec_browser
|
bind-key MS-f dexec_browser
|
||||||
bind-key M-l dexec_findwin
|
|
||||||
bind-key M-r window-menu-label
|
bind-key M-r window-menu-label
|
||||||
|
|
||||||
bind-key M-f window-maximize
|
bind-key M-f window-maximize
|
||||||
@ -52,6 +51,7 @@ bind-key MS-r restart
|
|||||||
bind-key M-Prior window-raise
|
bind-key M-Prior window-raise
|
||||||
bind-key M-Next window-lower
|
bind-key M-Next window-lower
|
||||||
bind-key M-t window-vtile
|
bind-key M-t window-vtile
|
||||||
|
bind-key MS-t window-htile
|
||||||
|
|
||||||
bind-key M-minus window-vmaximize
|
bind-key M-minus window-vmaximize
|
||||||
bind-key MS-minus window-hmaximize
|
bind-key MS-minus window-hmaximize
|
||||||
|
1
.kshrc
1
.kshrc
@ -111,6 +111,7 @@ alias muttrc="vim ~/.mutt/rc-common"
|
|||||||
alias vimrc="vim ~/.vim/vimrc"
|
alias vimrc="vim ~/.vim/vimrc"
|
||||||
alias luakitrc="vim ~/.config/luakit/rc.lua"
|
alias luakitrc="vim ~/.config/luakit/rc.lua"
|
||||||
alias spectrwmrc="vim ~/.config/spectrwm/spectrwm.conf"
|
alias spectrwmrc="vim ~/.config/spectrwm/spectrwm.conf"
|
||||||
|
alias cwmrc="vim ~/.cwmrc"
|
||||||
alias vifmrc="vim ~/.config/vifm/vifmrc"
|
alias vifmrc="vim ~/.config/vifm/vifmrc"
|
||||||
alias tmuxrc="vim ~/.tmux.conf"
|
alias tmuxrc="vim ~/.tmux.conf"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user