fix: pixelated content in qutebrowser with fractionnal scaling

This commit is contained in:
Yorick Barbanneau 2024-05-01 23:25:18 +02:00
parent 70b39e5e7f
commit f63a44bfa0
4 changed files with 5 additions and 30 deletions

View file

@ -1,9 +0,0 @@
_: {
security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
};
}

View file

@ -1,3 +0,0 @@
_: {
security.pam.services.swaylock = {};
}

View file

@ -1,18 +0,0 @@
{ pkgs, ...}:
{
xdg.portal = {
enable = true;
wlr.enable = true;
# gtk portal needed to make gtk apps happy
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
config = {
common = {
default = [
"gtk"
];
"org.freedesktop.impl.portal.ScreenCast" = "wlr";
"org.freedesktop.impl.portal.Screenshot" = "wlr";
};
};
};
}