28 lines
746 B
Plaintext
28 lines
746 B
Plaintext
# Hyprland Monitor Configuration
|
|
# https://wiki.hyprland.org/Configuring/Monitors/
|
|
#
|
|
# Use `hyprctl monitors` to get your monitor names and supported resolutions
|
|
#
|
|
# CUSTOMIZE: Adjust for your display setup
|
|
|
|
# Example: Triple monitor layout
|
|
# DP-1 (left) | eDP-2 (center/laptop) | DP-2 (right)
|
|
# monitor=DP-1, 1920x1080@60, 0x0, 1
|
|
# monitor=eDP-2, 1920x1080@60, 1920x0, 1
|
|
# monitor=DP-2, 1920x1080@60, 3840x0, 1
|
|
|
|
# Example: Laptop only
|
|
# monitor=eDP-1, preferred, auto, 1
|
|
|
|
# Example: Single external monitor
|
|
# monitor=HDMI-A-1, 1920x1080@60, 0x0, 1
|
|
|
|
# Example: Disable a monitor
|
|
# monitor=<name>, disable
|
|
|
|
# Example: Mirror displays
|
|
# monitor=HDMI-A-1, 1920x1080@60, 0x0, 1, mirror, eDP-1
|
|
|
|
# Your configuration:
|
|
monitor=eDP-1, preferred, auto, 1
|