Switch to Qt5 for qutebrowser to fix blurry text when scaled
This commit is contained in:
parent
85dc4ee211
commit
6e98ffa1f7
|
@ -1,11 +1,13 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
stylix.targets.qutebrowser.enable = true;
|
||||
programs.qutebrowser = {
|
||||
enable = true;
|
||||
package = pkgs.qutebrowser-qt5; # Qt6 currently looks blurry with scaling on Wayland
|
||||
loadAutoconfig = false;
|
||||
enableDefaultBindings = true; # For now...
|
||||
searchEngines = rec {
|
||||
|
|
Loading…
Reference in a new issue