From b35c101bdbe39b43b91a43b23cd9f783d094f701 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Mon, 11 Dec 2023 00:57:23 +0100 Subject: [PATCH] qutebrowser: update config --- qutebrowser/.config/qutebrowser/config.py | 2 +- .../qutebrowser/userscripts/qute-keepassxc | 17 ++--------------- .../.config/qutebrowser/userscripts/view_in_mpv | 0 3 files changed, 3 insertions(+), 16 deletions(-) mode change 100644 => 100755 qutebrowser/.config/qutebrowser/userscripts/view_in_mpv diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py index 22c00600..3259d9c6 100644 --- a/qutebrowser/.config/qutebrowser/config.py +++ b/qutebrowser/.config/qutebrowser/config.py @@ -1261,7 +1261,7 @@ config.unbind('ga') config.bind('ge', 'scroll-to-perc 100') config.bind('gg', 'scroll-to-perc 0') config.bind('gh', 'open duckduckgo.com') -config.bind('pw', 'spawn --userscript qute-keepassxc --key 285D16B66B11BD45BFD57B6CB22C3113D0E83104') +config.bind('pw', 'spawn --userscript qute-keepassxc --key 285D16B66B11BD45BFD57B6CB22C3113D0E83104', mode='normal') config.bind('tG', 'home') config.bind('tda', 'tab-only') config.bind('tg1', 'tab-give 1') diff --git a/qutebrowser/.config/qutebrowser/userscripts/qute-keepassxc b/qutebrowser/.config/qutebrowser/userscripts/qute-keepassxc index 61a6c7bc..d5970cfe 100755 --- a/qutebrowser/.config/qutebrowser/userscripts/qute-keepassxc +++ b/qutebrowser/.config/qutebrowser/userscripts/qute-keepassxc @@ -2,20 +2,7 @@ # Copyright (c) 2018-2021 Markus Blöchl # -# This file is part of qutebrowser. -# -# qutebrowser is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# qutebrowser is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with qutebrowser. If not, see . +# SPDX-License-Identifier: GPL-3.0-or-later """ # Introduction @@ -91,7 +78,7 @@ insert mode if you prefer that). [2]: https://qutebrowser.org/ [3]: https://gnupg.org/ [4]: https://github.com/keepassxreboot/keepassxc-browser/blob/develop/keepassxc-protocol.md -[5]: https://github.com/qutebrowser/qutebrowser/blob/master/doc/userscripts.asciidoc +[5]: https://github.com/qutebrowser/qutebrowser/blob/main/doc/userscripts.asciidoc [6]: https://keepassxc.org/docs/KeePassXC_GettingStarted.html#_setup_browser_integration """ diff --git a/qutebrowser/.config/qutebrowser/userscripts/view_in_mpv b/qutebrowser/.config/qutebrowser/userscripts/view_in_mpv old mode 100644 new mode 100755 -- 2.51.2