From 7a7ca81537c9e46913202282e57f68bdedcd8d92 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 22 Oct 2021 12:29:18 +0530 Subject: [PATCH] sway: Do not start kanshi We do not use dual monitor setup at the moment so do not start kanshi. --- sway/.config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 7c18dd7..3882cab 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -268,6 +268,6 @@ for_window [app_id="gst-launch-1.0"] floating enable, resize set width 1920 px h assign [app_id="gst-launch-1.0"] 4 # Call kanshi to automatically configure connected display outputs -exec kanshi +# exec kanshi # Load environment variables exec "systemctl --user import-environment"