stop warp cursor when changing window on hyprland. remove monitor in default config

This commit is contained in:
2024-10-29 14:35:18 +01:00
parent 3312fb5f4e
commit 1652b06599

View File

@ -146,6 +146,8 @@
layout = "dwindle";
};
cursor.no_warps = true;
env = [
"HYPRCURSOR_SIZE,17"
"HYPRCURSOR_THEME,bibata-modern-classic"
@ -157,10 +159,5 @@
"waybar&"
"alacritty&"
];
monitor= [
"eDP-1, 1920x1080@120, 0x0, 1"
"HDMI-A-1, 1920x1080@60, auto, auto"
];
};
}