Fixes some issues with current hyprland

This commit is contained in:
Michel Fedde 2025-09-25 00:42:15 +02:00
parent 7375e2df58
commit c5b55c5459
10 changed files with 13 additions and 44 deletions

View file

@ -5,6 +5,7 @@ $scriptsDir = $HOME/.config/hypr/scripts
# wallpaper stuff / More wallpaper options below
exec-once = swww-daemon --format xrgb
exec-once = darkman run &
# Startup
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
@ -36,6 +37,4 @@ exec-once = wl-paste --type text --watch cliphist store # Stores only text data
exec-once = wl-paste --type image --watch cliphist store # Stores only image data
exec-once = hyprsunset &
exec-once = hyprshade auto
exec-once = bitwarden-daemon &
exec-once = sleep 1 && hyprctl reload &