fixed hypr errors

This commit is contained in:
Odweta
2026-01-11 17:39:22 +01:00
parent 1ca7e8512d
commit 1116f52656
+3 -10
View File
@@ -21,8 +21,8 @@
settings = { settings = {
monitor = [ monitor = [
"HDMI-A-2,preffered,auto,1" "HDMI-A-2, 1920x1080@60, 0x0, 1"
"eDP-1,auto,1" "eDP-1, 1920x1080@60, 0x0, 1"
]; ];
input = { input = {
@@ -31,7 +31,6 @@
kb_options = "grp:alt_shift_toggle"; kb_options = "grp:alt_shift_toggle";
touchpad = { touchpad = {
natural_scroll = true; natural_scroll = true;
tap = true;
}; };
}; };
@@ -43,23 +42,17 @@
}; };
master = { master = {
new_is_master = true;
mfact = 0.5; mfact = 0.5;
}; };
decoration = { decoration = {
rounding = 8; rounding = 8;
blur = { blur = {
enable = true;
size = 3; size = 3;
passes = 2; passes = 2;
}; };
}; };
animations = {
enable = true;
};
misc = { misc = {
disable_hyprland_logo = true; disable_hyprland_logo = true;
disable_splash_rendering = true; disable_splash_rendering = true;
@@ -73,7 +66,7 @@
"$mod SHIFT, RETURN, exec, $term" "$mod SHIFT, RETURN, exec, $term"
"$mod SHIFT, C, killactive" "$mod SHIFT, C, killactive"
"$mod SHIFT, Q, exit" "$mod SHIFT, Q, exit"
"$mod, P, $menu" "$mod, P, exec, $menu"
"$mod, H, movefocus, l" "$mod, H, movefocus, l"
"$mod, J, movefocus, r" "$mod, J, movefocus, r"