pinwheel: Set dpi scaling in hyprland

This commit is contained in:
Alexander Heldt
2023-08-22 19:47:14 +02:00
parent 79be284e7d
commit d91c831a0c

View File

@@ -153,7 +153,11 @@
}; };
extraConfig = '' extraConfig = ''
exec-once = waybar exec-once = waybar
monitor=eDP-1, 1920x1200@60, 0x0, 1
env = GDK_DPI_SCALE,1.5
env = XCURSOR_SIZE,64
''; '';
settings = { settings = {
@@ -161,6 +165,10 @@
animations.enabled = false; animations.enabled = false;
xwayland = {
force_zero_scaling = true;
};
input = { input = {
kb_layout = "se"; kb_layout = "se";