blob: da7dccb0a5ef3f06499657b1a635a984693fe32f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#+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
|