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:
Gu://em_ 2026-08-04 11:10:39 +02:00
parent b29b841391
commit ddaad92455
13 changed files with 97 additions and 43 deletions

View file

@ -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)

View file

@ -60,6 +60,8 @@ env = XDG_CURRENT_DESKTOP,Hyprland
# env = WLR_RENDERER,vulkan
# SDL
# env = SDL_VIDEODRIVER,wayland
# env = QT_QPA_PLATFORMTHEME,hyprqt6engine
env = QT_QPA_PLATFORMTHEME,qt6ct
# Nvidia

View file

@ -41,7 +41,7 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
bind = $mainMod, Q, killactive,
bind = $mainMod, R, exec, $menu # Omnibar
bind = $mainMod, D, exec, $menu # Legacy menu shortcut
bind = $mainMod, L, exec, hyprlock # Lockscreen
bind = $mainMod, I, exec, hyprlock # Lockscreen
bind = $mainMod, B, exec, ~/.config/hypr/scripts/toggle-waybar.sh # Toggle sidebar
bind = $mainMod SHIFT, R, exec, ~/.config/hypr/scripts/reload.sh # Reload desktop
bind = $mainMod, F11, exec, ~/.config/hypr/scripts/gamemode.sh # Gamemode
@ -62,6 +62,12 @@ bind = $mainMod, right, movefocus, r
bind = $mainMod, up, movefocus, u
bind = $mainMod, down, movefocus, d
# Move focus with mainMod + hjkl (vim keybinds)
bind = $mainMod, H, movefocus, l
bind = $mainMod, L, movefocus, r
bind = $mainMod, K, movefocus, u
bind = $mainMod, J, movefocus, d
# Move windows with mainMod + shift + arrow keys
bind = $mainMod SHIFT, left, movewindow, l
bind = $mainMod SHIFT, right, movewindow, r
@ -70,9 +76,9 @@ bind = $mainMod SHIFT, down, movewindow, d
# Layout
bind = $mainMod, F, fullscreen,
bind = $mainMod, V, togglesplit, # Horizontal/vertical split
bindd = $mainMod, V, $d toggle split, layoutmsg, togglesplit # Horizontal/vertical split
bind = $mainMod, T, togglefloating,
bind = $mainMod, H, pseudo, # Toggle pseudo-tiling
bind = $mainMod, Y, pseudo, # Toggle pseudo-tiling
# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1

View file

@ -1,10 +0,0 @@
################
### MONITORS ###
################
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor=,preferred,auto,auto
monitor=eDP-1,preferred,0x0,1 # Laptop screen
monitor=DP-1, preferred, 0x-1080, 1 # HP Home monitor
monitor=DP-2, preferred, 0x-1080, 1 # HP Home monitor
monitor=HDMI-A-1, preferred, 0x-1440, 1 # Dell monitor