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 = {
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"