From b61f59f28a446e2783afa0dfecfd3cf495e270d8 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Wed, 10 Jan 2024 21:43:17 -0500
Subject: [PATCH] Fixed windows in sway

---
 config/neoteric/config.nix  | 2 +-
 config/neoteric/default.nix | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/config/neoteric/config.nix b/config/neoteric/config.nix
index 6fa368f..4459f8e 100644
--- a/config/neoteric/config.nix
+++ b/config/neoteric/config.nix
@@ -11,7 +11,7 @@
   config.screens.primary_pos = "0 0 res 2560x1600";
   config.screens.secondary = "DP-3";
   config.screens.secondary_orientation = "normal";
-  config.screens.secondary_pos = "0 1080 res 2560x734";
+  config.screens.secondary_pos = "0 1600 res 3840x1100";
   config.screens.has_secondary = true;
 
   config.swaybar.font_size = 11.0;
diff --git a/config/neoteric/default.nix b/config/neoteric/default.nix
index da9648b..38e36bb 100644
--- a/config/neoteric/default.nix
+++ b/config/neoteric/default.nix
@@ -17,7 +17,8 @@
   boot.initrd.kernelModules = [ "dm-snapshot" "vfat" "nls_cp437" "nls_iso8859-1" "usbhid" ];
   boot.kernelModules = [ "kvm-amd" "v4l2loopback" ];
   boot.extraModulePackages = with pkgs; [ config.boot.kernelPackages.v4l2loopback.out ];
-  boot.kernelParams = [ "nomodeset" ];
+  #boot.kernelParams = [ "nomodeset" ];
+  boot.kernelParams = [ "amdgpu.sg_display=0" ];
 
   # Setup keyfile
   boot.initrd.secrets = {
-- 
GitLab