From 4ed2003a96bdc60a12dbd5b01e2c7248439ea969 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sat, 24 Aug 2024 18:25:51 -0500 Subject: [PATCH] Reenable noscanout to see if it fixes a sway bug I'm hitting --- sericea/.config/sway/environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sericea/.config/sway/environment b/sericea/.config/sway/environment index b8077a11..c24fe4c8 100644 --- a/sericea/.config/sway/environment +++ b/sericea/.config/sway/environment @@ -1,2 +1,2 @@ #!/bin/sh -#SWAY_EXTRA_ARGS="-D noscanout" +SWAY_EXTRA_ARGS="-D noscanout"