tangled
alpha
login
or
join now
m1emi1em.dev
/
nixos-flake
1
fork
atom
Personal NixOS flake
1
fork
atom
overview
issues
pulls
pipelines
feat(laptop): change wayland scaling to 1.5 ig
m1emi1em.dev
7 months ago
976209d1
63ba737c
+8
-7
1 changed file
expand all
collapse all
unified
split
laptop.nix
+8
-7
laptop.nix
···
33
33
home-manager.users.emily.wayland.windowManager = {
34
34
hyprland = {
35
35
settings = {
36
36
-
monitor = [ ",highres@highrr,auto,1"];
36
36
+
monitor = [ ",highres@highrr,auto,1.5"];
37
37
# env = [
38
38
# "AQ_DRM_DEVICES,/dev/dri/card2:/dev/dri/card1"
39
39
# ];
40
40
-
# xwayland = {
41
41
-
# force_zero_scaling = true;
42
42
-
# };
43
43
-
# env = [
44
44
-
# "GDK_SCALE,2"
45
45
-
# ];
40
40
+
xwayland = {
41
41
+
force_zero_scaling = true;
42
42
+
};
43
43
+
env = [
44
44
+
"GDK_SCALE,1.5"
45
45
+
"XCURSOR_SIZE,32"
46
46
+
];
46
47
};
47
48
};
48
49
};