change hyprland congif
This commit is contained in:
parent
79194e5640
commit
1006fa8fb7
|
@ -32,8 +32,8 @@ in
|
||||||
|
|
||||||
|
|
||||||
general {
|
general {
|
||||||
gaps_in = 6
|
gaps_in = 4
|
||||||
gaps_out = 10
|
gaps_out = 8
|
||||||
border_size = 2
|
border_size = 2
|
||||||
col.active_border = rgba(595959ff)
|
col.active_border = rgba(595959ff)
|
||||||
col.inactive_border = rgba(00140e10)
|
col.inactive_border = rgba(00140e10)
|
||||||
|
@ -60,9 +60,9 @@ in
|
||||||
|
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 0
|
rounding = 5
|
||||||
active_opacity = 0.8500;
|
active_opacity = 0.9;
|
||||||
inactive_opacity = 0.76;
|
inactive_opacity = 0.9;
|
||||||
blur {
|
blur {
|
||||||
new_optimizations = 1
|
new_optimizations = 1
|
||||||
enabled = 1
|
enabled = 1
|
||||||
|
@ -77,11 +77,11 @@ in
|
||||||
animations {
|
animations {
|
||||||
enabled=1
|
enabled=1
|
||||||
bezier = overshot, 0.13, 0.99, 0.29, 1.1
|
bezier = overshot, 0.13, 0.99, 0.29, 1.1
|
||||||
animation = windows, 1, 4, overshot, slide
|
animation = windows, 1, 5, default, popin 75%
|
||||||
animation = windowsOut, 1, 5, default, popin 80%
|
animation = windowsOut, 1, 5, default, popin 75%
|
||||||
animation = border, 1, 5, default
|
animation = border, 1, 5, default
|
||||||
animation = fade, 1, 8, default
|
animation = fade, 1, 8, default
|
||||||
animation = workspaces, 1, 6, overshot, slidevert
|
animation = workspaces, 1, 6, default, fade
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -195,7 +195,7 @@ in
|
||||||
|
|
||||||
|
|
||||||
# autostart
|
# autostart
|
||||||
exec-once = hyprctl setcursor Catppuccin-Frappe-Dark 16
|
exec-once = hyprctl setcursor Catppuccin-Frappe-Dark 15
|
||||||
exec-once = systemctl --user import-environment &
|
exec-once = systemctl --user import-environment &
|
||||||
exec-once = hash dbus-update-activation-environment 2>/dev/null &
|
exec-once = hash dbus-update-activation-environment 2>/dev/null &
|
||||||
exec-once = dbus-update-activation-environment --systemd &
|
exec-once = dbus-update-activation-environment --systemd &
|
||||||
|
|
Loading…
Reference in a new issue