diff --git a/hosts/nullbox/home.nix b/hosts/nullbox/home.nix
index 29d2a25..124903e 100644
--- a/hosts/nullbox/home.nix
+++ b/hosts/nullbox/home.nix
@@ -12,6 +12,11 @@
       monitor = [
         "HDMI-A-3,disable"
         "DP-3,highrr,auto,1"
+        # this is the "proper" multi monitor config but hyprland's multi
+        # monitor system scares me so i am going to keep the other one disabled
+        # still. i might need something called hyprsome or something
+        # "HDMI-A-3,highrr,0x0,1,transform,1"
+        # "DP-3,highrr,1024x160,1"
       ];
     };
   };