dotfiles/.config/qutebrowser/config.py

5 lines
184 B
Python
Raw Normal View History

2025-09-06 23:01:45 +02:00
config.load_autoconfig()
config.bind('<Ctrl+/>', 'hint links spawn --detach mpv {hint-url}')
config.source("./qutebrowser-solarized/solarized-dark.py")
2025-11-04 23:36:39 +01:00
c.colors.webpage.bg = "#ffffff"