diff --git a/default/hypr/apps.conf b/default/hypr/apps.conf index 48c0edf6..faf14486 100644 --- a/default/hypr/apps.conf +++ b/default/hypr/apps.conf @@ -1,4 +1,5 @@ # App-specific tweaks +source = ~/.local/share/omarchy/default/hypr/apps/pip.conf source = ~/.local/share/omarchy/default/hypr/apps/chromium.conf source = ~/.local/share/omarchy/default/hypr/apps/hyprshot.conf source = ~/.local/share/omarchy/default/hypr/apps/retroarch.conf diff --git a/default/hypr/apps/pip.conf b/default/hypr/apps/pip.conf new file mode 100644 index 00000000..186489eb --- /dev/null +++ b/default/hypr/apps/pip.conf @@ -0,0 +1,8 @@ +# Picture-in-picture overlays +windowrule = tag +pip, title:(Picture.{0,1}in.{0,1}[Pp]icture) +windowrule = float, tag:pip +windowrule = pin, tag:pip +windowrule = keepaspectratio, tag:pip +windowrule = noborder, tag:pip +windowrule = opacity 1 1, tag:pip +windowrule = move 100%-w-40 4%, tag:pip