[nix] Bump qutebrowser to Qt6 build and adapt config

This commit is contained in:
Sebastian Schulze 2023-04-13 22:42:45 +02:00
parent 406aa3b052
commit 3c05a4caf9
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
2 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ in
pkgs.vulkan-validation-layers
pkgs.darktable
pkgs.foot
unstable.pkgs.qutebrowser
unstable.pkgs.qutebrowser-qt6
pkgs.delta
pkgs.any-nix-shell
pkgs.socat

View File

@ -65,7 +65,7 @@ config.bind(',su', 'spawn -u send-url')
config.bind(',sp', 'spawn -u send-url baschtfon')
config.bind(',aw', 'set content.webgl true')
config.bind(',ac', 'set content.javascript.can_access_clipboard true')
config.bind(',ac', 'set content.javascript.clipboard access')
config.bind(',b', 'open https://read.yakshed.org/bookmarklet?url={url}')
config.bind(',y', 'open https://social.yakshed.org/authorize_interaction?uri={url}')
@ -94,7 +94,7 @@ for domain in ['www.windy.com', "experience.arcgis.com", "figma.com"]:
## JS Clipboard Access
for domain in ['wordle.at', 'https://www.nytimes.com/games/wordle/index.html']:
config.set('content.javascript.can_access_clipboard', True, domain)
config.set('content.javascript.clipboard', "access", domain)
# base16-qutebrowser (https://github.com/theova/base16-qutebrowser)
# Base16 qutebrowser template by theova and Daniel Mulford