update with our stuff
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,11 +26,11 @@
|
||||
"window-rewrite-default": "",
|
||||
"window-rewrite": {
|
||||
"class<firefox>": "",
|
||||
"class<org\.wezfurlong\.wezterm>": "",
|
||||
"class<org\\.wezfurlong\\.wezterm>": "",
|
||||
"class<Alacritty>": "",
|
||||
"class<code|Code|codium|VSCodium>": "",
|
||||
"class<thunar>": "",
|
||||
"class<org\.kde\.dolphin>": "",
|
||||
"class<org\\.kde\\.dolphin>": "",
|
||||
"class<discord>": "",
|
||||
"class<vesktop>": "",
|
||||
"class<spotify>": "",
|
||||
@@ -49,6 +49,7 @@
|
||||
"activated": "",
|
||||
"deactivated": ""
|
||||
}
|
||||
},
|
||||
"hyprland/window": {
|
||||
"format": "{class}: {title}",
|
||||
"icon": true,
|
||||
@@ -59,7 +60,6 @@
|
||||
"^(.*)$": "$1"
|
||||
}
|
||||
},
|
||||
},
|
||||
"tray": {
|
||||
"spacing": 10
|
||||
},
|
||||
|
||||
@@ -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})"
|
||||
|
||||
Reference in New Issue
Block a user