]> Freerunner's - dotfiles.git/commitdiff
qutebrowser: update config
authorAndre Ramnitz <tux.rising@gmail.com>
Sun, 10 Dec 2023 23:57:23 +0000 (00:57 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:52 +0000 (18:18 +0200)
qutebrowser/.config/qutebrowser/config.py
qutebrowser/.config/qutebrowser/userscripts/qute-keepassxc
qutebrowser/.config/qutebrowser/userscripts/view_in_mpv [changed mode: 0644->0755]

index 22c00600273e5198f6783f9d9a32ad1c2be2d889..3259d9c6a6da4856cd0413cb0b13ee0f11a08996 100644 (file)
@@ -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')
index 61a6c7bceb8bd1e7aaacb18ab5fb85477ff42a2a..d5970cfedee4d7ae08a87326c507f273ddcc4a1e 100755 (executable)
@@ -2,20 +2,7 @@
 
 # Copyright (c) 2018-2021 Markus Blöchl <ususdei@gmail.com>
 #
-# 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 <https://www.gnu.org/licenses/>.
+# 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
 """