From bf948813dab65ad21e4a71548d15f48465447547 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Mon, 6 May 2024 10:30:49 +0200 Subject: [PATCH] home: add kanshi with new profiles for multi-monitor --- home/home.nix | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/home/home.nix b/home/home.nix index de607a3..4479765 100644 --- a/home/home.nix +++ b/home/home.nix @@ -247,6 +247,28 @@ in { } ]; }; + + kanshi = { + enable = true; + profiles.undocked.outputs = [ + { + criteria = "eDP-1"; + } + ]; + profiles.docked.outputs = [ + { + criteria = "eDP-1"; + } + { + criteria = "Philips Consumer Electronics Company PHL 272S1 UHB2347026536"; + mode = "1920x1080@74.973Hz"; + } + { + criteria = "Philips Consumer Electronics Company PHL 272S1 UHB2347026535"; + mode = "1920x1080@74.973Hz"; + } + ]; + }; }; systemd.user = {