Merge branch 'main' into ghostty

This commit is contained in:
Miguel Palhas
2025-01-06 10:49:56 +00:00
7 changed files with 20 additions and 3 deletions
+4
View File
@@ -38,6 +38,10 @@
"move cursor -50% -50%, class:thunar"
"size 800 600, class:thunar"
];
env = [
"GDK_SCALE, 1.5"
];
};
programs.kitty.settings.font_size = 12;
+1 -1
View File
@@ -13,7 +13,7 @@ in
{
wayland.windowManager.hyprland.settings = {
monitor = [
"eDP-1, preferred, 0x0, auto, bitdepth, 8"
"eDP-1, preferred, 0x0, 1, bitdepth, 8"
];
};
+5
View File
@@ -26,6 +26,11 @@
mtr
dnsutils
# networking
networkmanagerapplet
mtr
dnsutils
# communication
slack
zoom-us
@@ -68,7 +68,6 @@ in
};
env = [
"GDK_SCALE, 2"
"XCURSOR_SIZE, 32"
"HYPRCURSOR_THEME, rose-pine-hyprcursor"
"HYPRCURSOR_SIZE, 24"
+4
View File
@@ -46,6 +46,10 @@
"move 100%-800 100%-800, class:ethui"
"noinitialfocus, class:ethui"
];
env = [
"GDK_SCALE, 2"
];
};
programs.kitty.settings.font_size = 12;