Update hyprland.conf
This commit is contained in:
parent
921e60a7f3
commit
1ca8de489d
@ -5,8 +5,8 @@ general {
|
|||||||
gaps_in = 3
|
gaps_in = 3
|
||||||
gaps_out = 6
|
gaps_out = 6
|
||||||
border_size = 2
|
border_size = 2
|
||||||
col.active_border = rgb(fab387)
|
col.active_border = rgba(0DB7D4FF) rgba(7AA2F7FF) rgba(9778D0FF) 45deg
|
||||||
col.inactive_border = rgba(595959aa)
|
col.inactive_border = rgba(04404aaa)
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
@ -27,16 +27,12 @@ gestures {
|
|||||||
|
|
||||||
animations {
|
animations {
|
||||||
enabled=1
|
enabled=1
|
||||||
bezier=slow,0,0.85,0.3,1
|
bezier = md3_decel, 0.05, 0.7, 0.1, 1
|
||||||
bezier=overshot,0.7,0.6,0.1,1.1
|
animation = windows, 1, 2, md3_decel, popin 80%
|
||||||
bezier=bounce,1,1.6,0.1,0.85
|
animation = border, 1, 10, default
|
||||||
bezier=slingshot,1,-1,0.15,1.25
|
animation = fade, 1, 2, default
|
||||||
bezier=nice,0,6.9,0.5,-4.20
|
animation = workspaces, 1, 3, md3_decel
|
||||||
|
animation = specialWorkspace, 1, 3, md3_decel, slidevert
|
||||||
animation=windows,1,2,overshot,slide
|
|
||||||
animation=border,1,20,default
|
|
||||||
animation=fade,1,2,default
|
|
||||||
animation=workspaces,1,2,overshot,slide
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dwindle {
|
dwindle {
|
||||||
@ -45,14 +41,23 @@ dwindle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding=10
|
rounding=15
|
||||||
multisample_edges=1
|
multisample_edges=1
|
||||||
blur=1
|
blur {
|
||||||
blur_size=1
|
enabled = true
|
||||||
blur_passes=4
|
xray = true
|
||||||
blur_new_optimizations=1
|
size = 2
|
||||||
blur_ignore_opacity=0
|
passes = 3
|
||||||
blur_xray=0
|
new_optimizations = on
|
||||||
|
|
||||||
|
noise = 0.01
|
||||||
|
contrast = 1.6
|
||||||
|
brightness = 1.1
|
||||||
|
|
||||||
|
#contrast = 1
|
||||||
|
#brightness = 1
|
||||||
|
|
||||||
|
}
|
||||||
drop_shadow=0
|
drop_shadow=0
|
||||||
shadow_range=6
|
shadow_range=6
|
||||||
shadow_render_power=2
|
shadow_render_power=2
|
||||||
@ -66,6 +71,13 @@ misc {
|
|||||||
suppress_portal_warnings = true
|
suppress_portal_warnings = true
|
||||||
enable_swallow = true
|
enable_swallow = true
|
||||||
swallow_regex = ^(kitty)$
|
swallow_regex = ^(kitty)$
|
||||||
|
disable_hyprland_logo = true
|
||||||
|
disable_splash_rendering = true
|
||||||
|
focus_on_activate = true
|
||||||
|
animate_manual_resizes = true
|
||||||
|
animate_mouse_windowdragging = true
|
||||||
|
mouse_move_enables_dpms = true
|
||||||
|
key_press_enables_dpms = true
|
||||||
}
|
}
|
||||||
|
|
||||||
env=MOZ_ENABLE_WAYLAND,1
|
env=MOZ_ENABLE_WAYLAND,1
|
||||||
|
Loading…
Reference in New Issue
Block a user