Added window management to the config

This commit is contained in:
2024-08-14 17:22:38 -03:00
parent 9b4adcdbf7
commit 21a7f15493

View File

@@ -10,6 +10,22 @@
# Optional
# Whether to enable hyprland-session.target on hyprland startup
systemd.enable = true;
settings = {
decoration = {
shadow_offset = "0 5";
"col.shadow" = "rgba(00000099)";
};
"$mod" = "SUPER";
bindm = [
# mouse movements
"$mod, mouse:272, movewindow"
"$mod, mouse:273, resizewindow"
"$mod ALT, mouse:272, resizewindow"
];
};
};
# ...
}