.dotfiles/.config/qutebrowser/config.py

16 lines
239 B
Python
Raw Normal View History

import keybindings
2022-05-15 21:46:53 +00:00
import common
2024-03-08 20:33:36 +00:00
import linkwarden
2021-03-30 20:53:39 +00:00
2020-10-02 09:28:49 +00:00
config.load_autoconfig()
keybindings.init(config)
2022-05-15 21:46:53 +00:00
common.init(c)
2024-04-17 23:30:58 +00:00
try:
linkwarden.init()
except:
pass
2020-10-02 09:28:49 +00:00
2021-07-12 10:23:38 +00:00
import socket
if socket.gethostname() == 'portalo':
c.zoom.default = 125