diff options
| author | stefan <stefan@s00.xyz> | 2025-03-03 21:34:53 -0500 |
|---|---|---|
| committer | stefan <stefan@s00.xyz> | 2025-03-03 21:34:53 -0500 |
| commit | 390d23083905e9cd26ea44393422630ffe99c9a5 (patch) | |
| tree | 431c2e0b7afd8bdd4897aeb2219f83faa7fd8c05 /modules/sway | |
| parent | e22ff337702e41ad4cd214894ab3b1a3d6fb8d96 (diff) | |
| download | home-390d23083905e9cd26ea44393422630ffe99c9a5.tar.gz | |
getting started with multi-system support
Diffstat (limited to 'modules/sway')
| -rw-r--r-- | modules/sway/default.nix | 11 |
1 files changed, 7 insertions, 4 deletions
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 = { |