Commit 1852363c31cd

Vincent Demeester <vincent@sbr.pm>
2026-05-05 09:42:23
feat(kanshi): disable laptop screen when docked
Turned off eDP-1 in home-docked profile so the laptop monitor is disabled when connected to the dock with an external monitor.
1 parent d85d17a
Changed files (1)
home
common
desktop
home/common/desktop/sway/kanshi.nix
@@ -46,13 +46,9 @@ _: {
             mode = "3440x1440";
             scale = 1.0;
           }
-          # Use it as a "shareable" screen when needed
           {
             criteria = "eDP-1";
-            status = "enable";
-            position = "1460,1440";
-            mode = "1920x1200";
-            scale = 1.0;
+            status = "disable";
           }
         ];
       }