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