mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 12:10:38 +02:00
Update .config/hypr/hyprland/exec.conf
Update .config/hypr/hyprland/general.conf
This commit is contained in:
@@ -6,4 +6,3 @@ exec-once = uwsm app -- kdeconnect-indicator
|
|||||||
exec-once = uwsm app -- waybar
|
exec-once = uwsm app -- waybar
|
||||||
exec-once = swww-daemon
|
exec-once = swww-daemon
|
||||||
exec-once = openrgb -c white
|
exec-once = openrgb -c white
|
||||||
exec-shutdown = openrgb -c black
|
|
||||||
|
|||||||
@@ -17,3 +17,31 @@ general {
|
|||||||
layout = dwindle
|
layout = dwindle
|
||||||
}
|
}
|
||||||
|
|
||||||
|
animations {
|
||||||
|
enabled = yes, please :)
|
||||||
|
|
||||||
|
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||||
|
|
||||||
|
bezier = easeOutQuint,0.23,1,0.32,1
|
||||||
|
bezier = easeInOutCubic,0.65,0.05,0.36,1
|
||||||
|
bezier = linear,0,0,1,1
|
||||||
|
bezier = almostLinear,0.5,0.5,0.75,1.0
|
||||||
|
bezier = quick,0.15,0,0.1,1
|
||||||
|
|
||||||
|
animation = global, 1, 7, default
|
||||||
|
animation = border, 1, 3.39, easeOutQuint
|
||||||
|
animation = windows, 1, 2.79, easeOutQuint
|
||||||
|
animation = windowsIn, 1, 2.1, easeOutQuint, popin 87%
|
||||||
|
animation = windowsOut, 1, 1, linear, popin 87%
|
||||||
|
animation = fadeIn, 1, 1.4, almostLinear
|
||||||
|
animation = fadeOut, 1, 1.2, almostLinear
|
||||||
|
animation = fade, 1, 3.03, quick
|
||||||
|
animation = layers, 1, 2, easeOutQuint
|
||||||
|
animation = layersIn, 1, 2, easeOutQuint, fade
|
||||||
|
animation = layersOut, 1, 1, linear, fade
|
||||||
|
animation = fadeLayersIn, 1, 1.4, almostLinear
|
||||||
|
animation = fadeLayersOut, 1, 1.1, almostLinear
|
||||||
|
animation = workspaces, 1, 1.4, quick, slidevert
|
||||||
|
animation = workspacesIn, 1, 0.5, quick, slidevert
|
||||||
|
animation = workspacesOut, 1, 0.5, quick, slidevert
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user