✨ update
This commit is contained in:
@@ -13,14 +13,15 @@ source = ~/.config/hypr/keybinds.conf
|
||||
# _|
|
||||
|
||||
general {
|
||||
layout = master
|
||||
gaps_in = 4
|
||||
gaps_out = 6
|
||||
|
||||
border_size = 1
|
||||
#col.active_border = rgba(F38BA8FF) rgba(EBA0ACFF) rgba(FAB387FF) rgba(F9E2AFFF) 45deg
|
||||
col.active_border = rgba(A6E3A1FF) rgba(8AE2C5FF) rgba(64C896FF) rgba(52B478FF) 45deg;
|
||||
col.inactive_border = rgba(11111bff)
|
||||
no_border_on_floating = false # enable border on float window
|
||||
layout = master
|
||||
col.active_border = rgba(#5BCEFAFF) rgba(#F5A9B8FF) rgba(#FFFFFFFF) rgba(#FFF430FF) rgba(#FFFFFFFF) rgba(#9C59D1FF) rgba(#000000FF) 45deg;
|
||||
col.inactive_border = rgba(#00000000);
|
||||
|
||||
no_border_on_floating = false
|
||||
no_focus_fallback = false
|
||||
resize_on_border = false
|
||||
}
|
||||
@@ -58,19 +59,25 @@ input {
|
||||
animations {
|
||||
enabled = true
|
||||
|
||||
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 = liner, 1, 1, 1, 1
|
||||
bezier = specialWorkSwitch, 0.05, 0.7, 0.1, 1
|
||||
bezier = emphasizedAccel, 0.3, 0, 0.8, 0.15
|
||||
bezier = emphasizedDecel, 0.05, 0.7, 0.1, 1
|
||||
bezier = standard, 0.2, 0, 0, 1
|
||||
|
||||
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, 1, liner
|
||||
animation = borderangle, 1, 30, liner, loop
|
||||
animation = fade, 1, 10, default
|
||||
animation = workspaces, 1, 5, wind
|
||||
animation = layersIn, 1, 5, emphasizedDecel, slide
|
||||
animation = layersOut, 1, 4, emphasizedAccel, slide
|
||||
animation = fadeLayers, 1, 5, standard
|
||||
|
||||
animation = windowsIn, 1, 5, emphasizedDecel
|
||||
animation = windowsOut, 1, 3, emphasizedAccel
|
||||
animation = windowsMove, 1, 6, standard
|
||||
animation = workspaces, 1, 5, standard
|
||||
|
||||
animation = specialWorkspace, 1, 4, specialWorkSwitch, slidefadevert 15%
|
||||
|
||||
animation = fade, 1, 6, standard
|
||||
animation = fadeDim, 1, 6, standard
|
||||
animation = border, 1, 6, standard
|
||||
}
|
||||
|
||||
|
||||
@@ -78,7 +85,7 @@ animations {
|
||||
# (_|(/_(_(_)|
|
||||
|
||||
decoration {
|
||||
rounding = 0
|
||||
rounding = 6
|
||||
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.9
|
||||
@@ -110,5 +117,5 @@ misc {
|
||||
animate_manual_resizes = true
|
||||
mouse_move_focuses_monitor = true
|
||||
enable_swallow = true
|
||||
swallow_regex = ^(wezterm)$
|
||||
swallow_regex = ^(sakura)$
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user