updated hyprland config for pc and laptop

This commit is contained in:
2025-09-19 13:30:16 +02:00
parent eb8802a55f
commit 2e80099346
21 changed files with 155 additions and 25 deletions

View File

@@ -0,0 +1,17 @@
general { gaps_in = 6; gaps_out = 12; border_size = 2; col.active_border = rgba(4f84ccff) rgba(3c6eb1ff) 45deg; col.inactive_border = rgba(4f84cc80); layout = master; }
decoration { rounding = 8; blur = yes; blur_size = 7; blur_passes = 3; drop_shadow = yes; shadow_range = 20; shadow_render_power = 3; col.shadow = rgba(00000066); }
animations { enabled = yes; bezier = ease, 0.05, 0.9, 0.1, 1.0; animation = windows, 1, 5, ease, slide; animation = windowsOut, 1, 5, ease, slide; animation = border, 1, 10, default; animation = fade, 1, 7, ease; animation = workspaces, 1, 6, ease; }
input {
kb_layout = ultimatekeys
follow_mouse = 1
touchpad {
natural_scroll = true
tap-to-click = true
middle_button_emulation = true
}
}
master { new_is_master = true; mfact = 0.56; orientation = left; }
xwayland { force_zero_scaling = true; }