summaryrefslogtreecommitdiff
path: root/.config/hypr
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-04-04 13:10:19 +0000
committerGitHub <noreply@github.com>2026-04-04 13:10:19 +0000
commit4892043640468b4bee5123d5dcf966e453ab47e9 (patch)
tree7fa04e87cdcbe018d0d53174bdbda95b6545e536 /.config/hypr
parent3696ad5ba3b01e69f38c77a6f78de07d9005e61f (diff)
Add window rule for mv and mpv applications
Diffstat (limited to '.config/hypr')
-rw-r--r--.config/hypr/hyprland.conf8
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