Compare commits
6 Commits
833d576491
...
6f5e643744
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f5e643744 | |||
| 0f4eec6e05 | |||
| bc02a33aee | |||
| d613746a28 | |||
| f5899b9900 | |||
| 4251de7644 |
@ -51,6 +51,7 @@ 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
|
||||||
|
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
@ -147,27 +148,26 @@ animations {
|
|||||||
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||||
|
|
||||||
bezier = easeOutQuint,0.23,1,0.32,1
|
bezier = easeOutQuint,0.23,1,0.32,1
|
||||||
bezier = easeInOutCubic,0.65,0.05,0.36,1
|
bezier = easeInOutCubic,0.65,0.5,0.36,1
|
||||||
bezier = linear,0,0,1,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
|
bezier = quick,0.15,0,0.1,1
|
||||||
|
|
||||||
animation = global, 1, 10, default
|
animation = global, 1, 10, default
|
||||||
animation = border, 1, 5.39, easeOutQuint
|
animation = border, 1, 10, easeOutQuint
|
||||||
animation = windows, 1, 4.79, easeOutQuint
|
animation = windows, 1, 5, easeOutQuint
|
||||||
animation = windowsIn, 1, 4.1, easeOutQuint, popin 87%
|
animation = windowsIn, 1, 6, easeOutQuint, popin 87%
|
||||||
animation = windowsOut, 1, 1.49, linear, popin 87%
|
animation = windowsOut, 1, 5, easeOutQuint, popin 87%
|
||||||
animation = fadeIn, 1, 1.73, almostLinear
|
animation = fadeIn, 1, 6, easeOutQuint
|
||||||
animation = fadeOut, 1, 1.46, almostLinear
|
animation = fadeOut, 1, 5, easeOutQuint
|
||||||
animation = fade, 1, 3.03, quick
|
animation = fade, 1, 6, quick
|
||||||
animation = layers, 1, 3.81, easeOutQuint
|
animation = layers, 1, 5, easeOutQuint
|
||||||
animation = layersIn, 1, 4, easeOutQuint, fade
|
animation = layersIn, 1, 6, easeOutQuint, fade
|
||||||
animation = layersOut, 1, 1.5, linear, fade
|
animation = layersOut, 1, 4, easeOutQuint, fade
|
||||||
animation = fadeLayersIn, 1, 1.79, almostLinear
|
animation = fadeLayersIn, 1, 6, easeOutQuint
|
||||||
animation = fadeLayersOut, 1, 1.39, almostLinear
|
animation = fadeLayersOut, 1, 5, easeOutQuint
|
||||||
animation = workspaces, 1, 1.94, almostLinear, fade
|
animation = workspaces, 1, 6, easeOutQuint, slide
|
||||||
animation = workspacesIn, 1, 1.21, almostLinear, fade
|
animation = workspacesIn, 1, 6, easeOutQuint, slide
|
||||||
animation = workspacesOut, 1, 1.94, almostLinear, fade
|
animation = workspacesOut, 1, 6, easeOutQuint, slide
|
||||||
}
|
}
|
||||||
|
|
||||||
# Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/
|
# Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/
|
||||||
@ -224,7 +224,7 @@ input {
|
|||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||||
gestures {
|
gestures {
|
||||||
workspace_swipe = false
|
workspace_swipe = true
|
||||||
}
|
}
|
||||||
|
|
||||||
# Example per-device config
|
# Example per-device config
|
||||||
|
|||||||
@ -5,7 +5,11 @@ 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
2
nvim
@ -1 +1 @@
|
|||||||
Subproject commit 2b831a3dd4fc27ea9cc8bcd29f5bcb57e9002c85
|
Subproject commit 0420e643c7ea67e32d430c4526c6e0a25a833375
|
||||||
@ -1 +1 @@
|
|||||||
Subproject commit a8f0a1d6e32e1466c3fc3c0c51b1302fda343d62
|
Subproject commit 318ca10e44dc776503e13a19c97aa3827a1e90bd
|
||||||
Loading…
x
Reference in New Issue
Block a user