16 lines
511 B
Text
16 lines
511 B
Text
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
|
|
|
|
# Monitor Configuration
|
|
# See Hyprland wiki for more details
|
|
# https://wiki.hyprland.org/Configuring/Monitors/
|
|
# Configure your Display resolution, offset, scale and Monitors here, use `hyprctl monitors` to get the info.
|
|
|
|
$primary=DP-2
|
|
$secondPrimary=DP-5
|
|
$secondary=eDP-1
|
|
|
|
monitor=$primary, 3440x1440@60, 0x0, 1
|
|
monitor=$secondPrimary, 3840x2160@29.98, 0x0,1
|
|
monitor=$secondary, preferred, auto-left, 1.33333
|
|
|
|
exec=xrandr --output $primary --primary
|