From 4892043640468b4bee5123d5dcf966e453ab47e9 Mon Sep 17 00:00:00 2001 From: silly Date: Sat, 4 Apr 2026 13:10:19 +0000 Subject: Add window rule for mv and mpv applications --- .config/hypr/hyprland.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.config') 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 -- cgit v1.3.1