diff options
author | ZachIR <zachir@librem.one> | 2024-10-31 12:07:14 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2024-10-31 12:07:14 -0500 |
commit | 76b662c7b576f5af9294a1dbdc8b94b35a1059ab (patch) | |
tree | 80187037932ee5a0cf1e88e600155ae55019f6fd /hypr/hyprland.conf | |
parent | 5c939654efcbf64c57812d9e670f6f6566ae8be0 (diff) |
Float kdenlive popup in Hyprland
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r-- | hypr/hyprland.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 9f1d55f..40b1ade 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -190,6 +190,7 @@ windowrule = float, ^(xdg-desktop-portal-gtk) windowrule = float, title:^(UNDERTALE)$ windowrule = float, ^(Tk)$ windowrule = float, ^(lxqt-policykit-agent)$ +windowrule = float, ^(Kdenlive)$ windowrulev2 = stayfocused, title:^()$, class:^(steam)$ windowrulev2 = minsize 1 1, title:^()$, class:^(steam)$ windowrulev2 = stayfocused, title:^(menu)$,class:^(yabridge-host.exe.so)$ |