Browse Source

change some hyprland settings:

dwindle default layout and changed animations.
increased gaps in between windows
pull/279/head
JaKooLit 2 years ago
parent
commit
06739c6b1f
  1. 26
      config/hypr/UserConfigs/UserSettings.conf

26
config/hypr/UserConfigs/UserSettings.conf

@ -25,7 +25,7 @@ master {
general {
sensitivity=1.00
apply_sens_to_raw=1
gaps_in = 4
gaps_in = 6
gaps_out = 8
border_size = 2
resize_on_border = true
@ -33,7 +33,7 @@ general {
col.active_border = $color0 $color2 $color9 $color12 $color15 90deg
col.inactive_border = $backgroundCol
layout = master
layout = dwindle
}
group {
@ -45,7 +45,7 @@ group {
}
decoration {
rounding = 8
rounding = 10
active_opacity = 1.0
inactive_opacity = 0.9
@ -74,25 +74,19 @@ decoration {
animations {
enabled = yes
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
bezier = linear, 0.0, 0.0, 1.0, 1.0
bezier = wind, 0.05, 0.9, 0.1, 1.05
bezier = winIn, 0.1, 1.1, 0.1, 1.1
bezier = winOut, 0.3, -0.3, 0, 1
bezier = slow, 0, 0.85, 0.3, 1
bezier = overshot, 0.7, 0.6, 0.1, 1.1
bezier = bounce, 1.1, 1.6, 0.1, 0.85
bezier = sligshot, 1, -1, 0.15, 1.25
bezier = nice, 0, 6.9, 0.5, -4.20
bezier = liner, 1, 1, 1, 1
animation = windowsIn, 1, 5, slow, popin
animation = windowsOut, 1, 5, winOut, popin
animation = windows, 1, 6, wind, slide
animation = windowsIn, 1, 6, winIn, slide
animation = windowsOut, 1, 5, winOut, slide
animation = windowsMove, 1, 5, wind, slide
animation = border, 1, 10, linear
animation = borderangle, 1, 180, linear, loop #used by rainbow borders and rotating colors
animation = fade, 1, 5, overshot
animation = border, 1, 1, liner
animation = borderangle, 1, 180, liner, loop #used by rainbow borders and rotating colors
animation = fade, 1, 10, default
animation = workspaces, 1, 5, wind
animation = windows, 1, 5, bounce, popin
}
input {

Loading…
Cancel
Save