fixed hypr errors
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user