Set dpi for buck to 112
This commit is contained in:
parent
9fd2d336f2
commit
f093e8df31
@ -184,7 +184,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
font = {
|
font = {
|
||||||
name = "Hack";
|
name = "Hack";
|
||||||
size = 18;
|
size = 14;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
lazygit.enable = true;
|
lazygit.enable = true;
|
||||||
@ -327,6 +327,7 @@
|
|||||||
transparent = true; # only way i could get color to work
|
transparent = true; # only way i could get color to work
|
||||||
widthtype = "percent";
|
widthtype = "percent";
|
||||||
width = "10";
|
width = "10";
|
||||||
|
height = "17";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
unclutter = {
|
unclutter = {
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
Config { overrideRedirect = False
|
Config { overrideRedirect = False
|
||||||
, font = "xft:iosevka-9"
|
, font = "xft:iosevka-12"
|
||||||
, bgColor = "#000000"
|
, bgColor = "#000000"
|
||||||
, fgColor = "#f8f8f2"
|
, fgColor = "#f8f8f2"
|
||||||
, position = TopW L 90
|
, position = TopW L 90
|
||||||
|
|||||||
@ -159,7 +159,7 @@
|
|||||||
# Enable the X11 windowing system. services.xserver.enable = true;
|
# Enable the X11 windowing system. services.xserver.enable = true;
|
||||||
xserver = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
#dpi = 180;
|
dpi = 112; # t470 has a 14" 16:9 monitor at native res 1366x768
|
||||||
displayManager = {
|
displayManager = {
|
||||||
defaultSession = "none+i3";
|
defaultSession = "none+i3";
|
||||||
autoLogin = {
|
autoLogin = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user