So many updates that I don't remember what I did since the last commit

This commit is contained in:
Gu://em_ 2025-05-04 23:53:29 +02:00
parent ec120f92ce
commit 7c718c80dc
21 changed files with 991 additions and 18 deletions

View file

@ -56,6 +56,14 @@ decoration {
# Apply blur to waybar
layerrule = blur,waybar
# Apply blur to swaync
layerrule = blur, swaync-control-center
layerrule = blur, swaync-notification-window
layerrule = ignorezero, swaync-control-center
layerrule = ignorezero, swaync-notification-window
layerrule = ignorealpha 0.5, swaync-control-center
layerrule = ignorealpha 0.5, swaync-notification-window
# https://wiki.hyprland.org/Configuring/Variables/#animations
animations {

View file

@ -7,9 +7,9 @@
# Set programs that you use
$terminal = kitty
#$fileManager = cosmic-files
$fileManager = cosmic-files
$fileManager = nautilus
$menu = albert toggle
$notificationsManager = fnott
$notificationsManager = swaync
#################

View file

@ -0,0 +1,6 @@
# Mod file to disable desktop animations
animations {
enabled = false
}

View file

@ -51,6 +51,7 @@ bind = $mainMod SHIFT, M, exit, # Exit desktop session
# Shortcuts
bind = $mainMod, RETURN, exec, $terminal
bind = $mainMod, X, exec, $terminal # Absolutely not because I dislocated my arm
bind = $mainMod, SPACE, exec, $menu
bind = $mainMod, E, exec, $fileManager
bindel = , XF86Launch1, exec, kitty vim ~/.config/hypr/config