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

View file

@ -12,4 +12,4 @@ source = ~/.config/hypr/config/input.conf
source = ~/.config/hypr/config/kb_layouts/fr.conf
source = ~/.config/hypr/config/appearance.conf
source = ~/.config/hypr/config/plugins.conf
# source = ~/.config/hypr/config/minimalist-mod.conf
#source = ~/.config/hypr/config/fast-mod.conf

View file

@ -1,2 +1,2 @@
preload = ~/.config/hypr/images/wallpaper.png
wallpaper = , ~/.config/hypr/images/wallpaper.png
preload = ~/.config/hypr/images/wallpaper.jpg
wallpaper = , ~/.config/hypr/images/wallpaper.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 MiB

View file

@ -7,6 +7,6 @@
hyprpaper &
hyprpm reload -nn &
albert &
# mako &
swaync &
systemctl --user start hyprpolkitagent &
~/.config/hypr/scripts/restore-waybar.sh