From e2503b1c28b90a3c42707f33f7d97aa944a62ed9 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Fri, 15 Mar 2024 01:00:54 +0530 Subject: [PATCH] [feat] Add kdeconnect to floating window list --- linux/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/hyprland.nix b/linux/hyprland.nix index ba664244..637427ab 100644 --- a/linux/hyprland.nix +++ b/linux/hyprland.nix @@ -112,6 +112,7 @@ "float, title:^(Steam)$" "float, title:^(Archetype.*)$" "float, class:(.*nextcloud.*)" + "float, class:org.kde.kdeconnect.app" ]; "misc:vfr" = true;