fix(mpv): fix inconsistency with autocrop

This commit is contained in:
kenji
2026-07-04 07:02:49 -05:00
parent 1c5d9c21d4
commit 25202b7884
2 changed files with 18 additions and 1 deletions
+4 -1
View File
@@ -31,13 +31,16 @@
fi
'';
in {
home.packages = [
toggleImmersive
];
wayland.windowManager.hyprland = {
enable = true;
settings = {
# Bind to your preferred combo (e.g., Super + Alt + M)
bind = [
"$mod ALT, M, exec, ${toggleImmersive}/bin/toggle-immersive"
"SUPER ALT, M, exec, ${toggleImmersive}/bin/toggle-immersive"
];
};
};