This commit is contained in:
Miguel Palhas
2025-01-05 09:32:16 +00:00
parent 4e6b6a0980
commit 0a767a7328
3 changed files with 8 additions and 1 deletions
+4
View File
@@ -37,6 +37,10 @@
"move cursor -50% -50%, class:thunar"
"size 800 600, class:thunar"
];
env = [
"GDK_SCALE, 1.5"
];
};
programs.kitty.settings.font_size = 12;
@@ -68,7 +68,6 @@ in
};
env = [
"GDK_SCALE, 1.5"
"XCURSOR_SIZE, 32"
"HYPRCURSOR_THEME, rose-pine-hyprcursor"
"HYPRCURSOR_SIZE, 24"
+4
View File
@@ -45,6 +45,10 @@
"move 100%-800 100%-800, class:ethui"
"noinitialfocus, class:ethui"
];
env = [
"GDK_SCALE, 2"
];
};
programs.kitty.settings.font_size = 12;