From 2680670af0a21f6614cfcff293123b307e7d362d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 17 Jun 2025 08:48:20 +0200 Subject: [PATCH] Make it easier to see --- config/hypr/hyprland-monitors.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/hypr/hyprland-monitors.conf b/config/hypr/hyprland-monitors.conf index 0e554c0..4b82fd6 100644 --- a/config/hypr/hyprland-monitors.conf +++ b/config/hypr/hyprland-monitors.conf @@ -1,8 +1,8 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ -# -# Example for Framework 13 w/ 6K XDR Apple display -# monitor = DP-5, 6016x3384@60.00, auto, 2 -# monitor = eDP-1, 2880x1920@120.00, auto, 2 # Use single default monitor (see all monitors with: hyprctl monitors) monitor=,preferred,auto,auto + +# Example for Framework 13 w/ 6K XDR Apple display +# monitor = DP-5, 6016x3384@60.00, auto, 2 +# monitor = eDP-1, 2880x1920@120.00, auto, 2