diff options
author | ZachIR <zachir@librem.one> | 2024-09-25 14:56:18 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2024-09-25 14:56:18 -0500 |
commit | 1004ff87795795c6c406802d5b84b3d2b12fc655 (patch) | |
tree | 277903a681a2365070fc2f4e10bf041830678115 /hypr | |
parent | 145327e622abb7c2000bc65f17c0ef741c061358 (diff) |
Remove unnecessary outputs from hypr config
These will likely not be used, especially seeing as Car doesn't have a
DP out.
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 2eac30c..8f75f47 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -2,8 +2,6 @@ #{{{ Monitor config monitor = eDP-1, 1920x1080@60, 0x0, 1 monitor = , preferred, auto, 1 -monitor = HDMI-A-1, 1920x1080@60, 0x0, 1 -monitor = DP-1, 1920x1080@60, 1920x0, 1 #}}} # See https://wiki.hyprland.org/Configuring/Keywords/ for more |