Set dpi for buck to 112
This commit is contained in:
parent
9fd2d336f2
commit
f093e8df31
@ -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 = {
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Config { overrideRedirect = False
|
||||
, font = "xft:iosevka-9"
|
||||
, font = "xft:iosevka-12"
|
||||
, bgColor = "#000000"
|
||||
, fgColor = "#f8f8f2"
|
||||
, position = TopW L 90
|
||||
|
||||
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user