From 4cbfa9464b8724d42eb44dc60723271ad238e335 Mon Sep 17 00:00:00 2001 From: zphinx Date: Sat, 18 Apr 2026 04:16:49 +0200 Subject: [PATCH] update --- .config/hypr/hyprland.conf | 17 +++++++++++++++++ .config/hypr/monitors.json | 18 +++++++++--------- 2 files changed, 26 insertions(+), 9 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 92d6fc5..da1f80f 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -366,3 +366,20 @@ windowrule { float = yes } + +windowrule { + name = float-pavucontrol + + match:class = .*[Pp]avucontrol.* + + float = yes +} + +windowrule { + name = float-imv-center + + match:class = ^imv$ + + float = yes + move = 50% 50% +} diff --git a/.config/hypr/monitors.json b/.config/hypr/monitors.json index c521d76..459bf6b 100644 --- a/.config/hypr/monitors.json +++ b/.config/hypr/monitors.json @@ -3,15 +3,6 @@ { "name": "Defaultmon-not-found", "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:Dell Inc. DELL P2422HE HFKK5L3": { "resolution": "1920x1080", "refresh_rate": 60.0, @@ -21,6 +12,15 @@ "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 + }, "desc:Microstep MEG 342C OLED": { "resolution": "3440x1440", "refresh_rate": 175.0,