From f791e3e46c70d4b20ddab30475251fb57091434c Mon Sep 17 00:00:00 2001
From: Amin Bandali <bandali@gnu.org>
Date: Mon, 29 Apr 2019 11:16:28 -0400
Subject: [PATCH 1/1] sway: fix light minimum brightness setting

---
 .local/bin/s | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/s b/.local/bin/s
index a4b7bb3..dc34441 100755
--- a/.local/bin/s
+++ b/.local/bin/s
@@ -3,5 +3,5 @@
 export _JAVA_AWT_WM_NONREPARENTING=1
 export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true'
 export MOZ_USE_XINPUT2=1  # precise scrolling in firefox
-light -Nr 2
+light -N 1
 sway
-- 
2.20.1