Fix Wayland Startup Issues

- Make all notify-send commands non-blocking
  (i.e., run in background)
- Remove delay array from wayland startup
- Call startup script with `dwl -s`
This commit is contained in:
Sravan Balaji
2024-09-29 16:14:53 -04:00
parent e123f25cf7
commit 6a050b96f3
12 changed files with 117 additions and 197 deletions

View File

@@ -40,14 +40,14 @@ main() {
xfce4-notifyd-config
;;
--pause)
notify-send "Pausing Notifications"
notify-send "Pausing Notifications" &
xfconf-query -c xfce4-notifyd -p /do-not-disturb -s true
;;
--unpause)
xfconf-query -c xfce4-notifyd -p /do-not-disturb -s false
notify-send "Unpausing Notifications"
notify-send "Unpausing Notifications" &
;;
--rofi)
rofi_menu