Switch monitor port

This commit is contained in:
Nathan McCarty 2023-07-01 17:23:18 -04:00
parent 1378fb08ed
commit 8f2ecff5d1
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 3 additions and 8 deletions

View File

@ -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";
};
}