15 lines
490 B
Text
15 lines
490 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-4
|
|
$secondary=DP-2
|
|
|
|
monitor=$primary, preferred, 0x0, 1
|
|
monitor=$secondary, preferred, auto-left, 1
|
|
monitor=HDMI-A-3, preferred, auto-down, 1, transform, 2
|
|
|
|
exec=xrandr --output $primary --primary
|