feat: xwayland_force_zero_scaling

This commit is contained in:
s-prechtl 2025-07-06 16:00:54 +02:00
parent aeb3e4b244
commit 019d030186
3 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{...} : {
{...}: {
age.secrets.speedtest-tracker = {
file = ../../secrets/speedtest-tracker.age;
owner = "root";

View file

@ -118,6 +118,10 @@
"col.inactive_border" = "0xffebdbb2";
};
xwayland = {
force_zero_scaling = true;
};
# CURSOR
cursor = {
no_warps = true;

View file

@ -5,5 +5,5 @@ let
in {
"nextcloud.age".publicKeys = [hitsugibune key];
"onlyoffice.age".publicKeys = [hitsugibune key];
"speedtest-tracker.age".publicKeys = [ saberofxebec key ];
"speedtest-tracker.age".publicKeys = [saberofxebec key];
}