Removed fractional scaling
This commit is contained in:
parent
b320f5bfd4
commit
698342f597
|
@ -131,7 +131,7 @@ in {
|
||||||
# TODO: Should this live at the system configuration level?
|
# TODO: Should this live at the system configuration level?
|
||||||
output = {
|
output = {
|
||||||
"*".bg = "${user_cfg.xdg.dataHome}/${cfg.wallpaperPath} fill";
|
"*".bg = "${user_cfg.xdg.dataHome}/${cfg.wallpaperPath} fill";
|
||||||
"eDP-1".scale = "1.25";
|
"eDP-1".scale = "1";
|
||||||
"Dell Inc. DELL S2721QS 4FR7M43".position = "0 0";
|
"Dell Inc. DELL S2721QS 4FR7M43".position = "0 0";
|
||||||
"Dell Inc. DELL S2721QS 47W7M43".position = "0 2160";
|
"Dell Inc. DELL S2721QS 47W7M43".position = "0 2160";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue