From eb97b4a6f220f294f51bd3bcdbd95b8b065dc98e Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sat, 14 Nov 2020 19:28:00 +0530 Subject: [PATCH] kanshi: Fix profile configuration Profiles need to be mutually exclusive. eDP-1 is for the work laptop and eDP1 is for the home laptop. Whenever we have our external Samsung monitor connected, the laptop monitor should be disabled. --- kanshi/.config/kanshi/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kanshi/.config/kanshi/config b/kanshi/.config/kanshi/config index e66204a..be16856 100644 --- a/kanshi/.config/kanshi/config +++ b/kanshi/.config/kanshi/config @@ -1,5 +1,9 @@ profile { output eDP-1 disable + output "Samsung Electric Company LU28R55 H4ZN300060" mode 3840x2160 position 0,0 +} + +profile { output eDP1 disable output "Samsung Electric Company LU28R55 H4ZN300060" mode 3840x2160 position 0,0 }