From 39a8e1a427ff5253cf2bb141f7e04deeab4432cd Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 15 Apr 2025 15:20:07 +0200 Subject: [PATCH] Hyprland: KDE Connect presentation window rules --- modules/hm/hyprland.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 6caf223..5b8059e 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -319,6 +319,14 @@ in "tile, initialTitle:(TIDAL)" "tile, class:(Godot)" "idleinhibit fullscreen, class:(.*)" + + "float,class:org.kde.kdeconnect.daemon" + "noborder,class:org.kde.kdeconnect.daemon" + "pin,class:org.kde.kdeconnect.daemon" + "size 100% 100%,class:org.kde.kdeconnect.daemon" + "center,class:org.kde.kdeconnect.daemon" + "noshadow,class:org.kde.kdeconnect.daemon" + "noblur,class:org.kde.kdeconnect.daemon" ]; }; };