Add .e hooks

This commit is contained in:
Tobias Reisinger 2024-01-25 15:23:05 +01:00
parent 9d6ccb11f3
commit ab1a098efb
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 21 additions and 3 deletions

View file

@ -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

View file

@ -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={}',