Add .e hooks
This commit is contained in:
parent
9d6ccb11f3
commit
ab1a098efb
4 changed files with 21 additions and 3 deletions
|
@ -22,7 +22,10 @@ export BEMENU_OPTS="--tb '#6272a4'\
|
|||
--sf '#50fa7b'\
|
||||
--scb '#282a36'\
|
||||
--scf '#ff79c6'\
|
||||
--list 25 --ignorecase -P '>' -p ''"
|
||||
--list 25\
|
||||
--ignorecase\
|
||||
--no-overlap\
|
||||
-P '>' -p ''"
|
||||
|
||||
export DMENU="bemenu"
|
||||
export DOCKER_BUILDKIT=1
|
||||
|
|
|
@ -28,7 +28,6 @@ def init(c):
|
|||
|
||||
c.qt.workarounds.remove_service_workers = True
|
||||
|
||||
c.url.default_page = 'dashboard.serguzim.me'
|
||||
c.url.searchengines = {
|
||||
'DEFAULT': 'https://duckduckgo.com/?q={}',
|
||||
'ddg': 'https://duckduckgo.com/?q={}',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue