qutebrowser: 1.3.1 -> 1.4.1
This commit is contained in:
parent
2f10157648
commit
63b4e06098
@ -12,4 +12,5 @@ with pkgs;
|
|||||||
dhall
|
dhall
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
manix
|
manix
|
||||||
|
qutebrowser
|
||||||
]
|
]
|
||||||
|
@ -87,14 +87,6 @@ c.content.local_content_can_access_file_urls = True
|
|||||||
# Type: Bool
|
# Type: Bool
|
||||||
c.content.local_storage = True
|
c.content.local_storage = True
|
||||||
|
|
||||||
# Allow websites to record audio/video.
|
|
||||||
# Type: BoolAsk
|
|
||||||
# Valid values:
|
|
||||||
# - true
|
|
||||||
# - false
|
|
||||||
# - ask
|
|
||||||
c.content.media_capture = 'ask'
|
|
||||||
|
|
||||||
# Enable plugins in Web pages.
|
# Enable plugins in Web pages.
|
||||||
# Type: Bool
|
# Type: Bool
|
||||||
c.content.plugins = False
|
c.content.plugins = False
|
||||||
|
@ -24,7 +24,7 @@ in
|
|||||||
(final: prev: {
|
(final: prev: {
|
||||||
# wrapper to specify config file
|
# wrapper to specify config file
|
||||||
qute = prev.writeShellScriptBin "qute" ''
|
qute = prev.writeShellScriptBin "qute" ''
|
||||||
QT_QPA_PLATFORMTHEME= exec ${prev.qutebrowser}/bin/qutebrowser -C /etc/xdg/qutebrowser/config.py "$@"
|
QT_QPA_PLATFORMTHEME= exec ${final.qutebrowser}/bin/qutebrowser -C /etc/xdg/qutebrowser/config.py "$@"
|
||||||
'';
|
'';
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user