From 3da45a543508710afaad65ebe880f0c924b7d727 Mon Sep 17 00:00:00 2001 From: piotr Date: Sun, 29 May 2022 01:08:32 +0200 Subject: [PATCH] fix night-lat/long initial values --- sway-home/.local/share/nwg-shell-config/settings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sway-home/.local/share/nwg-shell-config/settings b/sway-home/.local/share/nwg-shell-config/settings index 546efb89..44e205b2 100644 --- a/sway-home/.local/share/nwg-shell-config/settings +++ b/sway-home/.local/share/nwg-shell-config/settings @@ -1,8 +1,8 @@ { "autotiling-workspaces": "", "autotiling-on": true, - "night-lat": 0.0, - "night-long": 0.0, + "night-lat": -1, + "night-long": -1, "night-temp-low": 4500, "night-temp-high": 6500, "night-gamma": 1.0,