Adjust scaling for eDP-1 (Ronin)
This commit is contained in:
parent
c6171c45b4
commit
0d2a38f9a7
2
Makefile
2
Makefile
|
@ -26,4 +26,4 @@ waybar:
|
||||||
-hyprctl dispatch exec waybar
|
-hyprctl dispatch exec waybar
|
||||||
|
|
||||||
home:
|
home:
|
||||||
nix run nixpkgs#home-manager switch --flake .
|
nix run nixpkgs#home-manager -- switch --flake .
|
||||||
|
|
|
@ -39,8 +39,6 @@
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window.eDP-1 * { font-size: 14px; }
|
|
||||||
|
|
||||||
window > box {
|
window > box {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|
|
@ -28,6 +28,6 @@ in {
|
||||||
xdg.configFile."hypr/display.conf".text = ''
|
xdg.configFile."hypr/display.conf".text = ''
|
||||||
monitor=desc:Iiyama North America PLB2403WS 0574281251316,1920x1200@60,0x185,1
|
monitor=desc:Iiyama North America PLB2403WS 0574281251316,1920x1200@60,0x185,1
|
||||||
monitor=desc:Dell Inc. DELL U2417H 5K9YD872FY1L,1920x1080@60,1920x0,1,transform,1
|
monitor=desc:Dell Inc. DELL U2417H 5K9YD872FY1L,1920x1080@60,1920x0,1,transform,1
|
||||||
monitor=eDP-1,1920x1080@60,640x1385,1.5
|
monitor=eDP-1,1920x1080@60,640x1385,1.25
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue