Update configs

This commit is contained in:
Tobias Reisinger 2023-10-18 23:51:45 +02:00
parent 72da0ef04a
commit 12349398f3
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 18 additions and 5 deletions

View file

@ -5,6 +5,9 @@ def init(c):
# ungoogled-chromium
c.bind(',b', 'spawn chromium {url}')
c.bind(',B', 'hint links spawn chromium {hint-url}')
# firefox
c.bind(',f', 'spawn firefox {url}')
c.bind(',F', 'hint links spawn firefox {hint-url}')
c.bind(',j', 'spawn --userscript format_json dracula')