diff options
| author | silly <u65487754@gmail.com> | 2026-04-04 13:10:19 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-04 13:10:19 +0000 |
| commit | 4892043640468b4bee5123d5dcf966e453ab47e9 (patch) | |
| tree | 7fa04e87cdcbe018d0d53174bdbda95b6545e536 | |
| parent | 3696ad5ba3b01e69f38c77a6f78de07d9005e61f (diff) | |
Add window rule for mv and mpv applications
| -rw-r--r-- | .config/hypr/hyprland.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 77c2564..cec89b2 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -90,6 +90,14 @@ dwindle { preserve_split = 1 } +windowrule { + name = mv + match:initial_class = ^(imv|mpv)$ + float = on + center = on + size = 600 600 +} + bind = $mainMod, Q, exec, $terminal bind = $mainMod, C, killactive bind = $mainMod, T, exec, ~/.config/scripts/master.sh |
