diff --git a/README.org b/README.org index 91541ed..f869023 100644 --- a/README.org +++ b/README.org @@ -9070,9 +9070,9 @@ declare -a startup_array=(\ "/usr/bin/swhks" \ # Simple Wayland HotKey Server "sudo /usr/bin/swhkd" \ # Simple Wayland HotKey Daemon # Display / Compositor Setup - "/usr/bin/shikane" \ # Display Setup - "$HOME/.azotebg" \ # Wallpaper - "/usr/bin/gammastep -x" \ # Reset gammastep night light + "/usr/bin/shikane" \ # Display Setup + "/usr/bin/hyprwall --restore" \ # Wallpaper + "/usr/bin/gammastep -x" \ # Reset gammastep night light # Tray Applications "/usr/bin/gammastep-indicator" \ # Gamamstep Night Light Indicator "/usr/bin/blueman-applet" \ # Bluetooth Manager Applet diff --git a/dwl/.config/dwl b/dwl/.config/dwl index 07c8cc4..1ff17a3 160000 --- a/dwl/.config/dwl +++ b/dwl/.config/dwl @@ -1 +1 @@ -Subproject commit 07c8cc46d312de8a7a65086707b693ccee25e45d +Subproject commit 1ff17a3e0b56c7a20d83c06234d2f2b055f73220 diff --git a/dwl/.scripts/wayland-startup.sh b/dwl/.scripts/wayland-startup.sh index 3a2df07..048b2f9 100755 --- a/dwl/.scripts/wayland-startup.sh +++ b/dwl/.scripts/wayland-startup.sh @@ -12,9 +12,9 @@ declare -a startup_array=(\ "/usr/bin/swhks" \ # Simple Wayland HotKey Server "sudo /usr/bin/swhkd" \ # Simple Wayland HotKey Daemon # Display / Compositor Setup - "/usr/bin/shikane" \ # Display Setup - "$HOME/.azotebg" \ # Wallpaper - "/usr/bin/gammastep -x" \ # Reset gammastep night light + "/usr/bin/shikane" \ # Display Setup + "/usr/bin/hyprwall --restore" \ # Wallpaper + "/usr/bin/gammastep -x" \ # Reset gammastep night light # Tray Applications "/usr/bin/gammastep-indicator" \ # Gamamstep Night Light Indicator "/usr/bin/blueman-applet" \ # Bluetooth Manager Applet