1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 15:32:50 -05:00

support for Hyprland workspaces

This commit is contained in:
bbedward
2025-11-12 16:05:50 -05:00
parent b79e9f72ce
commit fd3e7470f4
2 changed files with 56 additions and 19 deletions

View File

@@ -347,7 +347,8 @@ Singleton {
}
function detectCompositor() {
if (hyprlandSignature && hyprlandSignature.length > 0) {
if (hyprlandSignature && hyprlandSignature.length > 0 &&
!niriSocket && !swaySocket && !labwcPid) {
isHyprland = true
isNiri = false
isDwl = false