Refined animations + lockscreen and bar appearance. Added vim-like windows control shortcuts and a new fastfetch WOLFforce logo. Changed helix config + other minor changes and fixes.
This commit is contained in:
parent
b29b841391
commit
ddaad92455
13 changed files with 97 additions and 43 deletions
|
|
@ -83,6 +83,13 @@ layerrule {
|
|||
match:namespace = ^(selection)$
|
||||
}
|
||||
|
||||
layerrule {
|
||||
name = hyprpicker
|
||||
blur = off
|
||||
animation = fade
|
||||
match:namespace = ^(hyprpicker)$
|
||||
}
|
||||
|
||||
## Old
|
||||
# layerrule = blur, swaync-control-center
|
||||
# layerrule = blur, swaync-notification-window
|
||||
|
|
@ -111,26 +118,25 @@ animations {
|
|||
animation = global, 1, 10, default
|
||||
animation = border, 1, 4, easeOutQuint
|
||||
|
||||
animation = windows, 1, 3.79, easeOutQuint
|
||||
animation = windows, 1, 3.5, easeOutQuint
|
||||
animation = windowsIn, 1, 3.1, easeOutQuint, popin 87%
|
||||
animation = windowsOut, 1, 1.49, linear, popin 87%
|
||||
|
||||
animation = fadeIn, 1, 1.73, almostLinear
|
||||
animation = fadeOut, 1, 1.46, almostLinear
|
||||
animation = fade, 1, 3.03, quick
|
||||
animation = fadeIn, 1, 1.73, easeOutQuint
|
||||
animation = fadeOut, 1, 1.46, easeOutQuint
|
||||
animation = fade, 1, 3.03, easeOutQuint
|
||||
|
||||
animation = layers, 1, 3.81, easeOutQuint
|
||||
animation = layersIn, 1, 3, easeOutQuint, popin 85%
|
||||
animation = layersOut, 1, 3, linear, popin
|
||||
# animation = fadeLayersIn, 1, 1.79, almostLinear
|
||||
# animation = fadeLayersOut, 1, 1.39, almostLinear
|
||||
animation = layers, 1, 3, easeOutQuint
|
||||
# animation = layersIn, 1, 2.4, easeOutQuint, popin 85%
|
||||
# animation = layersOut, 1, 2.4, easeOutQuint, popin 85%
|
||||
animation = layersIn, 1, 2.4, easeOutQuint, fade
|
||||
animation = layersOut, 1, 2.4, easeOutQuint, fade
|
||||
animation = fadeLayersIn, 1, 2, easeOutQuint
|
||||
animation = fadeLayersOut, 1, 2, easeOutQuint
|
||||
|
||||
animation = workspaces, 1, 2.2 , easeOutQuint, slidefadevert
|
||||
animation = workspacesIn, 1, 3, easeOutQuint, slide
|
||||
animation = workspacesOut, 1, 3, easeOutQuint, slide
|
||||
|
||||
# animation = workspacesIn, 1, 3, easeOutQuint, slidefade
|
||||
# animation = workspacesOut, 1, 5, easeOutQuint, slidefade
|
||||
animation = workspaces, 1, 2.8 , easeOutQuint, slidefadevert
|
||||
animation = workspacesIn, 1, 2.6, easeOutQuint, slide
|
||||
animation = workspacesOut, 1, 2.6, easeOutQuint, slide
|
||||
}
|
||||
|
||||
# Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/
|
||||
|
|
@ -145,7 +151,6 @@ animations {
|
|||
|
||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||
dwindle {
|
||||
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
preserve_split = true # You probably want this
|
||||
}
|
||||
|
||||
|
|
@ -159,7 +164,6 @@ misc {
|
|||
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
|
||||
disable_splash_rendering = true # Disable default wallpapers rendering
|
||||
vfr = true # Lower sent frames when idle
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -263,6 +267,23 @@ windowrule {
|
|||
match:class = (org.kde.kdenlive) # initialTitle:^(Kdenlive)$
|
||||
}
|
||||
|
||||
# Gnome characters
|
||||
windowrule {
|
||||
name = gnome-characters
|
||||
float = on
|
||||
size = (849) (566)
|
||||
match:class = (org.gnome.Characters)
|
||||
}
|
||||
|
||||
# Mullvad VPN
|
||||
# windowrule {
|
||||
# name = mullvad-von
|
||||
# float = on
|
||||
# size = (320) (568)
|
||||
# # move = "{ (monitor_w - window_w - 4), (monitor_h - window_h - 4) }"
|
||||
# match:class = (Mullvad VPN)
|
||||
# }
|
||||
|
||||
|
||||
# TODO Automatically fullscreen single apps
|
||||
# - Seems impossible for now (try mixing with workspace rules)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue