diff options
author | zachir <zachir@librem.one> | 2024-01-11 13:48:37 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-01-11 13:48:37 -0600 |
commit | a751613443adb5451ee984554873adcd47acb065 (patch) | |
tree | 0888309bfb8c83d923184109049a27e363f96b36 /hypr | |
parent | faae07beace45985985d15d602843fe20524a4aa (diff) |
cas: hypr: Cas only uses eDP-1 for the display, and only that
As such, only that display will be pre-configured for Hyprland.
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 62c1693..bb1762a 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -1,8 +1,7 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ #{{{ Monitor config monitor = , preferred, auto, 1 -monitor = HDMI-A-1, 1920x1080@60, 0x0, 1 -monitor = DP-1, 1920x1080@60, 1920x0, 1 +monitor = eDP-1, 1920x1080@60, 0x0, 1 #}}} # See https://wiki.hyprland.org/Configuring/Keywords/ for more |