Update hyprland.conf

This commit is contained in:
FURK4NGG
2025-08-21 22:40:56 +03:00
committed by GitHub
parent 6bb6f54cc6
commit 11826c9a79
+13 -2
View File
@@ -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 ###