Update dwl submodule with waybar auto-restart on exit

This commit is contained in:
Sravan Balaji
2024-12-29 16:22:30 -05:00
parent 59048ca2a7
commit 776193bbc9
3 changed files with 3 additions and 3 deletions

View File

@@ -9138,7 +9138,7 @@ exec dbus-run-session -- dwl -s '$HOME/.scripts/wayland-startup.sh --startup'
#+BEGIN_SRC shell :shebang #!/usr/bin/env bash :tangle dwl/.scripts/wayland-startup.sh
declare -a startup_array=(\
# Status Bar
"$HOME/.config/dwl/waybar/launch.sh" \ # Waybar (dwl configuration)
"$HOME/.config/dwl/waybar/launch.sh" \ # Waybar (dwl configuration)
# Background Processes
"/usr/bin/swayidle" \ # Swayidle Idle Manager
"/usr/libexec/polkit-gnome-authentication-agent-1" \ # GNOME Polkit Authentication Agent

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
declare -a startup_array=(\
# Status Bar
"$HOME/.config/dwl/waybar/launch.sh" \ # Waybar (dwl configuration)
"$HOME/.config/dwl/waybar/launch.sh" \ # Waybar (dwl configuration)
# Background Processes
"/usr/bin/swayidle" \ # Swayidle Idle Manager
"/usr/libexec/polkit-gnome-authentication-agent-1" \ # GNOME Polkit Authentication Agent