pinwheel: Set dpi scaling in hyprland
This commit is contained in:
@@ -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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user