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 index 6d43906..f3cd52e 100644 --- a/.config/hypr/monitors.conf.bak +++ b/.config/hypr/monitors.conf.bak @@ -3,8 +3,8 @@ # 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 +monitor=desc:Dell Inc. DELL P2422HE HFKK5L3,1920x1080@60.00,0x0,1 # Fallback for unknown monitors monitor=,preferred,auto,1 diff --git a/.config/hypr/monitors.json b/.config/hypr/monitors.json index 3f14703..645e796 100644 --- a/.config/hypr/monitors.json +++ b/.config/hypr/monitors.json @@ -3,6 +3,15 @@ { "name": "Default", "monitors": { + "desc:Dell Inc. DELL P2422H CY98FQ3": { + "resolution": "1920x1080", + "refresh_rate": 60.0, + "scale": 1.0, + "rotation": 0, + "position_x": 5360, + "position_y": 0, + "is_primary": false + }, "desc:Microstep MEG 342C OLED": { "resolution": "3440x1440", "refresh_rate": 175.0, @@ -20,15 +29,6 @@ "position_x": 0, "position_y": 0, "is_primary": false - }, - "desc:Dell Inc. DELL P2422H CY98FQ3": { - "resolution": "1920x1080", - "refresh_rate": 60.0, - "scale": 1.0, - "rotation": 0, - "position_x": 5360, - "position_y": 0, - "is_primary": false } } } diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index d58657f..fc2feaa 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -26,11 +26,11 @@ "window-rewrite-default": "󰘔", "window-rewrite": { "class": "", - "class": "", + "class": "", "class": "", "class": "󰨞", "class": "", - "class": "", + "class": "", "class": "", "class": "", "class": "", @@ -49,16 +49,16 @@ "activated": "", "deactivated": "" } - "hyprland/window": { - "format": "{class}: {title}", - "icon": true, - "icon-size": 16, - "max-length": 80, - "separate-outputs": true, - "rewrite": { - "^(.*)$": "$1" - } - }, + }, + "hyprland/window": { + "format": "{class}: {title}", + "icon": true, + "icon-size": 16, + "max-length": 80, + "separate-outputs": true, + "rewrite": { + "^(.*)$": "$1" + } }, "tray": { "spacing": 10 diff --git a/install.sh b/install.sh index 91da969..8f3cbd1 100755 --- a/install.sh +++ b/install.sh @@ -33,7 +33,7 @@ info "Checking display server..." if [[ -z "${WAYLAND_DISPLAY:-}" && -z "${XDG_SESSION_TYPE:-}" ]]; then warn "WAYLAND_DISPLAY not set — are you running a Wayland session?" -elif [[ "${XDG_SESSION_TYPE:-}" == "x11" ]]; then +elif [[ "${XDG_SESSION_TYPE:-}" == "x11" ]]; then- warn "Session type is X11. Hyprland and Waybar require Wayland." else ok "Wayland session detected (${XDG_SESSION_TYPE:-wayland})"