dotfiles/.config/qutebrowser/config.py

5 lines
224 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}')
c.editor.command = ["kate", "{file}", "-l", "{line}", "-c", "{column}"]
config.source("./qutebrowser-solarized/solarized-dark.py")