From 25ca1b8e6817abc4f04e607384e0593039173bb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Mon, 11 Aug 2025 11:39:13 +0200 Subject: [PATCH] 660 current 1970-01-01 01:00:00 25.05.20250705.29e2900 6.12.35 * --- modules/home/sway/kanshi.nix | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/modules/home/sway/kanshi.nix b/modules/home/sway/kanshi.nix index 83ffef0..1509174 100644 --- a/modules/home/sway/kanshi.nix +++ b/modules/home/sway/kanshi.nix @@ -193,6 +193,30 @@ in { "${pkgs.sway}/bin/swaymsg workspace 5; move workspace to '\"Dell Inc. DELL U2422HE 7HCPH83\"'; workspace back_and_forth" ]; } + { + profile.outputs = [ + { + criteria = "eDP-1"; + position = "1080,1080"; + } + { + criteria = "Dell Inc. DELL U2422HE 5XY5H83"; + position = "1080,0"; + } + { + criteria = "Dell Inc. DELL U2419H 11B7Y13"; + transform = "90"; + position = "0,0"; + } + ]; + profile.exec = [ + "${pkgs.sway}/bin/swaymsg workspace main; move workspace to '\"Dell Inc. DELL U2422HE 5XY5H83\"'; workspace back_and_forth" + "${pkgs.sway}/bin/swaymsg workspace term; move workspace to '\"Dell Inc. DELL U2419H 11B7Y13\"'; workspace back_and_forth" + "${pkgs.sway}/bin/swaymsg workspace msg; move workspace to eDP-1; workspace back_and_forth" + "${pkgs.sway}/bin/swaymsg workspace music; move workspace to eDP-1; workspace back_and_forth" + "${pkgs.sway}/bin/swaymsg workspace 5; move workspace to '\"Dell Inc. DELL U2422HE 5XY5H83\"'; workspace back_and_forth" + ]; + } { profile.outputs = [ {