feat: fix issues with the refactoring

This commit is contained in:
Xavier Morel
2025-07-23 18:04:01 +02:00
parent 85fdab6375
commit c2197f5e73
11 changed files with 47 additions and 86 deletions

View File

@@ -7,7 +7,7 @@ source = ~/.config/hypr/config/defaults.conf
# Autostart wiki https://wiki.hyprland.org/0.45.0/Configuring/Keywords/#executing #
exec-once = tailscale-systray &
exec-once = slack &
exec-once = swaybg -o \* -i ~/.wallpaper.jpg -m fill
# exec-once = swaybg -o \* -i ~/.wallpaper.jpg -m fill
exec-once = waybar &
exec-once = fcitx5 -d &
exec-once = mako &

View File

@@ -46,7 +46,7 @@ bindd = , XF86AudioPrev, Previous track, exec, playerctl previous
bindel = , XF86MonBrightnessUp, exec, brightnessctl s +5% #Increases brightness 5%
bindel = , XF86MonBrightnessDown, exec, brightnessctl s 5%- #Decreases brightness 5%
bindd = $mainMod SHIFT, P, Runs the calculator application, exec, gnome-calculator
bindd = $mainMod SHIFT, L, Lock the screen, exec, swaylock-fancy -e -K -p 10 -f Hack-Regular
bindd = $mainMod SHIFT, L, Lock the screen, exec, swaylock -e -K -p 10 -f Hack-Regular
bindd = $mainMod, O, Reload/restarts Waybar, exec, killall -SIGUSR2 waybar
# ======= Window Actions =======