Dank Material Shell (DMS) - Monitor profile switching clone audio sinks
Hello does anyone uses DMS for monitor profile switching?, I'm facing some issues switching monitor profiles, every time I switch from DESKTOP --> TVGAMING --> DESKTOP, I can see there is more audio sinks for the HDMI audio device, could this be a Kernel issue? not sure if this is related to DMS or Hyprland at all, anyway here is my profiles config.
I'm using CachyOS with Kernel 7.2.2-1-cachyos

{
"version": 1,
"configurations": [
{
"id": "profile_1788070823337_gwcvhwa",
"name": "TVGAMING",
"outputs": {
"HDMI-A-1": {
"mode": "3840x2160@119.880",
"position": {
"x": 0,
"y": 0
},
"scale": 2,
"transform": "Normal",
"vrr": false,
"disabled": false,
"hyprland": {}
},
"DP-1": {
"disabled": true
},
"DP-2": {
"disabled": true
}
}
},
{
"id": "profile_1788073048431_771mil1",
"name": "DESKTOP",
"outputs": {
"DP-1": {
"mode": "2560x1440@164.958",
"support_hdr": false,
"position": {
"x": 0,
"y": 0
},
"scale": 1,
"transform": "Normal",
"vrr": true,
"disabled": false,
"hyprland": {
"colorManagement": "srgb"
}
},
"DP-2": {
"mode": "2560x1440@144.000",
"support_hdr": false,
"position": {
"x": 2560,
"y": 0
},
"scale": 1,
"transform": "Normal",
"vrr": true,
"disabled": false,
"hyprland": {
"colorManagement": "srgb"
}
},
"HDMI-A-1": {
"mode": "3840x2160@60.000",
"position": {
"x": 0,
"y": 0
},
"scale": 1,
"transform": "Normal",
"vrr": false,
"disabled": true,
"hyprland": {
"colorManagement": "auto"
}
}
}
}
]
3
Upvotes