diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 518e4bb..11cbc52 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -15,7 +15,18 @@ ################ # See https://wiki.hypr.land/Configuring/Monitors/ -monitor=,preferred,auto,auto +monitor=,preferred,auto,auto + +# Left Screen (Main Screen, HDMI-A-2 → 1920x1080 @ 60Hz) +monitor=HDMI-A-2,1920x1080@60,0x0,1 + +# Right Screen (Second Screen, HDMI-A-1 → 1920x1080 @ 75Hz) +monitor=HDMI-A-1,1920x1080@75,1920x0,1 + +workspace=1, monitor:HDMI-A-2 +workspace=2, monitor:HDMI-A-2 +workspace=3, monitor:HDMI-A-1 +workspace=4, monitor:HDMI-A-1 ################### @@ -62,7 +73,7 @@ env = QT_QPA_PLATFORM,wayland;xcb env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 - +env = XCURSOR_THEME, modest-dark ################### ### PERMISSIONS ###