diff options
author | zachir <zachir@librem.one> | 2024-01-13 12:56:37 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-01-13 12:56:37 -0600 |
commit | ccee14e767c95407f300c2b5b7c442eec936a9ec (patch) | |
tree | 45e35d15f09c8bb4418302e8d69159599350b8ee | |
parent | ce99c3851ca87e2292dc8fb32d6023996b2f0aa0 (diff) |
hypr: Float gtk desktop portal windows
-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 88039e7..a278264 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -160,6 +160,7 @@ plugin { windowrule = windowdance, class:^(oneshot)$ windowrule = fullscreen, ^(Xephyr)$ windowrule = float, title:^(LibreWolf - Choose User Profile)$ +windowrule = float, class:^(xdg-desktop-portal-gtk) windowrulev2 = tile, class:^(REAPER)$, title:^(.*REAPER v[0-9.]* - Licensed for personal/small business use)$ #windowrulev2 = float, class:^(yabridge-host.exe.so)$, title:^(menu)$ #windowrulev2 = float,floating:0, title:^(menu)$ |