This commit is contained in:
2025-06-18 14:14:58 +02:00
parent ac7eebc5e5
commit c484adeccf

View File

@ -1,10 +1,11 @@
{ {
# Hyprland settings # Hyprland settings
wayland.windowManager.hyprland.enable = true; wayland.windowManager.hyprland = {
wayland.windowManager.hyprland.settings = { enable = true;
input = { settings = {
kb_layout = "se"; input = {
kb_variant = ""; kb_layout = "se";
kb_variant = "";
kb_model = ""; kb_model = "";
kb_options = ""; kb_options = "";
kb_rules = ""; kb_rules = "";
@ -90,8 +91,9 @@
); );
# Move/resize windows with mainMod + LMB/RMB and dragging # Move/resize windows with mainMod + LMB/RMB and dragging
bindm = [ bindm = [
"$mod, mouse:272, movewindow" "$mod, mouse:272, movewindow"
"$mod, mouse:273, resizewindow" "$mod, mouse:273, resizewindow"
]; ];
};
}; };
} }