feat: xwayland_force_zero_scaling
This commit is contained in:
parent
aeb3e4b244
commit
019d030186
3 changed files with 6 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{...} : {
|
||||
{...}: {
|
||||
age.secrets.speedtest-tracker = {
|
||||
file = ../../secrets/speedtest-tracker.age;
|
||||
owner = "root";
|
||||
|
|
|
|||
|
|
@ -118,6 +118,10 @@
|
|||
"col.inactive_border" = "0xffebdbb2";
|
||||
};
|
||||
|
||||
xwayland = {
|
||||
force_zero_scaling = true;
|
||||
};
|
||||
|
||||
# CURSOR
|
||||
cursor = {
|
||||
no_warps = true;
|
||||
|
|
|
|||
|
|
@ -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];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue