added searchengine to qutebrowser
This commit is contained in:
parent
4546c12a74
commit
3b1816e33c
|
@ -1 +1 @@
|
||||||
Subproject commit 3c808cbb4f9c87be43ba5241bc57373c793d2f17
|
Subproject commit f6cb5a5c2b404cdaceaff193b9c52317f62c62f7
|
|
@ -68,3 +68,8 @@ https://writeup.raw.pm/ Write-up Factory
|
||||||
https://www.wietzebeukema.nl/powershell-securestring-decoder/ PowerShell: ConvertFrom-SecureString decoder
|
https://www.wietzebeukema.nl/powershell-securestring-decoder/ PowerShell: ConvertFrom-SecureString decoder
|
||||||
https://genneko.github.io/playing-with-bsd/networking/freebsd-vlan/ Understanding VLAN Configuration on FreeBSD - genneko
|
https://genneko.github.io/playing-with-bsd/networking/freebsd-vlan/ Understanding VLAN Configuration on FreeBSD - genneko
|
||||||
https://clinta.github.io/freebsd-jails-the-hard-way/ https://clinta.github.io/freebsd-jails-the-hard-way/
|
https://clinta.github.io/freebsd-jails-the-hard-way/ https://clinta.github.io/freebsd-jails-the-hard-way/
|
||||||
|
https://asciiflow.com/#/ ASCIIFlow
|
||||||
|
https://blog.haraschak.com/the-journey-from-ezjail-to-jail-conf/ The journey from ezjail to jail.conf
|
||||||
|
https://www.cyberciti.biz/open-source/freebsd-13-released-how-to-update-upgrade-freebsd-12-to-13/ FreeBSD 13 released: Here is how to upgrade FreeBSD 12 to 13 - nixCraft
|
||||||
|
https://help.nextcloud.com/t/nextcloud-21-update-with-command-line-not-working-updated-php8-before-nextcloud-21/108983 Nextcloud 21 update with command line not working, updated php8 before Nextcloud 21 - 📦 Appliances (Docker, Snappy, VM, NCP, AIO) - Nextcloud community
|
||||||
|
https://forums.freebsd.org/threads/experience-with-nut.84949/ Experience with nut | The FreeBSD Forums
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 78bb72b4c60b421c8ea64dd7c960add6add92f83
|
Subproject commit 715ebccaf8131eddaef3ef6960580735e4525244
|
|
@ -1,4 +1,4 @@
|
||||||
import catppuccin
|
# import catppuccin
|
||||||
|
|
||||||
|
|
||||||
# load your autoconfig, use this, if the rest of your config is empty!
|
# load your autoconfig, use this, if the rest of your config is empty!
|
||||||
|
@ -8,7 +8,7 @@ config.load_autoconfig()
|
||||||
# valid options are 'mocha', 'macchiato', 'frappe', and 'latte'
|
# valid options are 'mocha', 'macchiato', 'frappe', and 'latte'
|
||||||
# last argument (optional, default is False):
|
# last argument (optional, default is False):
|
||||||
# enable the plain look for the menu rows
|
# enable the plain look for the menu rows
|
||||||
catppuccin.setup(c, 'mocha', True)
|
# catppuccin.setup(c, 'mocha', True)
|
||||||
|
|
||||||
# config.set("colors.webpage.darkmode.enabled", True)
|
# config.set("colors.webpage.darkmode.enabled", True)
|
||||||
# config.set("colors.webpage.preferred_color_scheme", "dark")
|
# config.set("colors.webpage.preferred_color_scheme", "dark")
|
||||||
|
@ -27,3 +27,7 @@ c.content.blocking.adblock.lists = ['https://easylist.to/easylist/easylist.txt',
|
||||||
'https://easylist.to/easylist/easyprivacy.txt']
|
'https://easylist.to/easylist/easyprivacy.txt']
|
||||||
# Autoplay
|
# Autoplay
|
||||||
c.content.autoplay = False
|
c.content.autoplay = False
|
||||||
|
|
||||||
|
c.url.searchengines = {
|
||||||
|
'DEFAULT': 'https://search.brave.com/search?q={}'
|
||||||
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8bcbb2995822c4062d00cb41df713fd76092f04f
|
Subproject commit 3611c32d60f7478570d0f705466c307f66ed689a
|
|
@ -1 +1 @@
|
||||||
Subproject commit e0d131d95364edf940a70127fcb5748b86e6955e
|
Subproject commit 245eaf8e50fe440729056ce8d4e7e2bb5b1ff9c9
|
|
@ -1 +1 @@
|
||||||
Subproject commit bf2885a95efdad7bd5e4794dd0213917770d79b7
|
Subproject commit f1ecde848f0cdba877acb0c740320568252cc482
|
|
@ -1 +1 @@
|
||||||
Subproject commit d15d63bf9c4a74a02470d4bc8ecce53df13e3a75
|
Subproject commit b96a75985736da969ac38b72a7716a8c57bdde98
|
|
@ -1 +1 @@
|
||||||
Subproject commit be563539754b7af22bbe842ef217d4463f73468c
|
Subproject commit 8de7694c0aeda253073098bbc9fb890b2902ddb8
|
|
@ -1 +1 @@
|
||||||
Subproject commit 36ff7abb6b60980338344982ad4cdf03f7961ecd
|
Subproject commit 76c4e32d8f1aa493bb68d4a3fcd3c700395c303c
|
|
@ -1 +1 @@
|
||||||
Subproject commit e87cd90dc09c2a203e13af9704bd0ef79303d755
|
Subproject commit 64a654ef4a20db1727938338310209b6a63f60c9
|
|
@ -1 +1 @@
|
||||||
Subproject commit 72f80973021957741ceca35e488fce5b430faeea
|
Subproject commit 77c86cb5db8960d224f2a866120893e61d62f5e8
|
|
@ -1 +1 @@
|
||||||
Subproject commit b3b838d690f315a503ec4af8c634bdff3b200aaf
|
Subproject commit 4a745ea72fa93bb15dd077109afbb3d1809383f2
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8a2f8199b689b93fe4391a8ba1d97dd84b86ebd6
|
Subproject commit 6620e5fbbe6a28de0bfed081f5bd2767023b7eea
|
|
@ -1 +1 @@
|
||||||
Subproject commit bc8a81d3592dab86334f27d1d43c080ebf680d42
|
Subproject commit f5393cfee07aeb666f4d75f9b3a83163862fb094
|
Loading…
Reference in New Issue