From 958063f086e1bfd7d75208dae9339acec33b1942 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 20 Jul 2023 12:08:08 +0200 Subject: kusanagi with non-persistent home --- qutebrowser/config.py | 4 ++++ qutebrowser/quickmarks | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 qutebrowser/config.py create mode 100644 qutebrowser/quickmarks (limited to 'qutebrowser') diff --git a/qutebrowser/config.py b/qutebrowser/config.py new file mode 100644 index 0000000..3245e62 --- /dev/null +++ b/qutebrowser/config.py @@ -0,0 +1,4 @@ +config.load_autoconfig(False) # disable saved configs + +c.hints.chars = "qsdjflkmazeruiopghwxcvn" +config.bind('ed', 'download-open') diff --git a/qutebrowser/quickmarks b/qutebrowser/quickmarks new file mode 100644 index 0000000..69a941d --- /dev/null +++ b/qutebrowser/quickmarks @@ -0,0 +1,6 @@ +sp https://search.nixos.org/packages +so https://search.nixos.org/options? +hs https://mipmip.github.io/home-manager-option-search/ +grgit https://git.deuxfleurs.fr/Deuxfleurs/garage +hq https://garagehq.deuxfleurs.fr +man https://guide.deuxfleurs.fr -- cgit v1.2.3