From a6c2e7d0335720850efeaad0441473db6da3380a Mon Sep 17 00:00:00 2001 From: Markus Heurung Date: Tue, 16 Jul 2024 11:49:06 +0200 Subject: [PATCH] the monitor is now 30cm moved to the back. adaptions needed. --- home.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/home.nix b/home.nix index 4a5417a..4799efd 100644 --- a/home.nix +++ b/home.nix @@ -526,6 +526,7 @@ smart_gaps inverse_outer ''; config = { + bars = []; window = { commands = [ { @@ -537,9 +538,9 @@ ]; }; gaps = { - inner = 50; - vertical = 100; - horizontal = 600; + inner = 30; + vertical = 50; + horizontal = 400; # smartGaps = true; smartBorders = "on"; }; @@ -575,7 +576,7 @@ resolution = "3840x2160@30Hz"; position = "1280 0"; # background = "/home/muhh/Sync/Backgrounds/wald.jpg fill"; - scale = "1.25"; + scale = "1.5"; }; HDMI-A-1 = { resolution = "1920x1080@60.000Hz";