diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-02-10 12:39:49 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-02-10 12:39:49 +0100 |
| commit | 89395faa733da71347a4eb043ac117a844dab9b7 (patch) | |
| tree | 7150884f4793d5ab5a9d51581a9947554868bf41 | |
| parent | 78363e5c1d54a0fd22f3c5c721ba18348cc9f071 (diff) | |
hyprland fix present mode
| -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 = { |