From 863648d28fdfac3572a784e3ad672f5f276bbdef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Mon, 9 Dec 2024 17:19:27 +0100 Subject: [PATCH] 465 current 1970-01-01 01:00:00 25.05.20241125.4633a7c 6.6.63 * --- 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 f3e84c9..0c5f998 100644 --- a/modules/home/sway/kanshi.nix +++ b/modules/home/sway/kanshi.nix @@ -120,6 +120,30 @@ in { "${pkgs.sway}/bin/swaymsg [workspace=5] move workspace to DP-3" ]; } + { + profile.outputs = [ + { + criteria = "eDP-1"; + position = "1080,1080"; + } + { + criteria = "Dell Inc. DELL P2422HE JLXL9M3"; + position = "1080,0"; + } + { + criteria = "NEC Corporation E243WMi 59118576NB"; + transform = "90"; + position = "0,0"; + } + ]; + profile.exec = [ + "${pkgs.sway}/bin/swaymsg [workspace=main] move workspace to DP-3" + "${pkgs.sway}/bin/swaymsg [workspace=term] move workspace to DP-4" + "${pkgs.sway}/bin/swaymsg [workspace=msg] move workspace to eDP-1" + "${pkgs.sway}/bin/swaymsg [workspace=music] move workspace to eDP-1" + "${pkgs.sway}/bin/swaymsg [workspace=5] move workspace to DP-3" + ]; + } { profile.outputs = [ {