This commit is contained in:
2026-04-17 17:03:56 +02:00
parent e8be018123
commit 556c0823c2
4 changed files with 17 additions and 23 deletions

View File

@@ -22,7 +22,7 @@
################ ################
# See https://wiki.hypr.land/Configuring/Monitors/ # See https://wiki.hypr.land/Configuring/Monitors/
monitor=,preferred,auto,auto source = ~/.config/hypr/monitors.conf
################### ###################

View File

@@ -2,9 +2,9 @@
# Generated by hyprmon # Generated by hyprmon
# Contains ALL configured monitors from all workspaces # Contains ALL configured monitors from all workspaces
monitor=desc:Microstep MEG 342C OLED,3440x1440@175.00,1920x0,1
monitor=desc:Dell Inc. DELL P2422H CY98FQ3,1920x1080@60.00,5360x0,1 monitor=desc:Dell Inc. DELL P2422H CY98FQ3,1920x1080@60.00,5360x0,1
monitor=desc:Dell Inc. DELL P2422HE HFKK5L3,1920x1080@60.00,0x0,1 monitor=desc:Dell Inc. DELL P2422HE HFKK5L3,1920x1080@60.00,0x0,1
monitor=desc:Microstep MEG 342C OLED,3440x1440@175.00,1920x0,1
# Fallback for unknown monitors # Fallback for unknown monitors
monitor=,preferred,auto,1 monitor=,preferred,auto,1

View File

@@ -1,10 +0,0 @@
# Hyprland Monitor Configuration
# Generated by hyprmon
# Contains ALL configured monitors from all workspaces
monitor=desc:Microstep MEG 342C OLED,3440x1440@175.00,1920x0,1
monitor=desc:Dell Inc. DELL P2422HE HFKK5L3,1920x1080@60.00,0x0,1
monitor=desc:Dell Inc. DELL P2422H CY98FQ3,1920x1080@60.00,5360x0,1
# Fallback for unknown monitors
monitor=,preferred,auto,1

View File

@@ -1,17 +1,8 @@
{ {
"workspaces": [ "workspaces": [
{ {
"name": "Default", "name": "Defaultmon-not-found",
"monitors": { "monitors": {
"desc:Microstep MEG 342C OLED": {
"resolution": "3440x1440",
"refresh_rate": 175.0,
"scale": 1.0,
"rotation": 0,
"position_x": 1920,
"position_y": 0,
"is_primary": true
},
"desc:Dell Inc. DELL P2422HE HFKK5L3": { "desc:Dell Inc. DELL P2422HE HFKK5L3": {
"resolution": "1920x1080", "resolution": "1920x1080",
"refresh_rate": 60.0, "refresh_rate": 60.0,
@@ -21,6 +12,15 @@
"position_y": 0, "position_y": 0,
"is_primary": false "is_primary": false
}, },
"desc:Microstep MEG 342C OLED": {
"resolution": "3440x1440",
"refresh_rate": 175.0,
"scale": 1.0,
"rotation": 0,
"position_x": 1920,
"position_y": 0,
"is_primary": true
},
"desc:Dell Inc. DELL P2422H CY98FQ3": { "desc:Dell Inc. DELL P2422H CY98FQ3": {
"resolution": "1920x1080", "resolution": "1920x1080",
"refresh_rate": 60.0, "refresh_rate": 60.0,
@@ -31,7 +31,11 @@
"is_primary": false "is_primary": false
} }
} }
},
{
"name": "l -ba /home/zphinx/.",
"monitors": {}
} }
], ],
"active_workspace": 0 "active_workspace": 1
} }