Re-arrange startup processes
This commit is contained in:
Submodule .config/dwm-flexipatch updated: 1fbc9b35d8...510b15c7b8
@@ -1,8 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
declare -a startup_array=(\
|
declare -a startup_array=(\
|
||||||
# Background Processes
|
# Background Processes
|
||||||
"bash /home/sravan/.scripts/dunst.sh --on" \ # Dunst Notification Daemon
|
|
||||||
"bash /home/sravan/.scripts/picom.sh --on" \ # Picom Compositor
|
|
||||||
"/usr/bin/greenclip daemon" \ # Greenclip Clipboard Manager
|
"/usr/bin/greenclip daemon" \ # Greenclip Clipboard Manager
|
||||||
"/usr/libexec/polkit-gnome-authentication-agent-1" \ # GNOME Polkit Authentication Agent
|
"/usr/libexec/polkit-gnome-authentication-agent-1" \ # GNOME Polkit Authentication Agent
|
||||||
"/usr/bin/xss-lock -l -- betterlockscreen --lock" \ # Session Lock Utility
|
"/usr/bin/xss-lock -l -- betterlockscreen --lock" \ # Session Lock Utility
|
||||||
@@ -14,8 +12,6 @@ declare -a startup_array=(\
|
|||||||
|
|
||||||
declare -a kill_startup_array=(\
|
declare -a kill_startup_array=(\
|
||||||
# Background Processes
|
# Background Processes
|
||||||
"bash /home/sravan/.scripts/dunst.sh --off" \ # Dunst Notification Daemon
|
|
||||||
"bash /home/sravan/.scripts/picom.sh --off" \ # Picom Compositor
|
|
||||||
"pkill greenclip" \ # Greenclip Clipboard Manager
|
"pkill greenclip" \ # Greenclip Clipboard Manager
|
||||||
"pkill polkit" \ # GNOME Polkit Authentication Agent
|
"pkill polkit" \ # GNOME Polkit Authentication Agent
|
||||||
"pkill xss-lock" \ # Session Lock Utility
|
"pkill xss-lock" \ # Session Lock Utility
|
||||||
@@ -26,6 +22,9 @@ declare -a kill_startup_array=(\
|
|||||||
)
|
)
|
||||||
|
|
||||||
declare -a delay_array=(\
|
declare -a delay_array=(\
|
||||||
|
# GUI & Notifications
|
||||||
|
"bash /home/sravan/.scripts/dunst.sh --on" \ # Dunst Notification Daemon
|
||||||
|
"bash /home/sravan/.scripts/picom.sh --on" \ # Picom Compositor
|
||||||
# System Tray Applications
|
# System Tray Applications
|
||||||
"/usr/bin/gammastep-indicator" \ # Gammastep Night Light
|
"/usr/bin/gammastep-indicator" \ # Gammastep Night Light
|
||||||
"/usr/bin/blueman-applet" \ # Blueman Bluetooth Manager
|
"/usr/bin/blueman-applet" \ # Blueman Bluetooth Manager
|
||||||
@@ -44,6 +43,9 @@ declare -a delay_array=(\
|
|||||||
)
|
)
|
||||||
|
|
||||||
declare -a kill_delay_array=(\
|
declare -a kill_delay_array=(\
|
||||||
|
# GUI & Notifications
|
||||||
|
"bash /home/sravan/.scripts/dunst.sh --off" \ # Dunst Notification Daemon
|
||||||
|
"bash /home/sravan/.scripts/picom.sh --off" \ # Picom Compositor
|
||||||
# System Tray Applications
|
# System Tray Applications
|
||||||
"pkill gammastep-indic" \ # Gammastep Night Light
|
"pkill gammastep-indic" \ # Gammastep Night Light
|
||||||
"pkill blueman-applet" \ # Blueman Bluetooth Manager
|
"pkill blueman-applet" \ # Blueman Bluetooth Manager
|
||||||
|
10
README.org
10
README.org
@@ -9806,8 +9806,6 @@ Xcursor.size: CURSOR_SIZE
|
|||||||
#+BEGIN_SRC shell :shebang #!/usr/bin/env bash :tangle .scripts/startup.sh
|
#+BEGIN_SRC shell :shebang #!/usr/bin/env bash :tangle .scripts/startup.sh
|
||||||
declare -a startup_array=(\
|
declare -a startup_array=(\
|
||||||
# Background Processes
|
# Background Processes
|
||||||
"bash /home/sravan/.scripts/dunst.sh --on" \ # Dunst Notification Daemon
|
|
||||||
"bash /home/sravan/.scripts/picom.sh --on" \ # Picom Compositor
|
|
||||||
"/usr/bin/greenclip daemon" \ # Greenclip Clipboard Manager
|
"/usr/bin/greenclip daemon" \ # Greenclip Clipboard Manager
|
||||||
"/usr/libexec/polkit-gnome-authentication-agent-1" \ # GNOME Polkit Authentication Agent
|
"/usr/libexec/polkit-gnome-authentication-agent-1" \ # GNOME Polkit Authentication Agent
|
||||||
"/usr/bin/xss-lock -l -- betterlockscreen --lock" \ # Session Lock Utility
|
"/usr/bin/xss-lock -l -- betterlockscreen --lock" \ # Session Lock Utility
|
||||||
@@ -9819,8 +9817,6 @@ declare -a startup_array=(\
|
|||||||
|
|
||||||
declare -a kill_startup_array=(\
|
declare -a kill_startup_array=(\
|
||||||
# Background Processes
|
# Background Processes
|
||||||
"bash /home/sravan/.scripts/dunst.sh --off" \ # Dunst Notification Daemon
|
|
||||||
"bash /home/sravan/.scripts/picom.sh --off" \ # Picom Compositor
|
|
||||||
"pkill greenclip" \ # Greenclip Clipboard Manager
|
"pkill greenclip" \ # Greenclip Clipboard Manager
|
||||||
"pkill polkit" \ # GNOME Polkit Authentication Agent
|
"pkill polkit" \ # GNOME Polkit Authentication Agent
|
||||||
"pkill xss-lock" \ # Session Lock Utility
|
"pkill xss-lock" \ # Session Lock Utility
|
||||||
@@ -9831,6 +9827,9 @@ declare -a kill_startup_array=(\
|
|||||||
)
|
)
|
||||||
|
|
||||||
declare -a delay_array=(\
|
declare -a delay_array=(\
|
||||||
|
# GUI & Notifications
|
||||||
|
"bash /home/sravan/.scripts/dunst.sh --on" \ # Dunst Notification Daemon
|
||||||
|
"bash /home/sravan/.scripts/picom.sh --on" \ # Picom Compositor
|
||||||
# System Tray Applications
|
# System Tray Applications
|
||||||
"/usr/bin/gammastep-indicator" \ # Gammastep Night Light
|
"/usr/bin/gammastep-indicator" \ # Gammastep Night Light
|
||||||
"/usr/bin/blueman-applet" \ # Blueman Bluetooth Manager
|
"/usr/bin/blueman-applet" \ # Blueman Bluetooth Manager
|
||||||
@@ -9849,6 +9848,9 @@ declare -a delay_array=(\
|
|||||||
)
|
)
|
||||||
|
|
||||||
declare -a kill_delay_array=(\
|
declare -a kill_delay_array=(\
|
||||||
|
# GUI & Notifications
|
||||||
|
"bash /home/sravan/.scripts/dunst.sh --off" \ # Dunst Notification Daemon
|
||||||
|
"bash /home/sravan/.scripts/picom.sh --off" \ # Picom Compositor
|
||||||
# System Tray Applications
|
# System Tray Applications
|
||||||
"pkill gammastep-indic" \ # Gammastep Night Light
|
"pkill gammastep-indic" \ # Gammastep Night Light
|
||||||
"pkill blueman-applet" \ # Blueman Bluetooth Manager
|
"pkill blueman-applet" \ # Blueman Bluetooth Manager
|
||||||
|
Reference in New Issue
Block a user