From 8f2ecff5d1783bdfc43913ecab4f7c0a85762088 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sat, 1 Jul 2023 17:23:18 -0400 Subject: [PATCH] Switch monitor port --- machines/levitation/home.nix | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/machines/levitation/home.nix b/machines/levitation/home.nix index f1aa4fa..19fe6eb 100644 --- a/machines/levitation/home.nix +++ b/machines/levitation/home.nix @@ -19,12 +19,12 @@ # Hyprland outputs wayland.windowManager.hyprland.extraConfig = '' - # monitor=DP-1,preferred,auto,1.4,bitdepth,10 + # monitor=DP-3,preferred,auto,1.4,bitdepth,10 # disable 10 bit output for now as this breaks screenshots misc { vrr = 1 } - monitor=DP-1,preferred,auto,1.4 + monitor=DP-3,preferred,auto,1.4 input { sensitivity = -0.8 # accel_profile = flat @@ -40,7 +40,7 @@ xdg.configFile."hypr/hyprpaper.conf" = { text = '' preload = /home/nathan/Pictures/Backgrounds/IMG_20190518_195619.jpg - wallpaper = DP-1,/home/nathan/Pictures/Backgrounds/IMG_20190518_195619.jpg + wallpaper = DP-3,/home/nathan/Pictures/Backgrounds/IMG_20190518_195619.jpg ''; }; @@ -90,9 +90,4 @@ }; }; - # Mako output configuration - services.mako = { - # Lock mako notifs to main display - output = "DP-1"; - }; }