diff options
| -rw-r--r-- | common/home/hyprland/default.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix index 6cd4fe3..c30c332 100644 --- a/common/home/hyprland/default.nix +++ b/common/home/hyprland/default.nix @@ -163,6 +163,19 @@ "pin,class:^(Hyprland::WinClass::Floating)$" "float,class:^(Hyprland::WinClass::Floating)$" "center,class:^(Hyprland::WinClass::Floating)$" + + # KDE Connect Presentation + "opacity 1, title: KDE Connect Daemon" + "noblur, title: KDE Connect Daemon" + "noborder, title: KDE Connect Daemon" + "noshadow, title: KDE Connect Daemon" + "noanim, title: KDE Connect Daemon" + "nofocus, title: KDE Connect Daemon" + "suppressevent fullscreen, title: KDE Connect Daemon" + "float, title: KDE Connect Daemon" + "pin, title: KDE Connect Daemon" + "move 0 0, title: KDE Connect Daemon" + "size 1920 1080, title: KDE Connect Daemon" ]; ecosystem = { |