Set dpi=180 by default on buck (external HiDPI monitor)
This commit is contained in:
parent
c55e4ee1b9
commit
a141d3b971
@ -131,7 +131,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 = 180;
|
||||||
displayManager = {
|
displayManager = {
|
||||||
defaultSession = "none+i3";
|
defaultSession = "none+i3";
|
||||||
autoLogin = {
|
autoLogin = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user