Switch monitor port
This commit is contained in:
parent
1378fb08ed
commit
8f2ecff5d1
|
@ -19,12 +19,12 @@
|
||||||
|
|
||||||
# Hyprland outputs
|
# Hyprland outputs
|
||||||
wayland.windowManager.hyprland.extraConfig = ''
|
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
|
# disable 10 bit output for now as this breaks screenshots
|
||||||
misc {
|
misc {
|
||||||
vrr = 1
|
vrr = 1
|
||||||
}
|
}
|
||||||
monitor=DP-1,preferred,auto,1.4
|
monitor=DP-3,preferred,auto,1.4
|
||||||
input {
|
input {
|
||||||
sensitivity = -0.8
|
sensitivity = -0.8
|
||||||
# accel_profile = flat
|
# accel_profile = flat
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
xdg.configFile."hypr/hyprpaper.conf" = {
|
xdg.configFile."hypr/hyprpaper.conf" = {
|
||||||
text = ''
|
text = ''
|
||||||
preload = /home/nathan/Pictures/Backgrounds/IMG_20190518_195619.jpg
|
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";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue