diff --git a/home.nix b/home.nix index 8102fc1..67a82d1 100644 --- a/home.nix +++ b/home.nix @@ -21,8 +21,8 @@ settings = { monitor = [ - "HDMI-A-2,preffered,auto,1" - "eDP-1,auto,1" + "HDMI-A-2, 1920x1080@60, 0x0, 1" + "eDP-1, 1920x1080@60, 0x0, 1" ]; input = { @@ -31,7 +31,6 @@ kb_options = "grp:alt_shift_toggle"; touchpad = { natural_scroll = true; - tap = true; }; }; @@ -43,23 +42,17 @@ }; master = { - new_is_master = true; mfact = 0.5; }; decoration = { rounding = 8; blur = { - enable = true; size = 3; passes = 2; }; }; - animations = { - enable = true; - }; - misc = { disable_hyprland_logo = true; disable_splash_rendering = true; @@ -73,7 +66,7 @@ "$mod SHIFT, RETURN, exec, $term" "$mod SHIFT, C, killactive" "$mod SHIFT, Q, exit" - "$mod, P, $menu" + "$mod, P, exec, $menu" "$mod, H, movefocus, l" "$mod, J, movefocus, r"