hyprland: add 4th monitor
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2023-07-14 22:45:37 -04:00
parent e1db1864df
commit 8523480fd6
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,9 +1,10 @@
_: { _: {
wayland.windowManager.hyprland.extraConfig = '' wayland.windowManager.hyprland.extraConfig = ''
monitor = HDMI-A-1,1920x1080@60, 3840x0, 1 #right monitor = HDMI-A-1,1920x1080@60, 3640x560, 1, transform, 3 #right
monitor = DP-2,1920x1080@60, 0x0, 1 #left monitor = DP-1,1920x1080@60, 0x560, 1, transform, 1 #left
monitor = DP-3,1920x1080@144, 1920x0, 1 #middle monitor = DP-2,2560x1440@144, 1080x1080, 1 #middle
monitor = DP-3,1920x1080@144, 1400x0, auto #top
input { input {
@ -90,6 +91,7 @@ _: {
sensitivity = -0.5 sensitivity = -0.5
} }
exec-once = swww init exec-once = swww init
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP