Merge pull request #2365 from basecamp/fix-omarchy-screenrecord

Fix Omarchy Screenrecord
This commit is contained in:
Ryan Hughes
2025-10-11 02:00:23 -04:00
committed by GitHub
7 changed files with 120 additions and 24 deletions

View File

@@ -0,0 +1,6 @@
# Webcam overlay for screen recording
windowrule = float, title:WebcamOverlay
windowrule = pin, title:WebcamOverlay
windowrule = noinitialfocus, title:WebcamOverlay
windowrule = nodim, title:WebcamOverlay
windowrule = move 100%-w-40 100%-w-40, title:WebcamOverlay # There's a typo in the hyprland rule so 100%-w on the height param is actually correct here