Compare commits

..

2 Commits

Author SHA1 Message Date
7d81c0e9f5 smoother hyprland animations 2026-02-03 21:16:32 +01:00
a57432b6ec push 2026-02-03 21:13:05 +01:00
5 changed files with 16 additions and 31 deletions

View File

@ -51,7 +51,6 @@ exec-once = qs
exec-once = hyprctl setcursor gentoo 24 exec-once = hyprctl setcursor gentoo 24
exec-once = gentoo-pipewire-launcher exec-once = gentoo-pipewire-launcher
exec-once = /usr/libexec/polkit-gnome-authentication-agent-1 exec-once = /usr/libexec/polkit-gnome-authentication-agent-1
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
############################# #############################
@ -143,31 +142,21 @@ device {
} }
# https://wiki.hyprland.org/Configuring/Variables/#animations # https://wiki.hyprland.org/Configuring/Variables/#animations
animations { animations {
enabled = yes, please :) enabled = yes
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more # A smoother bezier curve for sliding animations
bezier = smooth, 0.23, 1, 0.32, 1
bezier = easeOutQuint,0.23,1,0.32,1 # Use slide for everything
bezier = easeInOutCubic,0.65,0.5,0.36,1 animation = windows, 1, 5, smooth, slide
bezier = linear,0,0,1,1 animation = workspaces, 1, 5, smooth, slide
bezier = quick,0.15,0,0.1,1 animation = layers, 1, 5, smooth, slide
animation = global, 1, 10, default # Fading animation
animation = border, 1, 10, easeOutQuint animation = fade, 1, 5, default
animation = windows, 1, 5, easeOutQuint
animation = windowsIn, 1, 6, easeOutQuint, popin 87% # Border animation
animation = windowsOut, 1, 5, easeOutQuint, popin 87% animation = border, 1, 10, default
animation = fadeIn, 1, 6, easeOutQuint
animation = fadeOut, 1, 5, easeOutQuint
animation = fade, 1, 6, quick
animation = layers, 1, 5, easeOutQuint
animation = layersIn, 1, 6, easeOutQuint, fade
animation = layersOut, 1, 4, easeOutQuint, fade
animation = fadeLayersIn, 1, 6, easeOutQuint
animation = fadeLayersOut, 1, 5, easeOutQuint
animation = workspaces, 1, 6, easeOutQuint, slide
animation = workspacesIn, 1, 6, easeOutQuint, slide
animation = workspacesOut, 1, 6, easeOutQuint, slide
} }
# Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/ # Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/
@ -224,7 +213,7 @@ input {
# https://wiki.hyprland.org/Configuring/Variables/#gestures # https://wiki.hyprland.org/Configuring/Variables/#gestures
gestures { gestures {
workspace_swipe = true workspace_swipe = false
} }
# Example per-device config # Example per-device config

View File

@ -1,7 +1,7 @@
include colors.conf include colors.conf
window_padding_width 10 window_padding_width 10
ynamic_background_opacity no ynamic_background_opacity no
font_size 10 font_size 12
# BEGIN_KITTY_FONTS # BEGIN_KITTY_FONTS
font_family family="Maple Mono" font_family family="Maple Mono"

View File

@ -5,11 +5,7 @@ dynamic_background_opacity no
font_size 10 font_size 10
# BEGIN_KITTY_FONTS # BEGIN_KITTY_FONTS
<<<<<<< HEAD
font_family family="Adwaita Mono"
=======
font_family family="Maple Mono NL" font_family family="Maple Mono NL"
>>>>>>> bb40f68e14acd360040ccd4b63d3b52bda01e261
bold_font auto bold_font auto
italic_font auto italic_font auto
bold_italic_font auto bold_italic_font auto

2
nvim

@ -1 +1 @@
Subproject commit 0420e643c7ea67e32d430c4526c6e0a25a833375 Subproject commit 2b831a3dd4fc27ea9cc8bcd29f5bcb57e9002c85

@ -1 +1 @@
Subproject commit 45aed4fab3d1770dede54bdf2dc6672e06b224fe Subproject commit 45afaf955ebc34da43c8d4c8e03cdf3864dd0d38