From 13347b7978a42c9a9551c1360ec5b9d61bb02543 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Wed, 13 Mar 2024 22:33:56 -0500 Subject: [PATCH] home | try to fix kanshi config --- home/gui/services.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/home/gui/services.nix b/home/gui/services.nix index 53bce70..b339388 100644 --- a/home/gui/services.nix +++ b/home/gui/services.nix @@ -13,7 +13,7 @@ undocked = { outputs = [ { - criteria = "Sharp Corporation 0x14F9 0x00000000"; + criteria = "eDP-1"; status = "enable"; scale = 1.2; } @@ -26,21 +26,21 @@ status = "disable"; } { - criteria = "Samsung Electric Company C24F390 H4ZN519488"; + criteria = "DP-5"; status = "enable"; position = "0,0"; } { - criteria = "Stargate Technology HDMI Unknown"; + criteria = "DP-6"; status = "enable"; position = "0,1080"; } ]; exec = [ - "swaymsg workspace 1, move workspace to output \"Samsung Electric Company C24F390 H4ZN519488\"" - "swaymsg workspace 5, move workspace to output \"Stargate Technology HDMI Unknown\"" - "swaymsg workspace 6, move workspace to output \"Samsung Electric Company C24F390 H4ZN519488\"" - "swaymsg workspace 9, move workspace to output \"Stargate Technology HDMI Unknown\"" + "swaymsg workspace 1, move workspace to output DP-5" + "swaymsg workspace 5, move workspace to output DP-6" + "swaymsg workspace 6, move workspace to output DP-5" + "swaymsg workspace 9, move workspace to output DP-6" ]; }; };