better scaling for SDDM
This commit is contained in:
parent
26e7c42e89
commit
7149b8a7e7
|
@ -186,6 +186,12 @@ in
|
||||||
services.displayManager.sddm = {
|
services.displayManager.sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wayland.enable = true;
|
wayland.enable = true;
|
||||||
|
settings = {
|
||||||
|
General = {
|
||||||
|
# ensure we have proper scaling
|
||||||
|
GreeterEnvironment = "QT_WAYLAND_SHELL_INTEGRATION=layer-shell,QT_SCREEN_SCALE_FACTORS=1.5";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# enable sound with PipeWire
|
# enable sound with PipeWire
|
||||||
|
|
Loading…
Reference in a new issue