Set dpi for buck to 112

This commit is contained in:
Jacob Hinkle 2023-03-10 19:46:25 -05:00
parent 9fd2d336f2
commit f093e8df31
3 changed files with 4 additions and 3 deletions

View File

@ -184,7 +184,7 @@
enable = true;
font = {
name = "Hack";
size = 18;
size = 14;
};
};
lazygit.enable = true;
@ -327,6 +327,7 @@
transparent = true; # only way i could get color to work
widthtype = "percent";
width = "10";
height = "17";
};
};
unclutter = {

View File

@ -1,5 +1,5 @@
Config { overrideRedirect = False
, font = "xft:iosevka-9"
, font = "xft:iosevka-12"
, bgColor = "#000000"
, fgColor = "#f8f8f2"
, position = TopW L 90

View File

@ -159,7 +159,7 @@
# Enable the X11 windowing system. services.xserver.enable = true;
xserver = {
enable = true;
#dpi = 180;
dpi = 112; # t470 has a 14" 16:9 monitor at native res 1366x768
displayManager = {
defaultSession = "none+i3";
autoLogin = {