Update dwl submodule with waybar auto-restart on exit
This commit is contained in:
@@ -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
|
#+BEGIN_SRC shell :shebang #!/usr/bin/env bash :tangle dwl/.scripts/wayland-startup.sh
|
||||||
declare -a startup_array=(\
|
declare -a startup_array=(\
|
||||||
# Status Bar
|
# Status Bar
|
||||||
"$HOME/.config/dwl/waybar/launch.sh" \ # Waybar (dwl configuration)
|
"$HOME/.config/dwl/waybar/launch.sh" \ # Waybar (dwl configuration)
|
||||||
# Background Processes
|
# Background Processes
|
||||||
"/usr/bin/swayidle" \ # Swayidle Idle Manager
|
"/usr/bin/swayidle" \ # Swayidle Idle Manager
|
||||||
"/usr/libexec/polkit-gnome-authentication-agent-1" \ # GNOME Polkit Authentication Agent
|
"/usr/libexec/polkit-gnome-authentication-agent-1" \ # GNOME Polkit Authentication Agent
|
||||||
|
Submodule dwl/.config/dwl updated: 1ff17a3e0b...81bb55f185
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
declare -a startup_array=(\
|
declare -a startup_array=(\
|
||||||
# Status Bar
|
# Status Bar
|
||||||
"$HOME/.config/dwl/waybar/launch.sh" \ # Waybar (dwl configuration)
|
"$HOME/.config/dwl/waybar/launch.sh" \ # Waybar (dwl configuration)
|
||||||
# Background Processes
|
# Background Processes
|
||||||
"/usr/bin/swayidle" \ # Swayidle Idle Manager
|
"/usr/bin/swayidle" \ # Swayidle Idle Manager
|
||||||
"/usr/libexec/polkit-gnome-authentication-agent-1" \ # GNOME Polkit Authentication Agent
|
"/usr/libexec/polkit-gnome-authentication-agent-1" \ # GNOME Polkit Authentication Agent
|
||||||
|
Reference in New Issue
Block a user