From 390d23083905e9cd26ea44393422630ffe99c9a5 Mon Sep 17 00:00:00 2001 From: stefan Date: Mon, 3 Mar 2025 21:34:53 -0500 Subject: getting started with multi-system support --- modules/sway/default.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'modules/sway/default.nix') diff --git a/modules/sway/default.nix b/modules/sway/default.nix index fb8efa0..55ef601 100644 --- a/modules/sway/default.nix +++ b/modules/sway/default.nix @@ -65,6 +65,9 @@ in mode = "2880x1920@120.00Hz"; scale = "2.0"; }; + "DP-2" = { + mode = "1920x1080@239.761Hz"; + }; }; colors = { @@ -236,10 +239,10 @@ in startup = [ { command = "foot -s"; } { command = "wayneko --layer bottom --follow-pointer true --background-colour 0xcacaca --outline-colour 0x0f0f0f"; } - { command = "pipewire"; always = true; } # TODO need to fix this instead of running a new session every time - { command = "mpd"; } - { command = "mpdscribble"; } - { command = "avizo-service"; } # disable if on nixos or systemd +# { command = "pipewire"; always = true; } # TODO need to fix this instead of running a new session every time +# { command = "mpd"; } +# { command = "mpdscribble"; } +# { command = "avizo-service"; } # disable if on nixos or systemd ]; seat = { -- cgit v1.2.3