.dotfiles/.config/qutebrowser/config.py

11 lines
177 B
Python
Raw Normal View History

import keybindings
2022-05-15 21:46:53 +00:00
import common
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)
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