#+title: Qutebrowser Configuration #+author: Preston Pan #+date: <2023-06-09 Fri> #+description: a catppuccin configuration for qutebrowser. #+auto_tangle: t * Configuration This is my qutebrowser configuration, meant to be used with my [[file:./nix.org][NixOS Configuration]], and is extra configuration on top of what I have there. #+begin_src python :tangle ../nix/qutebrowser.py config.bind(",m", "spawn mpv {url}") config.bind(",M", "hint links spawn mpv {hint-url}") #+end_src