increased hyprland border size to 2

This commit is contained in:
Gabriella Bere 2025-10-03 16:42:12 +01:00
parent c7497e9531
commit 27a2318e24

View file

@ -51,9 +51,11 @@
# General settings # General settings
general = { general = {
gaps_out = 10; gaps_out = 10;
border_size = 2;
}; };
decoration = { decoration = {
rounding = 10; rounding = 10;
}; };
# Allow using SUPER + left click to move windows and SUPER + right click to resize windows # Allow using SUPER + left click to move windows and SUPER + right click to resize windows