From b827823e81dccc575ca3f24fc0a8dadb11417a17 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 2 Jun 2024 11:46:56 -0500 Subject: [PATCH] home | fix kansi config --- home/gui/services.nix | 60 +++++-------------------------------------- 1 file changed, 6 insertions(+), 54 deletions(-) diff --git a/home/gui/services.nix b/home/gui/services.nix index ba29ce7..e36fa15 100644 --- a/home/gui/services.nix +++ b/home/gui/services.nix @@ -40,69 +40,21 @@ status = "disable"; } { - criteria = "DP-5"; + criteria = "Samsung Electric Company C24F390 H4ZN519488"; status = "enable"; position = "0,0"; } { - criteria = "DP-6"; + criteria = "Stargate Technology HDMI "; status = "enable"; position = "0,1080"; } ]; exec = [ - "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" - ]; - }; - docked2 = { - outputs = [ - { - criteria = "eDP-1"; - status = "disable"; - } - { - criteria = "DP-7"; - status = "enable"; - position = "0,0"; - } - { - criteria = "DP-8"; - status = "enable"; - position = "0,1080"; - } - ]; - exec = [ - "swaymsg workspace 1, move workspace to output DP-7" - "swaymsg workspace 5, move workspace to output DP-8" - "swaymsg workspace 6, move workspace to output DP-7" - "swaymsg workspace 9, move workspace to output DP-8" - ]; - }; - docked3 = { - outputs = [ - { - criteria = "eDP-1"; - status = "disable"; - } - { - criteria = "DP-9"; - status = "enable"; - position = "0,0"; - } - { - criteria = "DP-10"; - status = "enable"; - position = "0,1080"; - } - ]; - exec = [ - "swaymsg workspace 1, move workspace to output DP-9" - "swaymsg workspace 5, move workspace to output DP-10" - "swaymsg workspace 6, move workspace to output DP-9" - "swaymsg workspace 9, move workspace to output DP-10" + "swaymsg workspace 1, move workspace to output '\"Samsung Electric Company C24F390 H4ZN519488\"'" + "swaymsg workspace 5, move workspace to output '\"Stargate Technology HDMI \"'" + "swaymsg workspace 6, move workspace to output '\"Samsung Electric Company C24F390 H4ZN519488\"'" + "swaymsg workspace 9, move workspace to output '\"Stargate Technology HDMI \"'" ]; }; };