diff options
author | zachir <zachir@librem.one> | 2023-08-19 12:04:20 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-08-19 12:04:20 -0500 |
commit | 66331e70bb89d7de1c6051372dc92d520730c690 (patch) | |
tree | 9aaa61b6be6d939027e33f208982e91a49882d27 | |
parent | 8a7519e1d2479d5754ec4171c6d99211190f8eac (diff) |
cla: Use DP-2 for hyprland
-rw-r--r-- | hypr/hyprland.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 82fa5d6..beb38ac 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -2,7 +2,7 @@ #{{{ Monitor config monitor = , preferred, auto, 1 monitor = HDMI-A-1, 1920x1080@60, 0x0, 1 -monitor = DP-1, 1920x1080@60, 1920x0, 1 +monitor = DP-2, 1920x1080@60, 1920x0, 1 #}}} # See https://wiki.hyprland.org/Configuring/Keywords/ for more @@ -133,10 +133,10 @@ workspace = 3, monitor:HDMI-A-1 workspace = 5, monitor:HDMI-A-1 workspace = 7, monitor:HDMI-A-1 workspace = 9, monitor:HDMI-A-1 -workspace = 2, monitor:DP-1 -workspace = 4, monitor:DP-1 -workspace = 6, monitor:DP-1 -workspace = 8, monitor:DP-1 +workspace = 2, monitor:DP-2 +workspace = 4, monitor:DP-2 +workspace = 6, monitor:DP-2 +workspace = 8, monitor:DP-2 #}}} #{{{ Windowrules |