fix(mpv): fix inconsistency with autocrop
This commit is contained in:
@@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user