diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index fb5c093..5618278 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -22,7 +22,7 @@ ################ # See https://wiki.hypr.land/Configuring/Monitors/ -monitor=,preferred,auto,auto +source = ~/.config/hypr/monitors.conf ################### diff --git a/.config/hypr/monitors.conf b/.config/hypr/monitors.conf index f3cd52e..d6ea1cb 100644 --- a/.config/hypr/monitors.conf +++ b/.config/hypr/monitors.conf @@ -2,9 +2,9 @@ # 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 P2422H CY98FQ3,1920x1080@60.00,5360x0,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 monitor=,preferred,auto,1 diff --git a/.config/hypr/monitors.conf.bak b/.config/hypr/monitors.conf.bak deleted file mode 100644 index 6d43906..0000000 --- a/.config/hypr/monitors.conf.bak +++ /dev/null @@ -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 diff --git a/.config/hypr/monitors.json b/.config/hypr/monitors.json index 3f14703..06c498a 100644 --- a/.config/hypr/monitors.json +++ b/.config/hypr/monitors.json @@ -1,17 +1,8 @@ { "workspaces": [ { - "name": "Default", + "name": "Defaultmon-not-found", "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": { "resolution": "1920x1080", "refresh_rate": 60.0, @@ -21,6 +12,15 @@ "position_y": 0, "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": { "resolution": "1920x1080", "refresh_rate": 60.0, @@ -31,7 +31,11 @@ "is_primary": false } } + }, + { + "name": "l -ba /home/zphinx/.", + "monitors": {} } ], - "active_workspace": 0 + "active_workspace": 1 } \ No newline at end of file