From 29596c2c74add4afb6050388d81fffb9b7751018 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sat, 14 Nov 2020 18:41:52 +0530 Subject: [PATCH] kanshi: Add kanshi for handling multiple monitors --- kanshi/.config/kanshi/config | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 kanshi/.config/kanshi/config diff --git a/kanshi/.config/kanshi/config b/kanshi/.config/kanshi/config new file mode 100644 index 0000000..e66204a --- /dev/null +++ b/kanshi/.config/kanshi/config @@ -0,0 +1,13 @@ +profile { + output eDP-1 disable + output eDP1 disable + output "Samsung Electric Company LU28R55 H4ZN300060" mode 3840x2160 position 0,0 +} + +profile { + output eDP-1 enable scale 1 +} + +profile { + output eDP1 enable scale 1 +}